[Bug middle-end/27773] [4.2 regression] ICE: in find_lattice_value, at tree-complex.c:133
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri May 26 18:41:00 GMT 2006
------- Comment #8 from pinskia at gcc dot gnu dot org 2006-05-26 18:41 -------
The problem is here with that patch:
+ if (!FLOAT_TYPE_P (type))
+ arg11 = build_int_cst (type, 1);
+ else
+ arg11 = build_real (type, dconst1);
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27773
More information about the Gcc-bugs
mailing list