public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgomp/32013]  New: Use posix95 for libgomp on Irix 6.2
@ 2007-05-20 19:02 gcc-tgc at jupiterrise dot com
  2007-05-20 19:06 ` [Bug libgomp/32013] " gcc-tgc at jupiterrise dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: gcc-tgc at jupiterrise dot com @ 2007-05-20 19:02 UTC (permalink / raw)
  To: gcc-bugs

Irix 6.2 with pthread patches is not Unix98 compatible so libgomp must use the
posix95 locking primitives.


-- 
           Summary: Use posix95 for libgomp on Irix 6.2
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgomp
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gcc-tgc at jupiterrise dot com
 GCC build triplet: mips-sgi-irix6.2
  GCC host triplet: mips-sgi-irix6.2
GCC target triplet: mips-sgi-irix6.2


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


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

* [Bug libgomp/32013] Use posix95 for libgomp on Irix 6.2
  2007-05-20 19:02 [Bug libgomp/32013] New: Use posix95 for libgomp on Irix 6.2 gcc-tgc at jupiterrise dot com
@ 2007-05-20 19:06 ` gcc-tgc at jupiterrise dot com
  2007-05-20 20:34 ` pinskia at gcc dot gnu dot org
  2007-05-21 15:19 ` gcc-tgc at jupiterrise dot com
  2 siblings, 0 replies; 5+ messages in thread
From: gcc-tgc at jupiterrise dot com @ 2007-05-20 19:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from gcc-tgc at jupiterrise dot com  2007-05-20 20:06 -------
Created an attachment (id=13590)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13590&action=view)
Make libgomp choose posix95 for Irix 6.2


-- 


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


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

* [Bug libgomp/32013] Use posix95 for libgomp on Irix 6.2
  2007-05-20 19:02 [Bug libgomp/32013] New: Use posix95 for libgomp on Irix 6.2 gcc-tgc at jupiterrise dot com
  2007-05-20 19:06 ` [Bug libgomp/32013] " gcc-tgc at jupiterrise dot com
@ 2007-05-20 20:34 ` pinskia at gcc dot gnu dot org
  2007-05-21 15:19 ` gcc-tgc at jupiterrise dot com
  2 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-05-20 20:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-05-20 21:33 -------
patches get sent to gcc-patches@, make sure you read
http://gcc.gnu.org/contribute.html also.


-- 


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


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

* [Bug libgomp/32013] Use posix95 for libgomp on Irix 6.2
  2007-05-20 19:02 [Bug libgomp/32013] New: Use posix95 for libgomp on Irix 6.2 gcc-tgc at jupiterrise dot com
  2007-05-20 19:06 ` [Bug libgomp/32013] " gcc-tgc at jupiterrise dot com
  2007-05-20 20:34 ` pinskia at gcc dot gnu dot org
@ 2007-05-21 15:19 ` gcc-tgc at jupiterrise dot com
  2 siblings, 0 replies; 5+ messages in thread
From: gcc-tgc at jupiterrise dot com @ 2007-05-21 15:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from gcc-tgc at jupiterrise dot com  2007-05-21 16:19 -------
(In reply to comment #2)
> patches get sent to gcc-patches@, make sure you read
> http://gcc.gnu.org/contribute.html also.
> 
I noticed and I just did. Perhaps I should have started there ;)

I haven't signed any FSF paperwork and have no intention of doing so either. I
don't think the patch constitutes a major contribution so no paperwork needed?

The patch was tested, test results are here:
http://gcc.gnu.org/ml/gcc-testresults/2007-05/msg01003.html

A suitable ChangeLog entry I think could look like this:
PR libgomp/32013
* configure.tgt: mips-sgi-irix6.2 must use posix95 locking primitives


-- 


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


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

* [Bug libgomp/32013] Use posix95 for libgomp on Irix 6.2
       [not found] <bug-32013-4@http.gcc.gnu.org/bugzilla/>
@ 2011-07-19 14:38 ` ro at gcc dot gnu.org
  0 siblings, 0 replies; 5+ messages in thread
From: ro at gcc dot gnu.org @ 2011-07-19 14:38 UTC (permalink / raw)
  To: gcc-bugs

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

Rainer Orth <ro at gcc dot gnu.org> changed:

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

--- Comment #4 from Rainer Orth <ro at gcc dot gnu.org> 2011-07-19 14:37:02 UTC ---
I don't have an IRIX 6.2 system any longer, and anything older than 6.5 has
been
deprecated in GCC 4.5, so closing.


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

end of thread, other threads:[~2011-07-19 14:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-20 19:02 [Bug libgomp/32013] New: Use posix95 for libgomp on Irix 6.2 gcc-tgc at jupiterrise dot com
2007-05-20 19:06 ` [Bug libgomp/32013] " gcc-tgc at jupiterrise dot com
2007-05-20 20:34 ` pinskia at gcc dot gnu dot org
2007-05-21 15:19 ` gcc-tgc at jupiterrise dot com
     [not found] <bug-32013-4@http.gcc.gnu.org/bugzilla/>
2011-07-19 14:38 ` ro 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).