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, ...

Bug#184862: g++: static fpos_t gives internal compiler error

2003-03-14 Thread Silas S. Brown
Package: g++ Version: 2:2.95.4-14 Severity: normal This gives "internal compiler error": #include int main() { static fpos_t f=0; } /tmp/test.c++: In function `int main()': /tmp/test.c++:3: Internal compiler error: /tmp/test.c++:3: Internal compiler error in `gen_lowpart', at emit-rtl.c:1069