From: Dustin M. <du...@se...> - 2001-08-08 17:46:25
|
Hi all. I may have come across a small SH gcc bug. It seems the compiler will crash when creating an empty elf object. (See example below). However this does not break the x86 version of gcc, nor the sh-elf version. I don't know that much about the internals of gcc, nor whether the problem is simply my build of the tools. Can anyone else reproduce this? BTW, I'm using the 20001120 version of gcc. dustin@build ~/temp $ >empty.c dustin@build ~/temp $sh4-linux-gcc -c empty.c -o empty.o empty.c:0: Internal error: Segmentation fault. Please submit a full bug report. See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions. Dustin. |