[Bug middle-end/37731] unsigned long long may not work correctly on 32bit host

2008-10-03 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-10-03 21:43 --- Confirmed. HWI32 issue. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/37731] unsigned long long may not work correctly on 32bit host

2008-10-03 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-10-03 21:40 --- Oh this works fine on x86-darwin because HWI is 64bits. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37731

[Bug middle-end/37731] unsigned long long may not work correctly on 32bit host

2008-10-03 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-10-03 21:39 --- One more reason to use HWI as 64bits on x86-linux-gnu :). -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---