public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: bootstrap/9361: GCC 3.2.1 Boostrap stage 2 compile error (corrections)
@ 2003-01-19 17:51 ehrhardt
  0 siblings, 0 replies; 3+ messages in thread
From: ehrhardt @ 2003-01-19 17:51 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, tfinneid

Synopsis: GCC 3.2.1 Boostrap stage 2 compile error (corrections)

State-Changed-From-To: feedback->open
State-Changed-By: cae
State-Changed-When: Sun Jan 19 17:51:44 2003
State-Changed-Why:
    Attachement received. This is the preprocessed source of the file
    that triggered the ICE during bootstrap.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9361


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bootstrap/9361: GCC 3.2.1 Boostrap stage 2 compile error (corrections)
@ 2003-01-18 14:17 ehrhardt
  0 siblings, 0 replies; 3+ messages in thread
From: ehrhardt @ 2003-01-18 14:17 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, tfinneid

Synopsis: GCC 3.2.1 Boostrap stage 2 compile error (corrections)

State-Changed-From-To: open->feedback
State-Changed-By: cae
State-Changed-When: Sat Jan 18 06:17:26 2003
State-Changed-Why:
    Please find the gcc command that crashes an issue it (in the proper
    directory) by hand. Along with all the normal flags and options please
    add -save-temps to the command line. This will produce a preprocessed
    self contained source file (ending in .i). This file is what we really
    need. If you send it to me privatly I'll add it to the report. No need
    to open a new report. Thanks in advance.
    
        regards   Christian
    

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9361


^ permalink raw reply	[flat|nested] 3+ messages in thread

* bootstrap/9361: GCC 3.2.1 Boostrap stage 2 compile error (corrections)
@ 2003-01-18 11:46 tfinneid
  0 siblings, 0 replies; 3+ messages in thread
From: tfinneid @ 2003-01-18 11:46 UTC (permalink / raw)
  To: gcc-gnats


>Number:         9361
>Category:       bootstrap
>Synopsis:       GCC 3.2.1 Boostrap stage 2 compile error (corrections)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Jan 18 03:46:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Finneid
>Release:        gcc 3.2.1 (source release)
>Organization:
>Environment:
Apple PowerBook G3, PowerPC 750, Suse Linux 7.3
Compiled with GCC 3.2
>Description:
(This is a new report of my previously reported bug, 9312, with corrections. I appologise for the inconvenience)

Stage 2 compilation stops with an error message (verbose output at the bottom of this desrcription):

/usr/local/src/gcc-3.2/gcc-3.2.1/gcc/libgcc2.c: In function `__floatdidf':
/usr/local/src/gcc-3.2/gcc-3.2.1/gcc/libgcc2.c:1054: internal error: Illegal instruction

This error occurs when "--enable-altivec" is given. I am not sure if its only induced when enabling the language C or not as indicated in my previous report.

./xgcc -B./ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -isystem /usr/local/powerpc-unknown-linux-gnu/include -isystem /usr/local/powerpc-unknown-linux-gnu/sys-include -O2  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I/usr/local/src/gcc-3.2/gcc-3.2.1/gcc -I/usr/local/src/gcc-3.2/gcc-3.2.1/gcc/. -I/usr/local/src/gcc-3.2/gcc-3.2.1/gcc/config -I/usr/local/src/gcc-3.2/gcc-3.2.1/gcc/../include  -fPIC -mstrict-align -DL_ucmpdi2 -c /usr/local/src/gcc-3.2/gcc-3.2.1/gcc/libgcc2.c -o libgcc/./_ucmpdi2.o
./xgcc -B./ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -isystem /usr/local/powerpc-unknown-linux-gnu/include -isystem /usr/local/powerpc-unknown-linux-gnu/sys-include -O2  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I/usr/local/src/gcc-3.2/gcc-3.2.1/gcc -I/usr/local/src/gcc-3.2/gcc-3.2.1/gcc/. -I/usr/local/src/gcc-3.2/gcc-3.2.1/gcc/config -I/usr/local/src/gcc-3.2/gcc-3.2.1/gcc/../include  -fPIC -mstrict-align -DL_floatdidf -c /usr/local/src/gcc-3.2/gcc-3.2.1/gcc/libgcc2.c -o libgcc/./_floatdidf.o
/usr/local/src/gcc-3.2/gcc-3.2.1/gcc/libgcc2.c: In function `__floatdidf':
/usr/local/src/gcc-3.2/gcc-3.2.1/gcc/libgcc2.c:1054: internal error: Illegal instruction
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[3]: *** [libgcc/./_floatdidf.o] Error 1
make[3]: Leaving directory `/usr/local/src/gcc-3.2/gcc-3.2.1-objdir-altivec/gcc'
make[2]: *** [stmp-multilib] Error 2
make[2]: Leaving directory `/usr/local/src/gcc-3.2/gcc-3.2.1-objdir-altivec/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/usr/local/src/gcc-3.2/gcc-3.2.1-objdir-altivec/gcc'
make: *** [bootstrap] Error 2
>How-To-Repeat:
objdir> /usr/local/src/gcc-3.2/gcc-3.2.1/configure --enable-threads --enable-languages=c,c++,java --enable-altivec
objdir> make bootstrap
>Fix:

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-01-19 17:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-19 17:51 bootstrap/9361: GCC 3.2.1 Boostrap stage 2 compile error (corrections) ehrhardt
  -- strict thread matches above, loose matches on Subject: below --
2003-01-18 14:17 ehrhardt
2003-01-18 11:46 tfinneid

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).