From 251753ed22359f6ff57a13dbe8099bb56f5e1358 Mon Sep 17 00:00:00 2001 From: Michael Hope Date: Tue, 3 Jul 2012 23:29:03 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/g++.dg/cpp0x/nullptr28.C | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) 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; -- 2.47.2