public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/20739] New: [4.0/4.1 regression] ICE in gimplify_addr_expr
@ 2005-04-03 14:29 steven at gcc dot gnu dot org
  2005-04-03 14:33 ` [Bug middle-end/20739] " steven at gcc dot gnu dot org
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: steven at gcc dot gnu dot org @ 2005-04-03 14:29 UTC (permalink / raw)
  To: gcc-bugs

$ cat t.c 
typedef struct 
{ 
    char chars[5]; 
} 
baz_t; 
 
extern baz_t * baz; 
 
extern void foo (baz_t); 
int 
bar (const baz_t * ls) 
{ 
    foo (ls == 0 ? *(&baz[0]) : *ls); 
} 
$ ./cc1 -O t.c -Wall 
 bar 
 
t.c: In function 'bar': 
t.c:13: internal compiler error: in gimplify_addr_expr, at gimplify.c:3246 
 
This is GCC 4.1.0 20050403 on (i686-pc-linux-gnu). 
The problem showed up in ncurses.

-- 
           Summary: [4.0/4.1 regression] ICE in gimplify_addr_expr
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: steven at gcc dot gnu dot org
                CC: aj at suse dot de,gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-04-17  3:58 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-03 14:29 [Bug middle-end/20739] New: [4.0/4.1 regression] ICE in gimplify_addr_expr steven at gcc dot gnu dot org
2005-04-03 14:33 ` [Bug middle-end/20739] " steven at gcc dot gnu dot org
2005-04-03 14:49 ` steven at gcc dot gnu dot org
2005-04-03 15:32 ` steven at gcc dot gnu dot org
2005-04-03 16:53 ` pinskia at gcc dot gnu dot org
2005-04-03 17:12 ` pinskia at gcc dot gnu dot org
2005-04-04  9:18 ` steven at gcc dot gnu dot org
2005-04-04 10:17 ` aoliva at gcc dot gnu dot org
2005-04-04 13:09 ` steven at gcc dot gnu dot org
2005-04-07  9:06 ` pinskia at gcc dot gnu dot org
2005-04-12 17:58 ` mmitchel at gcc dot gnu dot org
2005-04-14 17:03 ` aoliva at redhat dot com
2005-04-14 17:19 ` roger at eyesopen dot com
2005-04-15  2:32 ` aoliva at redhat dot com
2005-04-15  3:10 ` cvs-commit at gcc dot gnu dot org
2005-04-15 18:26 ` [Bug middle-end/20739] [4.0 " law at redhat dot com
2005-04-16 21:58 ` aoliva at redhat dot com
2005-04-17  2:37 ` mark at codesourcery dot com
2005-04-17  3:54 ` cvs-commit at gcc dot gnu dot org
2005-04-17  3:58 ` aoliva 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).