]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
This commit was manufactured by cvs2svn to create branch
authorNo Author <no-author@gcc.gnu.org>
Wed, 12 Mar 2003 10:04:52 +0000 (10:04 +0000)
committerNo Author <no-author@gcc.gnu.org>
Wed, 12 Mar 2003 10:04:52 +0000 (10:04 +0000)
'gcc-3_2-branch'.

From-SVN: r64238

gcc/testsuite/gcc.dg/decl-3.c [new file with mode: 0644]

diff --git a/gcc/testsuite/gcc.dg/decl-3.c b/gcc/testsuite/gcc.dg/decl-3.c
new file mode 100644 (file)
index 0000000..b8d00d0
--- /dev/null
@@ -0,0 +1,5 @@
+/* PR c/9928 */
+/* { dg-do compile } */
+
+enum { CODES }; /* { dg-error "previous declaration" } */
+enum { CODES }; /* { dg-error "conflicting types" } */