This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/18239] [4.0 Regression] ICE in get_parm_info with werid attribute
- From: "joseph at codesourcery dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Nov 2004 14:29:05 -0000
- Subject: [Bug c/18239] [4.0 Regression] ICE in get_parm_info with werid attribute
- References: <20041030224821.18239.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From joseph at codesourcery dot com 2004-11-01 14:29 -------
Subject: Re: [4.0 Regression] ICE in get_parm_info with werid
attribute
On Mon, 1 Nov 2004, pinskia at gcc dot gnu dot org wrote:
> The C++ front-end rejects the code out right.
But the bug can be triggered on valid C90 code:
int f (int [sizeof(g())]);
I'm now looking at fixing it.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18239