This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/16149] Compiling of mframe.m in GNUstep Base results in internal compiler error
- 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: 23 Jun 2004 03:52:07 -0000
- Subject: [Bug middle-end/16149] Compiling of mframe.m in GNUstep Base results in internal compiler error
- References: <20040623031342.16149.aperez@student.santarosa.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-06-23 03:52 -------
Confirmed, here is the reduced source:
int
mframe_decode_return (void* buffer, void* retframe)
{
int size = 0;
typedef struct {
char val[size];
} block;
inline block retframe_block(void *rframe) {}
*(block*)buffer = retframe_block(retframe);
}
--
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |critical
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |ice-on-valid-code
Last reconfirmed|0000-00-00 00:00:00 |2004-06-23 03:52:07
date| |
Target Milestone|--- |3.5.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16149