]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/gcc.dg/20030625-1.c
re PR rtl-optimization/11864 (miscompiles zero extention and test)
[gcc.git] / gcc / testsuite / gcc.dg / 20030625-1.c
1 /* Testcase from http://gcc.gnu.org/ml/gcc-patches/2003-06/msg02557.html */
2 /* { dg-do compile } */
3 /* { dg-options "-g" } */
4
5 typedef struct _foo foo;
6 struct _foo {
7 struct _moo moo; /* { dg-error "moo" "has incomplete type" } */
8 };
9
This page took 0.037644 seconds and 5 git commands to generate.