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]

bootstrap/7635: GCC 3.2 crashes during GCC 3.2 compilation


>Number:         7635
>Category:       bootstrap
>Synopsis:       GCC 3.2 crashes during GCC 3.2 compilation
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Mon Aug 19 08:56:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Panagiotis Issaris
>Release:        3.2
>Organization:
KUL
>Environment:
System: Linux takis 2.4.18 #17 Wed Aug 14 10:39:43 CEST 2002 i686 unknown
Architecture: i686

Intel(R) Pentium(R) 4 Mobile CPU 1.70GHz stepping 4
Debian GNU/Linux Woody 3.0
Linux takis 2.4.18 #17 Wed Aug 14 10:39:43 CEST 2002 i686 unknown
gcc (GCC) 3.2
GNU objdump 2.12.90.0.1 20020307 Debian/GNU Linux

host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: /home/takis/asm/gcc-3.2/configure --prefix=/usr/local/gcc-3.2
>Description:
When compiling GCC 3.2 with GCC-3.2 on a x86 host for a PowerPC target, GCC 3.2 crashes.

The following commandline was used:
../gcc-3.2/configure --target=powerpc-eabi --prefix=/usr/local/gcc-3.2-ppc    --without-headers --with-newlib 2>&1 | tee configure.log
make all-gcc install-gcc 2>&1 | tee make.log

Please note that gccbug automatically included info about the choosen target in the 
"Environment" section, which is incorrect. It shows an incorrect configure commandline
and an incorrect target.
>How-To-Repeat:
Command triggering the GCC crash:
/home/takis/asm/gcc-build-ppc/gcc/xgcc -B/home/takis/asm/gcc-build-ppc/gcc/ -nostdinc -B/home/takis/asm/gcc-build-ppc/powerpc-eabi/newlib/ -isystem /home/takis/asm/gcc-build-ppc/powerpc-eabi/newlib/targ-include -isystem /home/takis/asm/gcc-3.2/newlib/libc/include -B/usr/local/gcc-3.2-ppc/powerpc-eabi/bin/ -B/usr/local/gcc-3.2-ppc/powerpc-eabi/lib/ -isystem /usr/local/gcc-3.2-ppc/powerpc-eabi/include -S tmp-dum.c -save-temps

Contents of tmp-dum.c:
int xxy_us_dummy;

Contents of tmp-dum.i:
# 1 "tmp-dum.c"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "tmp-dum.c"
int xxy_us_dummy;
>Fix:




>Release-Note:
>Audit-Trail:
>Unformatted:


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