aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/20030625-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/20030625-1.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/20030625-1.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/20030625-1.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/20030625-1.c
deleted file mode 100644
index 4e78ae4ac..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/20030625-1.c
+++ /dev/null
@@ -1,9 +0,0 @@
-/* Testcase from http://gcc.gnu.org/ml/gcc-patches/2003-06/msg02557.html */
-/* { dg-do compile } */
-/* { dg-options "-g" } */
-
-typedef struct _foo foo;
-struct _foo {
- struct _moo moo; /* { dg-error "moo" "has incomplete type" } */
-};
-