This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/27773] [4.2 regression] ICE: in find_lattice_value, at tree-complex.c:133



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]