Bug#209152: gcc-3.3: Large array problem on 64 bit platforms

2003-09-08 Thread Matthias Klose
The referenced fix was checked in on the hammer branch by Jan Hubicka, which was merged to the mainline branch (at least I don't see the bug in the gcc-snapshot package (20030815)). It is not a regression (seeing the bug with 2.96, 3.0 and 3.2), so I doubt it will be fixed on the stable 3.3 branch

Bug#209152: gcc-3.3: Large array problem on 64 bit platforms

2003-09-07 Thread Ian Wienand
Package: gcc-3.3 Version: 1:3.3.2-0pre1 Severity: normal Try this simple test program on IA64 --- test.c --- #define SZ (1L<<32) char x[SZ]; char y[SZ-1