public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: inline-asm/10012: Internal compiler error in instantiate_virtual_regs_1, at function.c:3972
@ 2003-03-18  0:36 bangerth
  0 siblings, 0 replies; 2+ messages in thread
From: bangerth @ 2003-03-18  0:36 UTC (permalink / raw)
  To: ciottick, gcc-bugs, gcc-prs, nobody

Synopsis: Internal compiler error in instantiate_virtual_regs_1, at function.c:3972

State-Changed-From-To: analyzed->closed
State-Changed-By: bangerth
State-Changed-When: Tue Mar 18 00:36:21 2003
State-Changed-Why:
    See 
      http://gcc.gnu.org/ml/gcc-bugs/2003-03/msg01058.html

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


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

* Re: inline-asm/10012: Internal compiler error in instantiate_virtual_regs_1, at function.c:3972
@ 2003-03-10 15:43 bangerth
  0 siblings, 0 replies; 2+ messages in thread
From: bangerth @ 2003-03-10 15:43 UTC (permalink / raw)
  To: ciottick, gcc-bugs, gcc-prs, nobody

Synopsis: Internal compiler error in instantiate_virtual_regs_1, at function.c:3972

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Mon Mar 10 15:43:22 2003
State-Changed-Why:
    Confirmed with 3.2.2, 3.3 and present mainline. Reduced
    code is
    ---------------
    void f() {
      int foo=10,bar=15;
    
      __asm__ __volatile__ ("addl %%ebxx,%%eax"
                            : "=eax"(foo)
                            : "eax"(foo), "ebx"(bar)
                            : "eax"
                            );
    }
    ----------------------
    
    g/x> /home/bangerth/bin/gcc-3.4-pre/bin/gcc -c x.i
    x.i: In function `f':
    x.i:9: internal compiler error: in instantiate_virtual_regs_1, at function.c:3914

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


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

end of thread, other threads:[~2003-03-18  0:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-18  0:36 inline-asm/10012: Internal compiler error in instantiate_virtual_regs_1, at function.c:3972 bangerth
  -- strict thread matches above, loose matches on Subject: below --
2003-03-10 15:43 bangerth

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