From: paolo Date: Thu, 6 Jun 2013 21:11:46 +0000 (+0000) Subject: 2013-06-06 Paolo Carlini X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22af5b71733d3cd8dc46c772f91fb26d0632b5b5;p=thirdparty%2Fgcc.git 2013-06-06 Paolo Carlini PR c++/43652 * g++.dg/parse/error53.C: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@199763 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index bfd974e2ab99..7016b5ae3d39 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-06-06 Paolo Carlini + + PR c++/43652 + * g++.dg/parse/error53.C: New. + 2013-06-06 Vladimir Makarov PR rtl-optimization/57459 diff --git a/gcc/testsuite/g++.dg/parse/error53.C b/gcc/testsuite/g++.dg/parse/error53.C new file mode 100644 index 000000000000..3d6fe64c1d8b --- /dev/null +++ b/gcc/testsuite/g++.dg/parse/error53.C @@ -0,0 +1,3 @@ +// PR c++/43652 + +static const char const * stdin_name = ""; // { dg-error "19:duplicate" }