public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/19658] New: fail to build gcc 3.4.3 on IRIX6.5
@ 2005-01-27 17:29 lins1 at wyeth dot com
  2005-01-27 17:33 ` [Bug target/19658] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: lins1 at wyeth dot com @ 2005-01-27 17:29 UTC (permalink / raw)
  To: gcc-bugs

System: Silicon Graphics IRIX64 6.5 07141608 IP30
Configuration option: --bindir=/GNU/GCC
make(gnu make-4.80) ends at the following errors:


/GNU/GCC/gcc/xgcc -B/GNU/GCC/gcc/ -B/usr/local/mips-sgi-irix6.5/bin/
-B/usr/local/mips-sgi-irix6.5/lib/ -isystem /usr/local/mips-sgi-irix6.5/include
-isystem /usr/local/mips-sgi-irix6.5/sys-include -O2  -DIN_GCC    -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition 
-isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I.
-I/GNU/gcc-3.4.3/gcc -I/GNU/gcc-3.4.3/gcc/. -I/GNU/gcc-3.4.3/gcc/../include
-I../intl  -DL_divdi3 -c /GNU/gcc-3.4.3/gcc/libgcc2.c -fexceptions
-fnon-call-exceptions -o libgcc/./_divdi3.o
/GNU/gcc-3.4.3/gcc/libgcc2.c: In function `__divdi3':
/GNU/gcc-3.4.3/gcc/libgcc2.c:1017: internal compiler error: in
fixup_reorder_chain, at cfglayout.c:616
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [libgcc/./_divdi3.o] Error 1
make[2]: Leaving directory `/GNU/GCC/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/GNU/GCC/gcc'
make: *** [all-gcc] Error 2

-- 
           Summary: fail to build gcc 3.4.3 on IRIX6.5
           Product: gcc
           Version: 3.4.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lins1 at wyeth dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug target/19658] fail to build gcc 3.4.3 on IRIX6.5
  2005-01-27 17:29 [Bug c/19658] New: fail to build gcc 3.4.3 on IRIX6.5 lins1 at wyeth dot com
@ 2005-01-27 17:33 ` pinskia at gcc dot gnu dot org
  2005-01-27 17:41 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-27 17:33 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug target/19658] fail to build gcc 3.4.3 on IRIX6.5
  2005-01-27 17:29 [Bug c/19658] New: fail to build gcc 3.4.3 on IRIX6.5 lins1 at wyeth dot com
  2005-01-27 17:33 ` [Bug target/19658] " pinskia at gcc dot gnu dot org
@ 2005-01-27 17:41 ` pinskia at gcc dot gnu dot org
  2005-01-27 21:25 ` lins1 at wyeth dot com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-27 17:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-27 17:39 -------
make: *** [all-gcc] Error 2

This means you just did make, but if your current gcc is known to produce wrong code it can produce 
stuff like this.

Try "make bootstrap" instead.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug target/19658] fail to build gcc 3.4.3 on IRIX6.5
  2005-01-27 17:29 [Bug c/19658] New: fail to build gcc 3.4.3 on IRIX6.5 lins1 at wyeth dot com
  2005-01-27 17:33 ` [Bug target/19658] " pinskia at gcc dot gnu dot org
  2005-01-27 17:41 ` pinskia at gcc dot gnu dot org
@ 2005-01-27 21:25 ` lins1 at wyeth dot com
  2005-01-31 21:53 ` rsandifo at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: lins1 at wyeth dot com @ 2005-01-27 21:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From lins1 at wyeth dot com  2005-01-27 21:25 -------
Subject: Re:  fail to build gcc 3.4.3 on IRIX6.5

 "make bootstrap" results in the same. The gcc being used is gcc3.3 from
freeware.sgi.com.

>>> "pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
1/27/2005 12:39:08 PM >>>

------- Additional Comments From pinskia at gcc dot gnu dot org 
2005-01-27 17:39 -------
make: *** [all-gcc] Error 2

This means you just did make, but if your current gcc is known to
produce wrong code it can produce 
stuff like this.

Try "make bootstrap" instead.



-- 


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


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

* [Bug target/19658] fail to build gcc 3.4.3 on IRIX6.5
  2005-01-27 17:29 [Bug c/19658] New: fail to build gcc 3.4.3 on IRIX6.5 lins1 at wyeth dot com
                   ` (2 preceding siblings ...)
  2005-01-27 21:25 ` lins1 at wyeth dot com
@ 2005-01-31 21:53 ` rsandifo at gcc dot gnu dot org
  2005-04-05 21:36 ` echristo at redhat dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rsandifo at gcc dot gnu dot org @ 2005-01-31 21:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rsandifo at gcc dot gnu dot org  2005-01-31 21:53 -------
FWIW, I've not had any problems like this, although I tend to use
the MIPSpro cc as the bootstrap compiler, not gcc 3.3.  There have
been other successful build reports too.

If you don't have access to MIPSpro, could you try bootstrapping
with the 3.4.0 binaries available here:

    http://people.redhat.com/rsandifo/

Thanks,
Richard


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


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


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

* [Bug target/19658] fail to build gcc 3.4.3 on IRIX6.5
  2005-01-27 17:29 [Bug c/19658] New: fail to build gcc 3.4.3 on IRIX6.5 lins1 at wyeth dot com
                   ` (3 preceding siblings ...)
  2005-01-31 21:53 ` rsandifo at gcc dot gnu dot org
@ 2005-04-05 21:36 ` echristo at redhat dot com
  2005-06-05  7:42 ` pinskia at gcc dot gnu dot org
  2005-06-05  7:42 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: echristo at redhat dot com @ 2005-04-05 21:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From echristo at redhat dot com  2005-04-05 21:36 -------
No response. Cleaning up old prs.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug target/19658] fail to build gcc 3.4.3 on IRIX6.5
  2005-01-27 17:29 [Bug c/19658] New: fail to build gcc 3.4.3 on IRIX6.5 lins1 at wyeth dot com
                   ` (4 preceding siblings ...)
  2005-04-05 21:36 ` echristo at redhat dot com
@ 2005-06-05  7:42 ` pinskia at gcc dot gnu dot org
  2005-06-05  7:42 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-05  7:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 07:42 -------
Mark as invalid.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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

* [Bug target/19658] fail to build gcc 3.4.3 on IRIX6.5
  2005-01-27 17:29 [Bug c/19658] New: fail to build gcc 3.4.3 on IRIX6.5 lins1 at wyeth dot com
                   ` (5 preceding siblings ...)
  2005-06-05  7:42 ` pinskia at gcc dot gnu dot org
@ 2005-06-05  7:42 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-05  7:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-05 07:41 -------
Reopening to ...

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |


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


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

end of thread, other threads:[~2005-06-05  7:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-27 17:29 [Bug c/19658] New: fail to build gcc 3.4.3 on IRIX6.5 lins1 at wyeth dot com
2005-01-27 17:33 ` [Bug target/19658] " pinskia at gcc dot gnu dot org
2005-01-27 17:41 ` pinskia at gcc dot gnu dot org
2005-01-27 21:25 ` lins1 at wyeth dot com
2005-01-31 21:53 ` rsandifo at gcc dot gnu dot org
2005-04-05 21:36 ` echristo at redhat dot com
2005-06-05  7:42 ` pinskia at gcc dot gnu dot org
2005-06-05  7:42 ` pinskia 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).