[Bug target/47852] crash with g++ -lpthread on irix

2012-01-17 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47852

Rainer Orth  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #5 from Rainer Orth  2012-01-17 15:45:59 UTC 
---
Fixed for 4.7.0.


[Bug target/47852] crash with g++ -lpthread on irix

2012-01-17 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47852

--- Comment #4 from Rainer Orth  2012-01-17 15:41:17 UTC 
---
Author: ro
Date: Tue Jan 17 15:41:10 2012
New Revision: 183251

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183251
Log:
Link libstdc++ with -lpthread on IRIX 6 (PR target/47852)

PR target/47852
* configure.host (irix6.5*): Add -lpthread to OPT_LDFLAGS.

Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/configure.host


[Bug target/47852] crash with g++ -lpthread on irix

2012-01-12 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47852

Rainer Orth  changed:

   What|Removed |Added

URL||http://gcc.gnu.org/ml/gcc-p
   ||atches/2012-01/msg00607.htm
   ||l
   Target Milestone|--- |4.7.0

--- Comment #3 from Rainer Orth  2012-01-12 10:23:01 UTC 
---
Patch submitted.


[Bug target/47852] crash with g++ -lpthread on irix

2011-04-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47852

Richard Guenther  changed:

   What|Removed |Added

   Target Milestone|4.6.1   |---


[Bug target/47852] crash with g++ -lpthread on irix

2011-03-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47852

Jakub Jelinek  changed:

   What|Removed |Added

   Target Milestone|4.6.0   |4.6.1

--- Comment #2 from Jakub Jelinek  2011-03-25 
19:52:37 UTC ---
GCC 4.6.0 is being released, adjusting target milestone.


[Bug target/47852] crash with g++ -lpthread on irix

2011-02-25 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47852

Rainer Orth  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Last reconfirmed||2011.02.25 18:31:39
 CC||ro at gcc dot gnu.org
 AssignedTo|unassigned at gcc dot   |ro at gcc dot gnu.org
   |gnu.org |
   Target Milestone|--- |4.6.0
 Ever Confirmed|0   |1

--- Comment #1 from Rainer Orth  2011-02-25 18:31:39 UTC 
---
Mine.  As suspected, libstdc++.so needs to be linked with -lpthread since
emutls
uses pthread_* functions, while libc provides only stubs for some of them.

I'll regtest the corresponding trivial patch over the weekend.