Commit 55a5d1f7 by Josef Zlomek Committed by Josef Zlomek
parent a53efda2
2003-06-25 Josef Zlomek <zlomekj@suse.cz>
* gcc.dg/20030625-1.c: New test.
2003-06-24 Roger Sayle <roger@eyesopen.com>
* gcc.c-torture/compile/20030624-1.c: New test case.
......
/* 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" } */
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment