[Bug target/57655] [4.8/4.9 Regression] ICE: in create_pre_exit, at mode-switching.c:418 with -mno-fp-ret-in-387 -mvzeroupper -mxop and __builtin_ilogbl()
ubizjak at gmail dot com
gcc-bugzilla@gcc.gnu.org
Wed Jun 19 21:26:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57655
Uroš Bizjak <ubizjak at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2013-06-19
Assignee|unassigned at gcc dot gnu.org |ubizjak at gmail dot com
Ever confirmed|0 |1
--- Comment #1 from Uroš Bizjak <ubizjak at gmail dot com> ---
--cut here--
Index: i386.c
===================================================================
--- i386.c (revision 200211)
+++ i386.c (working copy)
@@ -6498,7 +6498,7 @@ construct_container (enum machine_mode mode, enum
/* Likewise, error if the ABI requires us to return values in the
x87 registers and the user specified -mno-80387. */
- if (!TARGET_80387 && in_return)
+ if (!TARGET_FLOAT_RETURNS_IN_80387 && in_return)
for (i = 0; i < n; i++)
if (regclass[i] == X86_64_X87_CLASS
|| regclass[i] == X86_64_X87UP_CLASS
--cut here--
More information about the Gcc-bugs
mailing list