diff options
Diffstat (limited to 'gcc/testsuite/g++.dg/cpp0x/nsdmi-template2.C')
-rw-r--r-- | gcc/testsuite/g++.dg/cpp0x/nsdmi-template2.C | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/cpp0x/nsdmi-template2.C b/gcc/testsuite/g++.dg/cpp0x/nsdmi-template2.C index 952949c8950..fcb405c1576 100644 --- a/gcc/testsuite/g++.dg/cpp0x/nsdmi-template2.C +++ b/gcc/testsuite/g++.dg/cpp0x/nsdmi-template2.C @@ -1,5 +1,6 @@ // PR c++/50614 -// { dg-options "-std=c++11 -fcompare-debug" } +// { dg-do compile { target c++11 } } +// { dg-options "-fcompare-debug" } struct A { |