Kranthi Kiran wrote: > Hi, > > Iam porting cross compiler from gcc 3.3 to gcc 4.3.1. > > I have tried to compile a simple program whose preprocessor output is > as follows > } > > The compiler is giving internal compiler error as follows > rpine-elf32-gcc: Internal error: Segmentation fault > (program cc1) > Please submit a full bug report. > See <http://gcc.gnu.org/bugs.html> for instructions. You need to run your compiler under gdb to find the error. Andrew.