aboutsummaryrefslogtreecommitdiff
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.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/lib/g++-dg.exp b/gcc/testsuite/lib/g++-dg.exp
index 1343533..4f7d18a 100644
--- a/gcc/testsuite/lib/g++-dg.exp
+++ b/gcc/testsuite/lib/g++-dg.exp
@@ -56,6 +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" }
lappend option_list "${std_prefix}$x"
}
} else {