diff options
Diffstat (limited to 'gcc/testsuite/g++.dg/cpp0x/constexpr-and.C')
-rw-r--r-- | gcc/testsuite/g++.dg/cpp0x/constexpr-and.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/cpp0x/constexpr-and.C b/gcc/testsuite/g++.dg/cpp0x/constexpr-and.C index 15ad2524694..ea86d7bc629 100644 --- a/gcc/testsuite/g++.dg/cpp0x/constexpr-and.C +++ b/gcc/testsuite/g++.dg/cpp0x/constexpr-and.C @@ -1,6 +1,6 @@ // PR c++/56481 // Non-linearity in potential_constant_expression_1 -// { dg-options -std=c++11 } +// { dg-do compile { target c++11 } } struct S { |