This is the mail archive of the gcc-prs@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]

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


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


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