https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52590
--- Comment #7 from CVS Commits ---
The master branch has been updated by Alexandre Oliva :
https://gcc.gnu.org/g:21edd841611a97442a6b95e8ec7e91ff8fd3a451
commit r13-6461-g21edd841611a97442a6b95e8ec7e91ff8fd3a451
Author: Alexandre Oliva
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52590
Jonathan Wakely changed:
What|Removed |Added
CC||lightningdzeyenr at gmail dot
com
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52590
Andrew Pinski changed:
What|Removed |Added
CC||fengshenjun at yeah dot net
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52590
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #4 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52590
--- Comment #3 from Jason Toffaletti 2012-03-15
04:14:40 UTC ---
$ g++-4.7 -Wl,-M -v -static -pthread -std=c++0x -o thread thread.cc shows all
of libpthread being linked.
With a bit more digging I traced the problem to
/usr/include/c++/4.7.0/x86
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52590
--- Comment #2 from Jason Toffaletti 2012-03-14
21:29:18 UTC ---
(In reply to comment #1)
> > -static
>
> You need to make sure all of libpthread.a is included, right it does not get
> linked that way.
>
> This is not a GCC or glibc bug.
Your
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52590
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|