]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2013-06-06 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Jun 2013 21:11:46 +0000 (21:11 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Jun 2013 21:11:46 +0000 (21:11 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/parse/error53.C [new file with mode: 0644]

index bfd974e2ab9987ddcd39856b1d1e3a29024ee328..7016b5ae3d39b85df18184293d6043caf1f137ae 100644 (file)
@@ -1,3 +1,8 @@
+2013-06-06  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/43652
+       * g++.dg/parse/error53.C: New.
+
 2013-06-06  Vladimir Makarov  <vmakarov@redhat.com>
 
        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 (file)
index 0000000..3d6fe64
--- /dev/null
@@ -0,0 +1,3 @@
+// PR c++/43652
+
+static const char const * stdin_name = "<stdin>";  // { dg-error "19:duplicate" }