[Bug driver/20705] -pthread should enable all options required to use pthreads on all platforms

2021-09-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20705 Bug 20705 depends on bug 28838, which changed state. Bug 28838 Summary: LIB_SPECS lacks pthread https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28838 What|Removed |Added

[Bug driver/20705] -pthread should enable all options required to use pthreads on all platforms

2015-02-12 Thread rth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20705 Bug 20705 depends on bug 14300, which changed state. Bug 14300 Summary: -pthread doesn't define _REENTRANT in preprocessor on alpha-linux https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14300 What|Removed |Added

[Bug driver/20705] -pthread should enable all options required to use pthreads on all platforms

2014-02-16 Thread jackie.rosen at hushmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20705 Jackie Rosen jackie.rosen at hushmail dot com changed: What|Removed |Added CC|

[Bug driver/20705] -pthread should enable all options required to use pthreads on all platforms

2006-06-16 Thread leisner at rochester dot rr dot com
--- Comment #6 from leisner at rochester dot rr dot com 2006-06-16 20:03 --- It seems the specs file for solaris is also wrong -- I had to add -lrt to enable pthreads (on solaris 2.8 anyway and gcc 3.4.x). -- leisner at rochester dot rr dot com changed: What

[Bug driver/20705] -pthread should enable all options required to use pthreads on all platforms

2005-07-29 Thread david dot nospam dot hopwood at blueyonder dot co dot uk
--- Additional Comments From david dot nospam dot hopwood at blueyonder dot co dot uk 2005-07-29 10:58 --- Also see bug 14300 for Alpha Linux. -- What|Removed |Added

[Bug driver/20705] -pthread should enable all options required to use pthreads on all platforms

2005-07-29 Thread david dot nospam dot hopwood at blueyonder dot co dot uk
--- Additional Comments From david dot nospam dot hopwood at blueyonder dot co dot uk 2005-07-29 11:46 --- -pthread is apparently deprecated on FreeBSD (see http://lists.freebsd.org/pipermail/cvs-src/2003-August/009871.html and

[Bug driver/20705] -pthread should enable all options required to use pthreads on all platforms

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15 21:19 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW

[Bug driver/20705] -pthread should enable all options required to use pthreads on all platforms

2005-03-31 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c |driver http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20705

[Bug driver/20705] -pthread should enable all options required to use pthreads on all platforms

2005-03-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-31 19:34 --- What I would like to see is that the targets just enable pthreads by default and forget about these flags. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20705

[Bug driver/20705] -pthread should enable all options required to use pthreads on all platforms

2005-03-31 Thread david dot nospam dot hopwood at blueyonder dot co dot uk
--- Additional Comments From david dot nospam dot hopwood at blueyonder dot co dot uk 2005-03-31 22:04 --- pthreads isn't necessarily available, or needs to be optional, on embedded platforms. I agree that on some platforms it would make sense for pthreads to be enabled by default. --