[Bug c/25309] [3.4/4.0/4.1 Regression] ICE on initialization of a huge array

2005-12-08 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2005-12-08 16:55 --- HOST_WIDE_INT is what it says. The code should check host_integerp first and then use TREE_INT_CST_LOW. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25309

[Bug c/25309] [3.4/4.0/4.1 Regression] ICE on initialization of a huge array

2005-12-08 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-08 15:54 --- Confirmed. This is only reproducible on targets where HOST_WIDE_INT is 32bits (and I still say that HOST_WIDE_INT should be always at least 64bits). Oh and this is a regression for at least x86. -- pinskia at g