[Bug target/24055] [4.1 regression] ICE in final_scan_insn, at final.c:2464
belyshev at depni dot sinp dot msu dot ru
gcc-bugzilla@gcc.gnu.org
Sun Sep 25 14:23:00 GMT 2005
------- Additional Comments From belyshev at depni dot sinp dot msu dot ru 2005-09-25 14:23 -------
// reduced testcase, compile with "-O1 -funsafe-math-optimizations
-fno-trapping-math":
void foo (int *p, double x)
{
*p = rint (x);
}
--
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |critical
Status|UNCONFIRMED |NEW
Component|other |target
Ever Confirmed| |1
GCC build triplet|i486-pld-linux |
GCC host triplet|i486-pld-linux |
GCC target triplet|i486-pld-linux |i?86-*-*
Keywords| |ice-on-valid-code
Last reconfirmed|0000-00-00 00:00:00 |2005-09-25 14:23:12
date| |
Summary|ICE (-ffast-math) / could |[4.1 regression] ICE in
|not split insn. |final_scan_insn, at
| |final.c:2464
Target Milestone|--- |4.1.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24055
More information about the Gcc-bugs
mailing list