This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/16149] Compiling of mframe.m in GNUstep Base results in internal compiler error


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]