pr82725.C: Move to ...
authorUros Bizjak <ubizjak@gmail.com>
Mon, 30 Oct 2017 20:05:20 +0000 (21:05 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 30 Oct 2017 20:05:20 +0000 (21:05 +0100)
* g++.dg/pr82725.C: Move to ...
* g++.dg/cpp0x/pr82725.C: ... here.  Add c++11 target directive.

From-SVN: r254242

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/pr82725.C [moved from gcc/testsuite/g++.dg/pr82725.C with 76% similarity]

index 0ffba85..7b1bf85 100644 (file)
@@ -1,3 +1,8 @@
+2017-10-30  Uros Bizjak  <ubizjak@gmail.com>
+
+       * g++.dg/pr82725.C: Move to ...
+       * g++.dg/cpp0x/pr82725.C: ... here.  Add c++11 target directive.
+
 2017-10-30  Steven G. Kargl   <kargl@gcc.gnu.org>
 
        * gfortran.dg/dtio_13.f90: Remove TODO comment and dg-error test.
similarity index 76%
rename from gcc/testsuite/g++.dg/pr82725.C
rename to gcc/testsuite/g++.dg/cpp0x/pr82725.C
index c92b28a..14cb6d8 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile { target i?86-*-* x86_64-*-* } }
+// { dg-do compile { target { { i?86-*-* x86_64-*-* } && c++11 } } }
 // { dg-require-effective-target pie }
 // { dg-options "-O2 -fpie -mtls-direct-seg-refs" }