public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/3456] bootstrapping gcc-3.0 with threadmodel=posix fails on IRIX64 6.5
       [not found] <bug-3456-465@http.gcc.gnu.org/bugzilla/>
@ 2007-07-05 18:17 ` ro at gcc dot gnu dot org
  2007-07-12 17:43 ` ro at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: ro at gcc dot gnu dot org @ 2007-07-05 18:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from ro at gcc dot gnu dot org  2007-07-05 18:17 -------
Working on a patch.


-- 

ro at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |ro at gcc dot gnu dot org
                   |dot org                     |
             Status|SUSPENDED                   |ASSIGNED
   Last reconfirmed|2005-10-02 20:50:58         |2007-07-05 18:17:26
               date|                            |


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


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

* [Bug bootstrap/3456] bootstrapping gcc-3.0 with threadmodel=posix fails on IRIX64 6.5
       [not found] <bug-3456-465@http.gcc.gnu.org/bugzilla/>
  2007-07-05 18:17 ` [Bug bootstrap/3456] bootstrapping gcc-3.0 with threadmodel=posix fails on IRIX64 6.5 ro at gcc dot gnu dot org
@ 2007-07-12 17:43 ` ro at gcc dot gnu dot org
  2007-07-16 17:21 ` ro at gcc dot gnu dot org
  2007-07-16 17:22 ` ro at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: ro at gcc dot gnu dot org @ 2007-07-12 17:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from ro at gcc dot gnu dot org  2007-07-12 17:43 -------
Patch here:

http://gcc.gnu.org/ml/gcc-patches/2007-07/msg01185.html


-- 


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


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

* [Bug bootstrap/3456] bootstrapping gcc-3.0 with threadmodel=posix fails on IRIX64 6.5
       [not found] <bug-3456-465@http.gcc.gnu.org/bugzilla/>
  2007-07-05 18:17 ` [Bug bootstrap/3456] bootstrapping gcc-3.0 with threadmodel=posix fails on IRIX64 6.5 ro at gcc dot gnu dot org
  2007-07-12 17:43 ` ro at gcc dot gnu dot org
@ 2007-07-16 17:21 ` ro at gcc dot gnu dot org
  2007-07-16 17:22 ` ro at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: ro at gcc dot gnu dot org @ 2007-07-16 17:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from ro at gcc dot gnu dot org  2007-07-16 17:21 -------
Subject: Bug 3456

Author: ro
Date: Mon Jul 16 17:21:10 2007
New Revision: 126685

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126685
Log:
        gcc:
        PR bootstrap/3456
        * config.gcc (mips-sgi-irix[56]*): Enable pthread support.
        * doc/install.texi (mips-sgi-irix6): pthread support works now.

        libstdc++-v3:
        PR bootstrap/3456
        * testsuite/22_locale/locale/cons/12658_thread-1.cc: Enable on
        mips-sgi-irix6*.
        * testsuite/22_locale/locale/cons/12658_thread-2.cc: Likewise.
        * testsuite/thread/18185.cc: Likewise.
        * testsuite/thread/pthread1.cc: Likewise.
        * testsuite/thread/pthread2.cc: Likewise.
        * testsuite/thread/pthread3.cc: Likewise.
        * testsuite/thread/pthread4.cc: Likewise.
        * testsuite/thread/pthread5.cc: Likewise.
        * testsuite/thread/pthread6.cc: Likewise.
        * testsuite/thread/pthread7-rope.cc: Likewise.
        *
testsuite/tr1/2_general_utilities/shared_ptr/thread/default_weaktoshared.cc:
Likewise.
        *
testsuite/tr1/2_general_utilities/shared_ptr/thread/mutex_weaktoshared.cc:
Likewise.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config.gcc
    trunk/gcc/doc/install.texi
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-1.cc
    trunk/libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-2.cc
    trunk/libstdc++-v3/testsuite/thread/18185.cc
    trunk/libstdc++-v3/testsuite/thread/pthread1.cc
    trunk/libstdc++-v3/testsuite/thread/pthread2.cc
    trunk/libstdc++-v3/testsuite/thread/pthread3.cc
    trunk/libstdc++-v3/testsuite/thread/pthread4.cc
    trunk/libstdc++-v3/testsuite/thread/pthread5.cc
    trunk/libstdc++-v3/testsuite/thread/pthread6.cc
    trunk/libstdc++-v3/testsuite/thread/pthread7-rope.cc
   
trunk/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/thread/default_weaktoshared.cc
   
trunk/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/thread/mutex_weaktoshared.cc


-- 


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


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

* [Bug bootstrap/3456] bootstrapping gcc-3.0 with threadmodel=posix fails on IRIX64 6.5
       [not found] <bug-3456-465@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2007-07-16 17:21 ` ro at gcc dot gnu dot org
@ 2007-07-16 17:22 ` ro at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: ro at gcc dot gnu dot org @ 2007-07-16 17:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from ro at gcc dot gnu dot org  2007-07-16 17:22 -------
Fixed for 4.3.


-- 

ro at gcc dot gnu dot org changed:

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


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


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

* [Bug bootstrap/3456] bootstrapping gcc-3.0 with threadmodel=posix fails on IRIX64 6.5
       [not found] <20010628035601.3456.boris.waibel@gmx.de>
  2003-08-05  1:27 ` neroden at gcc dot gnu dot org
@ 2003-08-05  1:42 ` pinskia at physics dot uc dot edu
  1 sibling, 0 replies; 6+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-05  1:42 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=3456


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |SUSPENDED


------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-05 01:42 -------
I just looked in the source and the LINK_SPEC does not have -lpthread in there at all so thi is not 
fixed at all.


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

* [Bug bootstrap/3456] bootstrapping gcc-3.0 with threadmodel=posix fails on IRIX64 6.5
       [not found] <20010628035601.3456.boris.waibel@gmx.de>
@ 2003-08-05  1:27 ` neroden at gcc dot gnu dot org
  2003-08-05  1:42 ` pinskia at physics dot uc dot edu
  1 sibling, 0 replies; 6+ messages in thread
From: neroden at gcc dot gnu dot org @ 2003-08-05  1: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=3456


neroden at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|SUSPENDED                   |WAITING


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

end of thread, other threads:[~2007-07-16 17:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-3456-465@http.gcc.gnu.org/bugzilla/>
2007-07-05 18:17 ` [Bug bootstrap/3456] bootstrapping gcc-3.0 with threadmodel=posix fails on IRIX64 6.5 ro at gcc dot gnu dot org
2007-07-12 17:43 ` ro at gcc dot gnu dot org
2007-07-16 17:21 ` ro at gcc dot gnu dot org
2007-07-16 17:22 ` ro at gcc dot gnu dot org
     [not found] <20010628035601.3456.boris.waibel@gmx.de>
2003-08-05  1:27 ` neroden at gcc dot gnu dot org
2003-08-05  1:42 ` pinskia at physics dot uc dot edu

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