------- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-03 00:49 ------- (In reply to comment #10) > This is triggered by tree-ifcvt (which is enabled by -ftree-vectorize)
But it looks like not a vectorize or tree-ifcvt bug at all but a fold bug. We get: 0 == 0 ? 0 : 3988292384 in fold but we don't try to fold 0 == 0 first. -- What |Removed |Added ---------------------------------------------------------------------------- CC| |law at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23049