This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
internal compiler error
- To: gcc-bugs at gcc dot gnu dot org
- Subject: internal compiler error
- From: "David J Schinsing" <dxs at pt dot com>
- Date: Fri, 26 May 2000 15:07:58 -0400
RedHat 6.1 on a pretty normal 586 cross-compiling for powerpc. Compiler
built this way:
[root@ptpc111 gnu]# cat do_binutils
mkdir -p build-binutils
cd build-binutils
rm -rf *
../binutils-2.9.5.0.42/configure --target=powerpc-eabi -v
make all install
cd ..
[root@ptpc111 gnu]# cat do_gcc
mkdir -p build-gcc
cd build-gcc
rm -rf *
../gcc-2.95.2/configure --target=powerpc-eabi --with-newlib -v
make all install
cd ..
[root@ptpc111 gnu]# cat do_newlib
mkdir -p build-newlib
cd build-newlib
rm -rf *
../newlib-1.8.2/configure --target=powerpc-eabi -v
make all install
[root@ptpc111 gnu]#
Here's a little bug related to the -mpowerpc64 switch:
[dxs@ptpc111 gcc_bug]$ make thing.o
powerpc-eabi-gcc -mpowerpc64 -g -Wall -msoft-float -c thing.c -o thing.o
thing.c: In function `main':
thing.c:8: Internal compiler error in `expand_call', at calls.c:2457
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
make: *** [thing.o] Error 1
[dxs@ptpc111 gcc_bug]$
4 files are included with this message -
I've really stripped this down to it's bare minimum - look at thing.c.
I'm trying to be brief - I expect you get hundreds of these.
I'll give you anything else you may need - as quickly as possible during working hours 9-5 EDT --
Thanks for all your hard work. I love GCC
David
(See attached file: ficl.h)(See attached file: makefile)(See attached file: sysdep.h)(See attached file: thing.c)
ficl.h
makefile
sysdep.h
thing.c