--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-12
05:43 ---
-pedantic rejects the code.
This looks like another undocumened extension and how it works too.
Reading the comment in c-decl.c says this is how it should work but this is
just plainly stupid:
/*
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-07
16:52 ---
If you trust Comeau's C compiler, then yes this is not valid code and should be
rejected.
Also one more note, this was able to compile with 3.3.2 but we called y as an
extern symbol which is
just wrong al
--- Additional Comments From schwab at suse dot de 2005-01-07 16:07 ---
Shouldn't this be rejected as y is of incomplete type?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19315