------- Comment #45 from pinskia at gcc dot gnu dot org 2007-01-06 06:41 ------- (In reply to comment #44) > gfortran -c -O3 -ftree-vectorize -ffast-math -march=opteron -fopenmp > mc_coordinates.f90 > mc_coordinates.f90: In function ‘check_for_overlap’: > mc_coordinates.f90:192: internal compiler error: in operand_equal_p, at > fold-const.c:2539
I don't see how we can get an ICE here except for a tree checking error: /* If both types don't have the same signedness, then we can't consider them equal. We must check this before the STRIP_NOPS calls because they may change the signedness of the arguments. */ if (TYPE_UNSIGNED (TREE_TYPE (arg0)) != TYPE_UNSIGNED (TREE_TYPE (arg1))) return 0; -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29975