public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: inline-asm/9181: [<3.2.1,3.4> regression] ICE with inline assembly in instantiate_virtual_regs_1, at function.c:3974
@ 2003-01-07 10:03 ehrhardt
  0 siblings, 0 replies; only message in thread
From: ehrhardt @ 2003-01-07 10:03 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, mtaylor, nobody

Old Synopsis: Compiler crashes on inline assembly with internal error
New Synopsis: [<3.2.1,3.4> regression] ICE with inline assembly in instantiate_virtual_regs_1, at function.c:3974

State-Changed-From-To: open->analyzed
State-Changed-By: cae
State-Changed-When: Tue Jan  7 02:02:58 2003
State-Changed-Why:
    Confirmed with 3.2.1-release and 3.4 (didn't test 3.3). This is a
    regression from 3.2.  Here's a reduced testcase:
    
     void get_lsb(long long bb)
     {
             int index;
    
             asm( "" : "=%al" (index) : "d" (&bb) : "%ecx");
     }
    
    This testcase crashes both, cc1 and cc1plus on 3.4.

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-01-07 10:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-07 10:03 inline-asm/9181: [<3.2.1,3.4> regression] ICE with inline assembly in instantiate_virtual_regs_1, at function.c:3974 ehrhardt

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