inline-asm/10012: Internal compiler error in instantiate_virtual_regs_1, at function.c:3972

bangerth@dealii.org bangerth@dealii.org
Mon Mar 10 16:14:00 GMT 2003


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



More information about the Gcc-bugs mailing list