public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/12310] New: [tree-ssa] mips-sgi-IRIX6.5 fails to bootstrap
@ 2003-09-17  2:53 wstan at xs4all dot nl
  2003-09-17  3:20 ` [Bug bootstrap/12310] [tree-ssa] libmudflap fails to build on mips-sgi-IRIX6.5 pinskia at gcc dot gnu dot org
                   ` (16 more replies)
  0 siblings, 17 replies; 20+ messages in thread
From: wstan at xs4all dot nl @ 2003-09-17  2:53 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: [tree-ssa] mips-sgi-IRIX6.5 fails to bootstrap
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: wstan at xs4all dot nl
                CC: gcc-bugs at gcc dot gnu dot org

../gcc/configure --prefix=/usr/gFORTRAN --with-gmp=/usr/GMP --enable-languages=c,f95
gmake CC="gcc -save-temps" bootstrap
--------------------------
octane # gcc -v
Reading specs from /usr/freeware/lib/gcc-lib/mips-sgi-irix6.5/3.3/specs
Configured with: ../configure --prefix=/usr/freeware
--enable-version-specific-runtime-libs --disable-shared --enable-threads
--enable-haifa --enable-libgcj --disable-c-mbchar
Thread model: single
gcc version 3.3
---------------------------
 -I.   -O2 -g -O2 -Wall -O2 -g -O2 -DWRAP_$hook -c
../../../gcc/libmudflap/mf-hooks2.c -o stat64-hook.lo
/usr/people/wstan/objdir/gcc/xgcc -B/usr/people/wstan/objdir/gcc/
-B/usr/gFORTRAN/mips-sgi-irix6.5/bin/ -B/usr/gFORTRAN/mips-sgi-irix6.5/lib/
-isystem /usr/gFORTRAN/mips-sgi-irix6.5/include -isystem
/usr/gFORTRAN/mips-sgi-irix6.5/sys-include -DHAVE_CONFIG_H -I.
-I../../../gcc/libmudflap -I. -O2 -g -O2 -Wall -O2 -g -O2 -DWRAP_stat64 -c
../../../gcc/libmudflap/mf-hooks2.c -o stat64-hook.o
../../../gcc/libmudflap/mf-hooks2.c:20:1: warning: "__EXTENSIONS__" redefined
<built-in>:113:1: warning: this is the location of the previous definition
../../../gcc/libmudflap/mf-hooks2.c:1040: warning: "struct stat64" declared
inside parameter list
../../../gcc/libmudflap/mf-hooks2.c: In function `__mfwrap_stat64':

../../../gcc/libmudflap/mf-hooks2.c:1046: error: dereferencing pointer to
incomplete type
../../../gcc/libmudflap/mf-hooks2.c:1046: error: dereferencing pointer to
incomplete type
../../../gcc/libmudflap/mf-hooks2.c:1046: error: dereferencing pointer to
incomplete type
../../../gcc/libmudflap/mf-hooks2.c:1046: error: dereferencing pointer to
incomplete type
../../../gcc/libmudflap/mf-hooks2.c:1046: error: dereferencing pointer to
incomplete type
../../../gcc/libmudflap/mf-hooks2.c:1046: error: dereferencing pointer to
incomplete type
../../../gcc/libmudflap/mf-hooks2.c:1047: warning: implicit declaration of
function `stat64'
gmake[4]: *** [stat64-hook.lo] Error 1
gmake[4]: Leaving directory `/usr/people/wstan/objdir/mips-sgi-irix6.5/libmudflap'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/people/wstan/objdir/mips-sgi-irix6.5/libmudflap'
gmake[2]: *** [all-recursive-am] Error 2
gmake[2]: Leaving directory `/usr/people/wstan/objdir/mips-sgi-irix6.5/libmudflap'
gmake[1]: *** [all-target-libmudflap] Error 2
gmake[1]: Leaving directory `/usr/people/wstan/objdir'
gmake: *** [bootstrap] Error 2


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

* [Bug bootstrap/12310] [tree-ssa] libmudflap fails to build on mips-sgi-IRIX6.5
  2003-09-17  2:53 [Bug bootstrap/12310] New: [tree-ssa] mips-sgi-IRIX6.5 fails to bootstrap wstan at xs4all dot nl
@ 2003-09-17  3:20 ` pinskia at gcc dot gnu dot org
  2003-10-01  3:49 ` [Bug libmudflap/12310] " pinskia at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-17  3:20 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|                            |mips-sgi-irix6.5
           Keywords|                            |build
            Summary|[tree-ssa] mips-sgi-IRIX6.5 |[tree-ssa] libmudflap fails
                   |fails to bootstrap          |to build on mips-sgi-IRIX6.5
   Target Milestone|---                         |tree-ssa


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-17 02:53 -------
A workaround for this to remove the libmudflap directory and then build for now if you do not 
need or want mudflap.


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

* [Bug libmudflap/12310] [tree-ssa] libmudflap fails to build on mips-sgi-IRIX6.5
  2003-09-17  2:53 [Bug bootstrap/12310] New: [tree-ssa] mips-sgi-IRIX6.5 fails to bootstrap wstan at xs4all dot nl
  2003-09-17  3:20 ` [Bug bootstrap/12310] [tree-ssa] libmudflap fails to build on mips-sgi-IRIX6.5 pinskia at gcc dot gnu dot org
@ 2003-10-01  3:49 ` pinskia at gcc dot gnu dot org
  2003-10-01  4:20 ` billingd at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-01  3:49 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|bootstrap                   |libmudflap


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

* [Bug libmudflap/12310] [tree-ssa] libmudflap fails to build on mips-sgi-IRIX6.5
  2003-09-17  2:53 [Bug bootstrap/12310] New: [tree-ssa] mips-sgi-IRIX6.5 fails to bootstrap wstan at xs4all dot nl
  2003-09-17  3:20 ` [Bug bootstrap/12310] [tree-ssa] libmudflap fails to build on mips-sgi-IRIX6.5 pinskia at gcc dot gnu dot org
  2003-10-01  3:49 ` [Bug libmudflap/12310] " pinskia at gcc dot gnu dot org
@ 2003-10-01  4:20 ` billingd at gcc dot gnu dot org
  2003-11-06 16:20 ` fche at redhat dot com
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: billingd at gcc dot gnu dot org @ 2003-10-01  4:20 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


billingd at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |billingd at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-10-01 04:20:19
               date|                            |


------- Additional Comments From billingd at gcc dot gnu dot org  2003-10-01 04:20 -------
.


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

* [Bug libmudflap/12310] [tree-ssa] libmudflap fails to build on mips-sgi-IRIX6.5
  2003-09-17  2:53 [Bug bootstrap/12310] New: [tree-ssa] mips-sgi-IRIX6.5 fails to bootstrap wstan at xs4all dot nl
                   ` (2 preceding siblings ...)
  2003-10-01  4:20 ` billingd at gcc dot gnu dot org
@ 2003-11-06 16:20 ` fche at redhat dot com
  2003-11-06 16:21 ` fche at redhat dot com
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: fche at redhat dot com @ 2003-11-06 16:20 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


fche at redhat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


------- Additional Comments From fche at redhat dot com  2003-11-06 16:20 -------
Could you try again, with the aix-related patches just committed by David
Edelsohn?  I don't have immediate access to a mips64 machine; is there some
other macro in your system headers that would enable declarations like struct
stat64?


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

* [Bug libmudflap/12310] [tree-ssa] libmudflap fails to build on mips-sgi-IRIX6.5
  2003-09-17  2:53 [Bug bootstrap/12310] New: [tree-ssa] mips-sgi-IRIX6.5 fails to bootstrap wstan at xs4all dot nl
                   ` (3 preceding siblings ...)
  2003-11-06 16:20 ` fche at redhat dot com
@ 2003-11-06 16:21 ` fche at redhat dot com
  2003-11-06 16:27 ` fche at redhat dot com
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: fche at redhat dot com @ 2003-11-06 16:21 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


fche at redhat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |fche at redhat dot com
                   |dot org                     |
             Status|WAITING                     |ASSIGNED


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

* [Bug libmudflap/12310] [tree-ssa] libmudflap fails to build on mips-sgi-IRIX6.5
  2003-09-17  2:53 [Bug bootstrap/12310] New: [tree-ssa] mips-sgi-IRIX6.5 fails to bootstrap wstan at xs4all dot nl
                   ` (4 preceding siblings ...)
  2003-11-06 16:21 ` fche at redhat dot com
@ 2003-11-06 16:27 ` fche at redhat dot com
  2003-11-07 21:11 ` fche at redhat dot com
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: fche at redhat dot com @ 2003-11-06 16:27 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


fche at redhat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING


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

* [Bug libmudflap/12310] [tree-ssa] libmudflap fails to build on mips-sgi-IRIX6.5
  2003-09-17  2:53 [Bug bootstrap/12310] New: [tree-ssa] mips-sgi-IRIX6.5 fails to bootstrap wstan at xs4all dot nl
                   ` (5 preceding siblings ...)
  2003-11-06 16:27 ` fche at redhat dot com
@ 2003-11-07 21:11 ` fche at redhat dot com
  2003-12-19 11:56 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: fche at redhat dot com @ 2003-11-07 21:11 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


fche at redhat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


------- Additional Comments From fche at redhat dot com  2003-11-07 21:11 -------
I'm reducing the severity of this porting problem.  If you don't have
time to help get this library built on your platform, please consider
configuring your source tree with "--disable-libmudflap", with the
obvious effects.


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

* [Bug libmudflap/12310] [tree-ssa] libmudflap fails to build on mips-sgi-IRIX6.5
  2003-09-17  2:53 [Bug bootstrap/12310] New: [tree-ssa] mips-sgi-IRIX6.5 fails to bootstrap wstan at xs4all dot nl
                   ` (6 preceding siblings ...)
  2003-11-07 21:11 ` fche at redhat dot com
@ 2003-12-19 11:56 ` pinskia at gcc dot gnu dot org
  2004-04-01 13:32 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-19 11:56 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
   Last reconfirmed|2003-12-10 18:42:30         |2003-12-19 11:33:12
               date|                            |


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


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

* [Bug libmudflap/12310] [tree-ssa] libmudflap fails to build on mips-sgi-IRIX6.5
  2003-09-17  2:53 [Bug bootstrap/12310] New: [tree-ssa] mips-sgi-IRIX6.5 fails to bootstrap wstan at xs4all dot nl
                   ` (7 preceding siblings ...)
  2003-12-19 11:56 ` pinskia at gcc dot gnu dot org
@ 2004-04-01 13:32 ` pinskia at gcc dot gnu dot org
  2004-04-01 22:23 ` david dot billinghurst at comalco dot riotinto dot com dot au
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-01 13:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-01 13:32 -------
Does this still happen?

-- 


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


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

* [Bug libmudflap/12310] [tree-ssa] libmudflap fails to build on mips-sgi-IRIX6.5
  2003-09-17  2:53 [Bug bootstrap/12310] New: [tree-ssa] mips-sgi-IRIX6.5 fails to bootstrap wstan at xs4all dot nl
                   ` (8 preceding siblings ...)
  2004-04-01 13:32 ` pinskia at gcc dot gnu dot org
@ 2004-04-01 22:23 ` david dot billinghurst at comalco dot riotinto dot com dot au
  2004-04-27 19:31 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: david dot billinghurst at comalco dot riotinto dot com dot au @ 2004-04-01 22:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From david dot billinghurst at comalco dot riotinto dot com dot au  2004-04-01 22:22 -------
Subject: RE:  [tree-ssa] libmudflap fails to build on mips-sgi-IRIX6.5

> Does this still happen?

Don't know.  Will try when time permits


-- 


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


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

* [Bug libmudflap/12310] [tree-ssa] libmudflap fails to build on mips-sgi-IRIX6.5
  2003-09-17  2:53 [Bug bootstrap/12310] New: [tree-ssa] mips-sgi-IRIX6.5 fails to bootstrap wstan at xs4all dot nl
                   ` (9 preceding siblings ...)
  2004-04-01 22:23 ` david dot billinghurst at comalco dot riotinto dot com dot au
@ 2004-04-27 19:31 ` pinskia at gcc dot gnu dot org
  2004-04-27 19:32 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-27 19:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-27 19:20 -------
*** Bug 15175 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ro at techfak dot uni-
                   |                            |bielefeld dot de


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


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

* [Bug libmudflap/12310] [tree-ssa] libmudflap fails to build on mips-sgi-IRIX6.5
  2003-09-17  2:53 [Bug bootstrap/12310] New: [tree-ssa] mips-sgi-IRIX6.5 fails to bootstrap wstan at xs4all dot nl
                   ` (10 preceding siblings ...)
  2004-04-27 19:31 ` pinskia at gcc dot gnu dot org
@ 2004-04-27 19:32 ` pinskia at gcc dot gnu dot org
  2004-06-07 15:20 ` fche at redhat dot com
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-27 19:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-27 19:21 -------
Some more analysis in PR 15175.

-- 


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


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

* [Bug libmudflap/12310] [tree-ssa] libmudflap fails to build on mips-sgi-IRIX6.5
  2003-09-17  2:53 [Bug bootstrap/12310] New: [tree-ssa] mips-sgi-IRIX6.5 fails to bootstrap wstan at xs4all dot nl
                   ` (11 preceding siblings ...)
  2004-04-27 19:32 ` pinskia at gcc dot gnu dot org
@ 2004-06-07 15:20 ` fche at redhat dot com
  2004-06-07 22:26 ` ro at techfak dot uni-bielefeld dot de
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: fche at redhat dot com @ 2004-06-07 15:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fche at redhat dot com  2004-06-07 15:20 -------
Can you check whether the last commit (adding _LARGEFILE64_SOURCE) made it work?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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


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

* [Bug libmudflap/12310] [tree-ssa] libmudflap fails to build on mips-sgi-IRIX6.5
  2003-09-17  2:53 [Bug bootstrap/12310] New: [tree-ssa] mips-sgi-IRIX6.5 fails to bootstrap wstan at xs4all dot nl
                   ` (12 preceding siblings ...)
  2004-06-07 15:20 ` fche at redhat dot com
@ 2004-06-07 22:26 ` ro at techfak dot uni-bielefeld dot de
  2004-06-07 22:34 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 20+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2004-06-07 22:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2004-06-07 22:26 -------
Subject: Re:  [tree-ssa] libmudflap fails to build on mips-sgi-IRIX6.5

fche at redhat dot com writes:

> Can you check whether the last commit (adding _LARGEFILE64_SOURCE) made it work?

It breaks in a different way now:

/.vol/gcc/src/gcc-dist/libmudflap/mf-hooks2.c: At top level:
/.vol/gcc/src/gcc-dist/libmudflap/mf-hooks2.c:1563: warning: 'union semun' declared inside parameter list
/.vol/gcc/src/gcc-dist/libmudflap/mf-hooks2.c:1563: error: parameter 4 ('arg') has incomplete type

HAVE_UNION_SEMUN is defined to 1, but <sys/sem.h> only defines union semun
if _NO_XOPEN4 (i.e.

#define _NO_XOPEN4	(!defined(_XOPEN_SOURCE) || \
				(defined(_XOPEN_SOURCE) && \
				(_XOPEN_SOURCE+0 >= 500)))
)

So again defining the _XOPEN_SOURCE feature test macro breaks compilation,
especially since the autoconf tests differ from the actual uses.  What I
said in another PR about feature test macros being harmful applies here as
well.

	Rainer


-- 


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


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

* [Bug libmudflap/12310] [tree-ssa] libmudflap fails to build on mips-sgi-IRIX6.5
  2003-09-17  2:53 [Bug bootstrap/12310] New: [tree-ssa] mips-sgi-IRIX6.5 fails to bootstrap wstan at xs4all dot nl
                   ` (13 preceding siblings ...)
  2004-06-07 22:26 ` ro at techfak dot uni-bielefeld dot de
@ 2004-06-07 22:34 ` pinskia at gcc dot gnu dot org
  2004-07-09 15:53 ` fche at redhat dot com
  2004-07-09 22:12 ` pinskia at gcc dot gnu dot org
  16 siblings, 0 replies; 20+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-07 22:34 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
   Last reconfirmed|2003-12-19 11:33:12         |2004-06-07 22:34:36
               date|                            |


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


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

* [Bug libmudflap/12310] [tree-ssa] libmudflap fails to build on mips-sgi-IRIX6.5
  2003-09-17  2:53 [Bug bootstrap/12310] New: [tree-ssa] mips-sgi-IRIX6.5 fails to bootstrap wstan at xs4all dot nl
                   ` (14 preceding siblings ...)
  2004-06-07 22:34 ` pinskia at gcc dot gnu dot org
@ 2004-07-09 15:53 ` fche at redhat dot com
  2004-07-09 22:12 ` pinskia at gcc dot gnu dot org
  16 siblings, 0 replies; 20+ messages in thread
From: fche at redhat dot com @ 2004-07-09 15:53 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |16454
              nThis|                            |


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


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

* [Bug libmudflap/12310] [tree-ssa] libmudflap fails to build on mips-sgi-IRIX6.5
  2003-09-17  2:53 [Bug bootstrap/12310] New: [tree-ssa] mips-sgi-IRIX6.5 fails to bootstrap wstan at xs4all dot nl
                   ` (15 preceding siblings ...)
  2004-07-09 15:53 ` fche at redhat dot com
@ 2004-07-09 22:12 ` pinskia at gcc dot gnu dot org
  16 siblings, 0 replies; 20+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-09 22:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-09 22:12 -------
Not as important now that libmudflap is disable on every target except for linux.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.5.0                       |---


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


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

* [Bug libmudflap/12310] [tree-ssa] libmudflap fails to build on mips-sgi-IRIX6.5
       [not found] <bug-12310-4@http.gcc.gnu.org/bugzilla/>
  2011-03-23 15:09 ` fche at redhat dot com
@ 2012-09-13 10:42 ` steven at gcc dot gnu.org
  1 sibling, 0 replies; 20+ messages in thread
From: steven at gcc dot gnu.org @ 2012-09-13 10:42 UTC (permalink / raw)
  To: gcc-bugs

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

Steven Bosscher <steven at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |steven at gcc dot gnu.org
         Resolution|                            |WONTFIX

--- Comment #13 from Steven Bosscher <steven at gcc dot gnu.org> 2012-09-13 10:41:59 UTC ---
mips-sgi-irix6.5 is no longer supported.


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

* [Bug libmudflap/12310] [tree-ssa] libmudflap fails to build on mips-sgi-IRIX6.5
       [not found] <bug-12310-4@http.gcc.gnu.org/bugzilla/>
@ 2011-03-23 15:09 ` fche at redhat dot com
  2012-09-13 10:42 ` steven at gcc dot gnu.org
  1 sibling, 0 replies; 20+ messages in thread
From: fche at redhat dot com @ 2011-03-23 15:09 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #12 from Frank Ch. Eigler <fche at redhat dot com> 2011-03-23 14:52:34 UTC ---
testing, please ignore


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

end of thread, other threads:[~2012-09-13 10:42 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-17  2:53 [Bug bootstrap/12310] New: [tree-ssa] mips-sgi-IRIX6.5 fails to bootstrap wstan at xs4all dot nl
2003-09-17  3:20 ` [Bug bootstrap/12310] [tree-ssa] libmudflap fails to build on mips-sgi-IRIX6.5 pinskia at gcc dot gnu dot org
2003-10-01  3:49 ` [Bug libmudflap/12310] " pinskia at gcc dot gnu dot org
2003-10-01  4:20 ` billingd at gcc dot gnu dot org
2003-11-06 16:20 ` fche at redhat dot com
2003-11-06 16:21 ` fche at redhat dot com
2003-11-06 16:27 ` fche at redhat dot com
2003-11-07 21:11 ` fche at redhat dot com
2003-12-19 11:56 ` pinskia at gcc dot gnu dot org
2004-04-01 13:32 ` pinskia at gcc dot gnu dot org
2004-04-01 22:23 ` david dot billinghurst at comalco dot riotinto dot com dot au
2004-04-27 19:31 ` pinskia at gcc dot gnu dot org
2004-04-27 19:32 ` pinskia at gcc dot gnu dot org
2004-06-07 15:20 ` fche at redhat dot com
2004-06-07 22:26 ` ro at techfak dot uni-bielefeld dot de
2004-06-07 22:34 ` pinskia at gcc dot gnu dot org
2004-07-09 15:53 ` fche at redhat dot com
2004-07-09 22:12 ` pinskia at gcc dot gnu dot org
     [not found] <bug-12310-4@http.gcc.gnu.org/bugzilla/>
2011-03-23 15:09 ` fche at redhat dot com
2012-09-13 10:42 ` steven at gcc dot gnu.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).