From: Michael Hope Date: Tue, 3 Jul 2012 23:29:03 +0000 (+0000) Subject: re PR c++/53814 (FAIL: g++.dg/cpp0x/nullptr28.C -std=c++11 execution test) X-Git-Tag: releases/gcc-4.6.4~463 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=251753ed22359f6ff57a13dbe8099bb56f5e1358;p=thirdparty%2Fgcc.git re PR c++/53814 (FAIL: g++.dg/cpp0x/nullptr28.C -std=c++11 execution test) 2012-07-03 Michael Hope PR c++/53814 * g++.dg/cpp0x/nullptr28.C: Change selector for explicit options. From-SVN: r189242 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9b46faa45bb5..559c44e29104 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2012-07-03 Michael Hope + + PR c++/53814 + * g++.dg/cpp0x/nullptr28.C: Change selector for explicit + options. + 2012-06-28 Richard Guenther PR middle-end/53790 diff --git a/gcc/testsuite/g++.dg/cpp0x/nullptr28.C b/gcc/testsuite/g++.dg/cpp0x/nullptr28.C index 05fbe57b1971..4cc790d31b49 100644 --- a/gcc/testsuite/g++.dg/cpp0x/nullptr28.C +++ b/gcc/testsuite/g++.dg/cpp0x/nullptr28.C @@ -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;