[Bug target/12028] [3.4 Regression] powerpc-eabispe: ICE building __divdi3.o: in ccr_bit, at config/rs6000/rs6000.c:8136
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Nov 9 21:41:00 GMT 2003
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-11-09 21:41 -------
The problem is part of the patch:
/* When generating a sCOND operation, only positive conditions are
allowed. */
if (scc_p && code != EQ && code != GT && code != LT && code != UNORDERED
&& code != GTU && code != LTU)
abort ();
Down below that, there is case for NE (which is the code at this point).
--
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2003-09-18 06:37:52 |2003-11-09 21:41:30
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12028
More information about the Gcc-bugs
mailing list