------- Comment #14 from ebotcazou at gcc dot gnu dot org 2009-09-09 14:08 ------- > I ran the same command on command line and got the same error > conftest.c:1: internal compiler error: Segmentation Fault > Please submit a full bug report, > with preprocessed source if appropriate. > See <http://gcc.gnu.org/bugs.html> for instructions.
OK, then you need to run the command from within the debugger, i.e. run the debugger on the gcc/cc1 executable present in the object dir and launch the compilation of conftest.c from there. I'm more and more suspecting that your base compiler miscompiles GCC. Note that it's not an official version of GCC, gccfss is a chimera released by Sun, a combination of GCC with the Sun Studio compiler that they shamelessly still call GCC. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41304