]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR c++/53814 (FAIL: g++.dg/cpp0x/nullptr28.C -std=c++11 execution test)
authorMichael Hope <michael.hope@linaro.org>
Tue, 3 Jul 2012 23:29:03 +0000 (23:29 +0000)
committerMichael Hope <michaelh@gcc.gnu.org>
Tue, 3 Jul 2012 23:29:03 +0000 (23:29 +0000)
2012-07-03  Michael Hope  <michael.hope@linaro.org>

PR c++/53814
* g++.dg/cpp0x/nullptr28.C: Change selector for explicit
options.

From-SVN: r189242

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/nullptr28.C

index 9b46faa45bb536b4fa354d829d9934066bcc3868..559c44e291049d49880acfe00fdbfa31561e2331 100644 (file)
@@ -1,3 +1,9 @@
+2012-07-03  Michael Hope  <michael.hope@linaro.org>
+
+       PR c++/53814
+       * g++.dg/cpp0x/nullptr28.C: Change selector for explicit
+       options.
+
 2012-06-28  Richard Guenther  <rguenther@suse.de>
 
        PR middle-end/53790
index 05fbe57b19714f549600fcf5236574ed9edb8d38..4cc790d31b49ceb2eb90d0c131e5240ca2581181 100644 (file)
@@ -1,4 +1,5 @@
-// { dg-do run { target c++11 } }
+// { dg-do run }
+// { dg-options "-std=c++0x -pedantic-errors" }
 
 typedef decltype(nullptr) nullptr_t;