c/5482: cyclone-0.2, ICE in emit_move_insn, at expr.c:2746

jakub@gcc.gnu.org jakub@gcc.gnu.org
Tue Feb 5 14:06:00 GMT 2002


Synopsis: cyclone-0.2, ICE in emit_move_insn, at expr.c:2746

Responsible-Changed-From-To: unassigned->jakub
Responsible-Changed-By: jakub
Responsible-Changed-When: Tue Feb  5 13:24:44 2002
Responsible-Changed-Why:
    Simplified into:
    struct A {
      void *a, *b, *c;
    };
    
    extern struct A bar (void);
    extern void baz (struct A *);
    
    void foo (void)
    {
      struct A d;
    
      d = ({ { bar (); } });
      baz (&d);
    }
    Investigating...

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5482



More information about the Gcc-bugs mailing list