[Bug target/22097] libgfortran build failure on mips-sgi-irix6.5

2006-03-08 Thread fxcoudert at gcc dot gnu dot org


--- Comment #19 from fxcoudert at gcc dot gnu dot org  2006-03-08 09:51 
---
This was fixed on rev. 110700 for trunk, and later backported to 4.1.


-- 

fxcoudert at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
  Known to fail|4.1.0 4.2.0 |
  Known to work||4.2.0 4.1.0
 Resolution||FIXED
   Target Milestone|--- |4.1.0


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



[Bug target/22097] libgfortran build failure on mips-sgi-irix6.5

2006-02-07 Thread r dot emrich at de dot tecosim dot com


--- Comment #15 from r dot emrich at de dot tecosim dot com  2006-02-07 
09:55 ---
Created an attachment (id=10794)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10794action=view)
fixes bootstrap failure in ligfortran/instrisics/c99_functions.c for
mips-sgi-irix6.5

It's similiar as http://gcc.gnu.org/ml/gcc-patches/2005-12/msg01578.html
There is one open question. Is the #ifdef __sgi__ the right way to
distinguish between IRIX and other mips systems?
This patch applies cleanly to 4.1 and mainline.
I ask for comments.


-- 


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



[Bug target/22097] libgfortran build failure on mips-sgi-irix6.5

2006-02-07 Thread r dot emrich at de dot tecosim dot com


--- Comment #16 from r dot emrich at de dot tecosim dot com  2006-02-07 
10:00 ---
(In reply to comment #15)
 Created an attachment (id=10794)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10794action=view) [edit]
 fixes bootstrap failure in ligfortran/instrisics/c99_functions.c for
 mips-sgi-irix6.5
 
 It's similiar as http://gcc.gnu.org/ml/gcc-patches/2005-12/msg01578.html
 There is one open question. Is the #ifdef __sgi__ the right way to
 distinguish between IRIX and other mips systems?
 This patch applies cleanly to 4.1 and mainline.
 I ask for comments.
 
additional information:
This patch applied, bootstrap finished successfully for 4.1 svn revision
110639.
Testsuite in progress.


-- 


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



[Bug target/22097] libgfortran build failure on mips-sgi-irix6.5

2006-02-07 Thread fxcoudert at gcc dot gnu dot org


--- Comment #17 from fxcoudert at gcc dot gnu dot org  2006-02-07 10:12 
---
(In reply to comment #15)
 There is one open question. Is the #ifdef __sgi__ the right way to
 distinguish between IRIX and other mips systems?
 This patch applies cleanly to 4.1 and mainline.
 I ask for comments.

Looking at config.guess and other occurences of __sgi__ in the gcc source, I
think it's the right way.

Submit the patch on the gcc, gcc-patches and fortran along with the question,
and if there is no objection from the mips maintainers in the next few days,
I'll approve it.

Thanks for the patch!


-- 

fxcoudert at gcc dot gnu dot org changed:

   What|Removed |Added

   Keywords||patch


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



[Bug target/22097] libgfortran build failure on mips-sgi-irix6.5

2006-02-07 Thread r dot emrich at de dot tecosim dot com


--- Comment #18 from r dot emrich at de dot tecosim dot com  2006-02-07 
16:35 ---
Created an attachment (id=10796)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10796action=view)
fixes bootstrap failure in libgfortran/instrisics/c99_functions.c for
mips-sgi-irix6.5 second version

Okay, second try.

Rainer


-- 


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



[Bug target/22097] libgfortran build failure on mips-sgi-irix6.5

2006-02-06 Thread r dot emrich at de dot tecosim dot com


--- Comment #14 from r dot emrich at de dot tecosim dot com  2006-02-06 
17:58 ---
Subject: Re:  libgfortran build failure on mips-sgi-irix6.5

Okay, I will try!

Is there a preprocessor macro defined, which identifies IRIX?

As I see, there are two macros which are candidates IMHO:

_SGI_SOURCE
sgi, __sgi, __sgi__

any hints?

Rainer


-- 


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



[Bug target/22097] libgfortran build failure on mips-sgi-irix6.5

2006-02-02 Thread r dot emrich at de dot tecosim dot com


--- Comment #12 from r dot emrich at de dot tecosim dot com  2006-02-02 
18:01 ---
Subject: Re:  libgfortran build failure on mips-sgi-irix6.5

fxcoudert at gcc dot gnu dot org schrieb:
 --- Comment #11 from fxcoudert at gcc dot gnu dot org  2006-01-12 13:08 
 ---
 This could be fixed by something similar to
 http://gcc.gnu.org/ml/gcc-patches/2005-12/msg01578.html
 
 
Is somebody working on this?

Rainer


-- 


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



[Bug target/22097] libgfortran build failure on mips-sgi-irix6.5

2006-02-02 Thread fxcoudert at gcc dot gnu dot org


--- Comment #13 from fxcoudert at gcc dot gnu dot org  2006-02-02 19:18 
---
(In reply to comment #12)
 Is somebody working on this?

I am not (though it shouldn't take too much time, I'm positively squashed under
real life work). And, IIRC, the mips maintainers don't have access to IRIX any
more. So, if you want to submit something for this, please do!


-- 


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



[Bug target/22097] libgfortran build failure on mips-sgi-irix6.5

2006-01-12 Thread fxcoudert at gcc dot gnu dot org


--- Comment #11 from fxcoudert at gcc dot gnu dot org  2006-01-12 13:08 
---
This could be fixed by something similar to
http://gcc.gnu.org/ml/gcc-patches/2005-12/msg01578.html


-- 


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



[Bug target/22097] libgfortran build failure on mips-sgi-irix6.5

2006-01-04 Thread fxcoudert at gcc dot gnu dot org


--- Comment #10 from fxcoudert at gcc dot gnu dot org  2006-01-04 12:14 
---
Moving to target component. This bug is still present and it prevents
building gfortran on mips-sgi-irix6.5.


-- 

fxcoudert at gcc dot gnu dot org changed:

   What|Removed |Added

   Severity|normal  |major
  Component|libfortran  |target
  Known to fail||4.1.0 4.2.0
   Last reconfirmed|2005-11-10 15:35:05 |2006-01-04 12:14:08
   date||


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