Bug#361637: gcc-3.3: takes too much RAM when compiling const arrays

2006-04-10 Thread Gabriel Paubert
On Sun, Apr 09, 2006 at 11:52:27AM +0100, Silas S. Brown wrote: Package: gcc-3.3 Version: 1:3.3.5-13 Severity: minor I tried to compile flite (Festival Lite, the speech synthesizer) using gcc. One of the source files is a 7.5-megabyte C file with no includes and the only thing it contains

Bug#361637: gcc-3.3: takes too much RAM when compiling const arrays

2006-04-09 Thread Silas S. Brown
Package: gcc-3.3 Version: 1:3.3.5-13 Severity: minor I tried to compile flite (Festival Lite, the speech synthesizer) using gcc. One of the source files is a 7.5-megabyte C file with no includes and the only thing it contains is a single array of the form const char array[]={142,152,276,371, ...