This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/4372] #pragma weak pthread* inclusion causes applications to crash without a linker error when one forgets to link with -lpthread
- From: "carlo at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Nov 2003 14:57:52 -0000
- Subject: [Bug other/4372] #pragma weak pthread* inclusion causes applications to crash without a linker error when one forgets to link with -lpthread
- References: <20010920172600.4372.carlo@alinoe.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4372
carlo at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2003-11-05 07:54:39 |2003-11-07 14:57:51
date| |
------- Additional Comments From carlo at gcc dot gnu dot org 2003-11-07 14:57 -------
Still in mainline.
Can't we just remove the #pragma's from bits/gthr-default.h?
That was the suggestion solution in this thread and it
makes sense to me. If not, then please just close this PR
with a WONTFIX.