This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/16566] [3.4/3.5 Regression] ICE with flexible arrays
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Aug 2004 00:26:52 -0000
- Subject: [Bug c/16566] [3.4/3.5 Regression] ICE with flexible arrays
- References: <20040715141619.16566.ppelissi@caramail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-08-09 00:26 -------
Which looks right as the following is produced:
{
return (a, NON_LVALUE_EXPR <a.x>)[0];
}
--
What |Removed |Added
----------------------------------------------------------------------------
Component|middle-end |c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16566