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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         Depends on|                            |46131
         AssignedTo|unassigned at gcc dot       |ro at gcc dot gnu.org
                   |gnu.org                     |
            Summary|[4.6 regression] All Tru64  |[4.6 regression] All Tru64
                   |UNIX EH tests fail          |UNIX C++ EH tests fail

--- Comment #8 from Rainer Orth <ro at gcc dot gnu.org> 2010-10-28 14:29:35 UTC 
---
This is another instance of the same problem as PR target/46131: with emutls
enabled, C++ EH tests rely on the presence of the real libpthread.so functions,
not the dummies in libgcc.  So the solution is the same: link libstdc++.so
with -pthread.

I'll submit a patch shortly.

Reply via email to