http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16350
Sam Thursfield changed:
What|Removed |Added
CC||sam.thursfield at codethink
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16350
--- Comment #31 from Sam Thursfield
2013-01-09 11:46:59 UTC ---
Ignore the comment about GCC 4.7.3, which doesn't even exist. Looks like the
fix is only in trunk so far.
erity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: sam.thursfield at codethink dot co.uk
Target Milestone: ---
Host: powerpc-ibm-aix7.1.0.0
Target: powerpc-ibm-aix7.1.0.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82033
--- Comment #2 from Sam Thursfield ---
Sorry, I really thought I'd tracked down the correct cause before reporting the
bug, but it seems something else I'm doing is breaking the library.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82033
Sam Thursfield changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82033
--- Comment #4 from Sam Thursfield ---
For posterity, the actual cause of my issue was passing `--disable-multilib` to
configure. It's pretty clear why this broke some threading stuff -- 'pthread'
is a whole separate set of libs on AIX.