[Bug c/20655] Attempt to use undefined structure tag triggers no diagnostic
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Mar 27 16:15:00 GMT 2005
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-27 16:15 -------
This is still valid code because the struct could be defined below still.
For an example:
struct a
{
struct b *c;
};
struct b
{
int i;
struct a *c;
};
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20655
More information about the Gcc-bugs
mailing list