------- Comment #2 from mikpe at it dot uu dot se  2010-06-02 15:33 -------
I see this error too, it's causing gcc.c-torture/execute/builtins/memops-asm.c
and gcc.dg/pr39443.c to regress on arm-linux-gnueabi due to ICEs.  I didn't see
the problem in 4.6-20100515 (r159445), but do see it in 4.6-20100522 (r159746)
and current head (r160155).  I'll try to bisect this.

An even simpler test case is:

extern void abort (void)
    __asm__ ("foo_abort")
    ;

Commenting out the __asm__ bit cures the ICE.


-- 

mikpe at it dot uu dot se changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikpe at it dot uu dot se


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44291

Reply via email to