This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug inline-asm/49410] Internal compiler error in change-stack at reg-stack.c:2540
- From: "ubizjak at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 15 Jun 2011 07:04:52 +0000
- Subject: [Bug inline-asm/49410] Internal compiler error in change-stack at reg-stack.c:2540
- Auto-submitted: auto-generated
- References: <bug-49410-4@http.gcc.gnu.org/bugzilla/>
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.