This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

internal compiler error


the error occured while trying to compile binutils to support cross compiling
for ppc-linux on a i386-linux.

version:

nico@flapp:~/tar.gz/ppc/binutils-2.13.90.0.4 $ gcc --version
gcc (GCC) 3.2.1
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

system:

nico@flapp:~/tar.gz/ppc/binutils-2.13.90.0.4 $ uname -a
Linux flapp 2.4.21-pre3 #1 Wed Jan 15 21:57:25 CET 2003 i686 unknown

(a self made distro)

gccoptions:

--prefix=/usr/dev passwd to configure, no more options set otherwise.

commandline:

gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -I./../intl -I../intl -DLOCALEDIR="\"/usr/dev/share/locale\""   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c ./config/tc-ppc.c

compiler output:

config/tc-ppc.c: In function `md_assemble':
config/tc-ppc.c:2172: warning: right shift count >= width of type
config/tc-ppc.c:2174: warning: right shift count >= width of type
config/tc-ppc.c:2179: warning: right shift count >= width of type
config/tc-ppc.c:2181: warning: right shift count >= width of type
config/tc-ppc.c:2186: warning: right shift count >= width of type
config/tc-ppc.c:2188: warning: right shift count >= width of type
config/tc-ppc.c:2193: warning: right shift count >= width of type
config/tc-ppc.c:2195: warning: right shift count >= width of type
config/tc-ppc.c: In function `md_apply_fix3':
config/tc-ppc.c:5388: warning: right shift count >= width of type
config/tc-ppc.c:5395: warning: right shift count >= width of type
config/tc-ppc.c:5402: warning: right shift count >= width of type
config/tc-ppc.c:5409: warning: right shift count >= width of type
config/tc-ppc.c:5537: Internal compiler error in simplify_subreg, at simplify-rt
x.c:2452
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.


preprocessed file: think you can easily get this with
tar xfz binutils-2.13.90.0.4; ./configure --target=ppc-linux;make

any more informations needed ?

greetings,

Nico

-- 
Please send your messages pgp-signed and/or pgp-encrypted (don't encrypt mails
to mailing list!). If you don't know what pgp is visit www.gnupg.org.
(public pgp key: ftp.schottelius.org/pub/familiy/nico/pgp-key)

Attachment: msg01827/pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]