public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c/5482: cyclone-0.2, ICE in emit_move_insn, at expr.c:2746
@ 2002-02-06 11:40 jakub
  0 siblings, 0 replies; 2+ messages in thread
From: jakub @ 2002-02-06 11:40 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, jakub, pcarlini

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

State-Changed-From-To: open->closed
State-Changed-By: jakub
State-Changed-When: Wed Feb  6 11:40:45 2002
State-Changed-Why:
    Fix commited.

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


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

* Re: c/5482: cyclone-0.2, ICE in emit_move_insn, at expr.c:2746
@ 2002-02-05 13:24 jakub
  0 siblings, 0 replies; 2+ messages in thread
From: jakub @ 2002-02-05 13:24 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, jakub, nobody, pcarlini

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


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

end of thread, other threads:[~2002-02-06 19:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-06 11:40 c/5482: cyclone-0.2, ICE in emit_move_insn, at expr.c:2746 jakub
  -- strict thread matches above, loose matches on Subject: below --
2002-02-05 13:24 jakub

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