public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/22028] New: ICE after invalid struct declaration
@ 2005-06-11 23:52 falk at debian dot org
  2005-06-12  0:10 ` [Bug middle-end/22028] [4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: falk at debian dot org @ 2005-06-11 23:52 UTC (permalink / raw)
  To: gcc-bugs

falk@juist:/tmp% cat bug.c && gcc -c bug.c
int f(){
    struct { int i[]; } u;
}

bug.c: In function 'f':
bug.c:2: error: flexible array member in otherwise empty struct
bug.c:2: internal compiler error: tree check: expected class 'type', have
'exceptional' (error_mark) in gimplify_type_sizes, at gimplify.c:4491
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: ICE after invalid struct declaration
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, error-recovery
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: falk at debian dot org
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22028


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2005-07-09 15:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-11 23:52 [Bug c/22028] New: ICE after invalid struct declaration falk at debian dot org
2005-06-12  0:10 ` [Bug middle-end/22028] [4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
2005-06-19 20:15 ` pinskia at gcc dot gnu dot org
2005-06-19 20:16 ` pinskia at gcc dot gnu dot org
2005-06-20 14:47 ` pinskia at gcc dot gnu dot org
2005-06-26  5:24 ` cvs-commit at gcc dot gnu dot org
2005-06-26 10:33 ` steven at gcc dot gnu dot org
2005-06-26 14:34 ` [Bug middle-end/22028] [4.0 " pinskia at gcc dot gnu dot org
2005-07-08  1:45 ` mmitchel at gcc dot gnu dot org
2005-07-09  9:31 ` cvs-commit at gcc dot gnu dot org
2005-07-09 15:13 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).