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]

[Bug inline-asm/49410] Internal compiler error in change-stack at reg-stack.c:2540


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

Uros Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #1 from Uros Bizjak <ubizjak at gmail dot com> 2011-06-15 07:04:50 UTC ---
  asm( "fldpi; fmulp; fsqrt" : "=t" (x) : "0" (n) : "st(1)");

Actually, ICE on invalid code, but this is how gcc says that something is wrong
with x87 asm.


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