public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/14336] New: bootstrapping gcc 3.3.3 fails on mips-sgi-irix5.3
@ 2004-02-28 19:36 geos at epost dot de
  2004-02-28 20:43 ` [Bug target/14336] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: geos at epost dot de @ 2004-02-28 19:36 UTC (permalink / raw)
  To: gcc-bugs

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?

-- 
           Summary: bootstrapping gcc 3.3.3 fails on mips-sgi-irix5.3
           Product: gcc
           Version: 3.3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: geos at epost dot de
                CC: gcc-bugs at gcc dot gnu dot org,geos at epost dot de
 GCC build triplet: mips-sgi-irix5.3
  GCC host triplet: mips-sgi-irix5.3
GCC target triplet: mips-sgi-irix5.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14336


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

* [Bug target/14336] bootstrapping gcc 3.3.3 fails on mips-sgi-irix5.3
  2004-02-28 19:36 [Bug bootstrap/14336] New: bootstrapping gcc 3.3.3 fails on mips-sgi-irix5.3 geos at epost dot de
@ 2004-02-28 20:43 ` pinskia at gcc dot gnu dot org
  2004-03-12 22:09 ` ro at techfak dot uni-bielefeld dot de
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-28 20:43 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|bootstrap                   |target
           Keywords|                            |build, ice-on-valid-code


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14336


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

* [Bug target/14336] bootstrapping gcc 3.3.3 fails on mips-sgi-irix5.3
  2004-02-28 19:36 [Bug bootstrap/14336] New: bootstrapping gcc 3.3.3 fails on mips-sgi-irix5.3 geos at epost dot de
  2004-02-28 20:43 ` [Bug target/14336] " pinskia at gcc dot gnu dot org
@ 2004-03-12 22:09 ` ro at techfak dot uni-bielefeld dot de
  2004-03-12 22:10 ` ro at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2004-03-12 22:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2004-03-12 22:09 -------
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


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14336


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

* [Bug target/14336] bootstrapping gcc 3.3.3 fails on mips-sgi-irix5.3
  2004-02-28 19:36 [Bug bootstrap/14336] New: bootstrapping gcc 3.3.3 fails on mips-sgi-irix5.3 geos at epost dot de
  2004-02-28 20:43 ` [Bug target/14336] " pinskia at gcc dot gnu dot org
  2004-03-12 22:09 ` ro at techfak dot uni-bielefeld dot de
@ 2004-03-12 22:10 ` ro at gcc dot gnu dot org
  2004-03-12 22:17 ` gdr at integrable-solutions dot net
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ro at gcc dot gnu dot org @ 2004-03-12 22:10 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ro at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14336


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

* [Bug target/14336] bootstrapping gcc 3.3.3 fails on mips-sgi-irix5.3
  2004-02-28 19:36 [Bug bootstrap/14336] New: bootstrapping gcc 3.3.3 fails on mips-sgi-irix5.3 geos at epost dot de
                   ` (2 preceding siblings ...)
  2004-03-12 22:10 ` ro at gcc dot gnu dot org
@ 2004-03-12 22:17 ` gdr at integrable-solutions dot net
  2004-03-12 22:21 ` ro at gcc dot gnu dot org
  2004-03-12 22:21 ` ro at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: gdr at integrable-solutions dot net @ 2004-03-12 22:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gdr at integrable-solutions dot net  2004-03-12 22:16 -------
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


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14336


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

* [Bug target/14336] bootstrapping gcc 3.3.3 fails on mips-sgi-irix5.3
  2004-02-28 19:36 [Bug bootstrap/14336] New: bootstrapping gcc 3.3.3 fails on mips-sgi-irix5.3 geos at epost dot de
                   ` (3 preceding siblings ...)
  2004-03-12 22:17 ` gdr at integrable-solutions dot net
@ 2004-03-12 22:21 ` ro at gcc dot gnu dot org
  2004-03-12 22:21 ` ro at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: ro at gcc dot gnu dot org @ 2004-03-12 22:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ro at gcc dot gnu dot org  2004-03-12 22:21 -------
Won't backport IRIX 5.3 revival to 3.3 branch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |WONTFIX


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14336


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

* [Bug target/14336] bootstrapping gcc 3.3.3 fails on mips-sgi-irix5.3
  2004-02-28 19:36 [Bug bootstrap/14336] New: bootstrapping gcc 3.3.3 fails on mips-sgi-irix5.3 geos at epost dot de
                   ` (4 preceding siblings ...)
  2004-03-12 22:21 ` ro at gcc dot gnu dot org
@ 2004-03-12 22:21 ` ro at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: ro at gcc dot gnu dot org @ 2004-03-12 22:21 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |ro at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14336


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

end of thread, other threads:[~2004-03-12 22:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-28 19:36 [Bug bootstrap/14336] New: bootstrapping gcc 3.3.3 fails on mips-sgi-irix5.3 geos at epost dot de
2004-02-28 20:43 ` [Bug target/14336] " pinskia at gcc dot gnu dot org
2004-03-12 22:09 ` ro at techfak dot uni-bielefeld dot de
2004-03-12 22:10 ` ro at gcc dot gnu dot org
2004-03-12 22:17 ` gdr at integrable-solutions dot net
2004-03-12 22:21 ` ro at gcc dot gnu dot org
2004-03-12 22:21 ` ro at gcc dot gnu dot org

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).