]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
PR c++/PR52796
authorMichael Hope <michael.hope@linaro.org>
Wed, 23 May 2012 21:29:55 +0000 (21:29 +0000)
committerMichael Hope <michaelh@gcc.gnu.org>
Wed, 23 May 2012 21:29:55 +0000 (21:29 +0000)
2012-05-23  Michael Hope  <michael.hope@linaro.org>

PR c++/PR52796
* g++.dg/cpp0x/variadic-value1.C: Change selector for explicit
options.

From-SVN: r187813

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/variadic-value1.C

index e342cb81f84188e8dc338d2086f213b138e2b365..1b2cdf9c7df31e244b040d935333a1cbd11f7e83 100644 (file)
@@ -1,3 +1,9 @@
+2012-05-23  Michael Hope  <michael.hope@linaro.org>
+
+       PR c++/PR52796
+       * g++.dg/cpp0x/variadic-value1.C: Change selector for explicit
+       options.
+
 2012-05-23  Tobias Burnus  <burnus@net-b.de>
 
        PR fortran/53389
index 179919a5bc763606263531f2a61e263b249b7d00..301bd54631cff00c3d42d08298b9cca63b690f2b 100644 (file)
@@ -1,5 +1,5 @@
 // PR c++/52796
-// { dg-do run { target c++11 } }
+// { dg-options "-std=c++0x -pedantic-errors" }
 
 inline void *operator new(__SIZE_TYPE__ s, void *p) { return p; }