Hi,
I'm new to GCC project so let me know if this is the wrong place where I can
ask such a question.
I've found a bug in Gcc 4.3.3 (on machine "Linux ubuntu 2.6.28-9-generic
#31-Ubuntu SMP Wed Mar 11 15:43:49 UTC 2009 x86_64 GNU/Linux") which I can
reliably reproduce (just running "make") and which generates:
g++ -c ....lots of other options... ../src/stc/stc.cpp
g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <file:///usr/share/doc/gcc-4.3/README.Bugs> for instructions.
make: *** [stclib_stc.o] Errore 1
However if I try to follow README.Bugs and use the -save-temps option and then
try to compile the generated .ii file:
g++ -c ....lots of other options... stc.ii
the crash doesn't happen.
How can I report such a bug? Including all involved files in a tarball would
violate the rules for reporting bugs.
Moreover, I could not find -dbg packages for GCC itself on my Ubuntu Jaunty so
that running GCC in GDB doesn't give me a valid stack trace... I'd prefer not to
build GCC myself... is there some alternative I'm missing?
Thanks,
Francesco Montorsi