Bug 14336 - bootstrapping gcc 3.3.3 fails on mips-sgi-irix5.3
Summary: bootstrapping gcc 3.3.3 fails on mips-sgi-irix5.3
Status: RESOLVED WONTFIX
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 3.3.3
: P2 normal
Target Milestone: ---
Assignee: Rainer Orth
URL:
Keywords: build, ice-on-valid-code
Depends on:
Blocks:
 
Reported: 2004-02-28 19:36 UTC by Georg Schwarz
Modified: 2005-07-23 22:49 UTC (History)
3 users (show)

See Also:
Host: mips-sgi-irix5.3
Target: mips-sgi-irix5.3
Build: mips-sgi-irix5.3
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Georg Schwarz 2004-02-28 19:36:29 UTC
When doing a make bootstrap for gcc 3.3.3 on mips-sgi-irix5.3 it eventually fails:

[...]
./xgcc -B./ -B/usr/local/mips-sgi-irix5.3/bin/ -isystem /usr/local/mips-sgi-irix5.3/include -isystem /usr/local/mips-sgi-irix5.3/sys-include -O2  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include     -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.3.3/gcc -I../../gcc-3.3.3/gcc/. -I../../gcc-3.3.3/gcc/config -I../../gcc-3.3.3/gcc/../include  -DL_lshrdi3 -c ../../gcc-3.3.3/gcc/libgcc2.c -o libgcc/./_lshrdi3.o
../../gcc-3.3.3/gcc/libgcc2.c: In function `__lshrdi3':
../../gcc-3.3.3/gcc/libgcc2.c:265: internal compiler error: in mips_output_conditional_branch, at config/mips/mips.c:10390
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [libgcc/./_lshrdi3.o] Error 1

Judging from http://gcc.gnu.org/ml/gcc-regression/2003-08/txt00027.txt (see "(mips_output_conditional_branch): Remove disabled long-branch code.") I would have guessed that this had been fixed already for 3.3.3, but maybe it is something else?
Comment 1 Rainer Orth 2004-03-12 22:09:26 UTC
Subject: Re:  New: bootstrapping gcc 3.3.3 fails on mips-sgi-irix5.3

I suggest we close this as WONTFIX: the necessary changes to support IRIX
5.3 are already on the 3.4 branch, and I won't have time to try backporting
them to 3.3.

	Rainer
Comment 2 Gabriel Dos Reis 2004-03-12 22:16:58 UTC
Subject: Re:  bootstrapping gcc 3.3.3 fails on mips-sgi-irix5.3

"ro at techfak dot uni-bielefeld dot de" <gcc-bugzilla@gcc.gnu.org> writes:

| I suggest we close this as WONTFIX: the necessary changes to support IRIX
| 5.3 are already on the 3.4 branch, and I won't have time to try backporting
| them to 3.3.

Agreed.

-- Gaby
Comment 3 Rainer Orth 2004-03-12 22:21:56 UTC
Won't backport IRIX 5.3 revival to 3.3 branch.