[Bug tree-optimization/21922] [4.1 Regression] internal compiler error: tree check: expected real_cst, have integer_cst in const_binop, at fold-const.c:1513

2005-06-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-26 22:17 --- Note to reproduce this now on the mainline, you have to remove the static as unit-at-a-time is now default at -O1 and above. -- What|Removed |Added

[Bug tree-optimization/21922] [4.1 Regression] internal compiler error: tree check: expected real_cst, have integer_cst in const_binop, at fold-const.c:1513

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-05 16:25 --- Confirmed, the vectorizer is asking scalar evolution code about a floating point variable, I don't know where the bug should be fixed. I want to say in scalar evolution but I don't know for sure. --