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,
...
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
2 matches
Mail list logo