This is the mail archive of the gcc-bugs@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/4954: ICE in instantiate_virtual_regs_1, at function.c:4057


Hi,

the following code snippet reproduces the ICE on mips-sgi-irix6.5
with gcc 3.0.3 and gcc 3.1 20011210:

void f()
{
   long long res;
   __asm__ (".byte 0x0f,0x31" : "=A" (res));
}

Just compile with "g++ -c".

This seems to be the same bug as in PR 5052.

Greetings,
Volker Reichelt

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



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