summaryrefslogtreecommitdiff
path: root/gcc/testsuite/lib/g++-dg.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/lib/g++-dg.exp')
-rw-r--r--gcc/testsuite/lib/g++-dg.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/lib/g++-dg.exp b/gcc/testsuite/lib/g++-dg.exp
index abd27947ccc..7df7fb98fa7 100644
--- a/gcc/testsuite/lib/g++-dg.exp
+++ b/gcc/testsuite/lib/g++-dg.exp
@@ -56,8 +56,8 @@ proc g++-dg-runtest { testcases flags default-extra-flags } {
}
set option_list { }
foreach x $std_list {
- # Handle "concepts" as C++1z plus Concepts TS.
- if { $x eq "concepts" } then { set x "1z -fconcepts" }
+ # Handle "concepts" as C++17 plus Concepts TS.
+ if { $x eq "concepts" } then { set x "17 -fconcepts" }
lappend option_list "${std_prefix}$x"
}
} else {