[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2006-12-17 Thread doko at gcc dot gnu dot org
--- Comment #49 from doko at gcc dot gnu dot org 2006-12-17 13:57 --- Subject: Bug 11953 Author: doko Date: Sun Dec 17 13:57:31 2006 New Revision: 119988 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119988 Log: 2006-12-17 Matthias Klose <[EMAIL PROTECTED]> PR libstd

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2006-12-17 Thread doko at gcc dot gnu dot org
--- Comment #48 from doko at gcc dot gnu dot org 2006-12-17 13:53 --- Subject: Bug 11953 Author: doko Date: Sun Dec 17 13:53:07 2006 New Revision: 119987 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119987 Log: 2006-12-17 Matthias Klose <[EMAIL PROTECTED]> PR libstd

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2006-12-17 Thread doko at gcc dot gnu dot org
--- Comment #47 from doko at gcc dot gnu dot org 2006-12-17 13:47 --- Subject: Bug 11953 Author: doko Date: Sun Dec 17 13:46:58 2006 New Revision: 119986 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119986 Log: 2006-12-17 Matthias Klose <[EMAIL PROTECTED]> PR libstd

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2006-12-13 Thread pinskia at gcc dot gnu dot org
--- Comment #46 from pinskia at gcc dot gnu dot org 2006-12-13 09:38 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|REOPENE

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2006-12-12 Thread jakub at gcc dot gnu dot org
--- Comment #45 from jakub at gcc dot gnu dot org 2006-12-12 15:24 --- Subject: Bug 11953 Author: jakub Date: Tue Dec 12 15:24:07 2006 New Revision: 119790 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119790 Log: PR libstdc++/11953 * gthr-posix.h (_REENTRANT):

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2006-12-12 Thread jakub at gcc dot gnu dot org
--- Comment #44 from jakub at gcc dot gnu dot org 2006-12-12 15:22 --- Subject: Bug 11953 Author: jakub Date: Tue Dec 12 15:21:53 2006 New Revision: 119789 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119789 Log: PR libstdc++/11953 * gthr-posix.h (_REENTRANT):

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2006-12-12 Thread jakub at gcc dot gnu dot org
--- Comment #43 from jakub at gcc dot gnu dot org 2006-12-12 15:15 --- Subject: Bug 11953 Author: jakub Date: Tue Dec 12 15:15:19 2006 New Revision: 119788 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119788 Log: PR libstdc++/11953 * gthr-posix.h (_REENTRANT):

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2006-12-11 Thread dberlin at gcc dot gnu dot org
--- Comment #42 from dberlin at gcc dot gnu dot org 2006-12-11 18:13 --- This bug (against the regular development branches) should not be marked fixed simply because a patch was applied to the redhat branch. Either it needs to go into mainline 4.1, or the bug needs to be closed in som

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2006-10-05 Thread debian-gcc at lists dot debian dot org
--- Comment #41 from debian-gcc at lists dot debian dot org 2006-10-05 16:06 --- the patch was applied in the redhat/gcc-4_1-branch, not in the gcc-4_1-branch. either the target milestone should be changed or the bug reopened. Matthias -- debian-gcc at lists dot debian dot org ch

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2006-02-28 Thread gdr at gcc dot gnu dot org
--- Comment #40 from gdr at gcc dot gnu dot org 2006-02-28 08:46 --- Fixed in 4.1. and up. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|N

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2006-02-17 Thread jakub at gcc dot gnu dot org
--- Comment #39 from jakub at gcc dot gnu dot org 2006-02-17 21:49 --- Subject: Bug 11953 Author: jakub Date: Fri Feb 17 21:49:22 2006 New Revision: 111212 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111212 Log: PR libstdc++/11953 * gthr-posix.h (_REENTRANT):

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2005-11-29 Thread carlo at gcc dot gnu dot org
--- Comment #38 from carlo at gcc dot gnu dot org 2005-11-29 16:05 --- That never works because it always defines _REENTRANT. You probably mean: #ifdef _REENTRANT #define GCC_BUGFIX 1 #endif #include #undef _REENTRANT #ifdef GCC_BUGFIX #define _REENTRANT 1 #endif The drawback of this

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2005-11-29 Thread marc dot waeckerlin at siemens dot com
--- Comment #37 from marc dot waeckerlin at siemens dot com 2005-11-29 09:33 --- Correction: The above work around only works, as long, as your file is not included by another file... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11953

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2005-11-29 Thread marc dot waeckerlin at siemens dot com
--- Comment #36 from marc dot waeckerlin at siemens dot com 2005-11-29 09:27 --- New information: _REENTRANT is definitively defined in the headers: > echo "" | g++ \ -I /usr/include/c++/4.0.2 -I /usr/include/c++/4.0.2/i586-suse-linux \ -E -dM -c - | grep REENTRANT > echo "" |

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2005-11-29 Thread marc dot waeckerlin at siemens dot com
--- Comment #35 from marc dot waeckerlin at siemens dot com 2005-11-29 09:13 --- I had a look in google about "#ifdef _REENTRANT", and it gets about 20'200 entries, so this is a widely used funtinality that must not be broken! Imagine all the code the does the "#ifdef _REENTRANT" to en

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2005-11-28 Thread marc dot waeckerlin at siemens dot com
--- Comment #34 from marc dot waeckerlin at siemens dot com 2005-11-28 13:37 --- What now? What happened since July? There's not even a new trouble report open asking for "__GCC_PTHREADS__". What can I as library writer now do, if I want to know whether or not I am in valid multithread

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2005-10-06 Thread gdr at gcc dot gnu dot org
-- gdr at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|3.4.5 |3.4.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11953

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2005-07-29 Thread redi at gcc dot gnu dot org
--- Additional Comments From redi at gcc dot gnu dot org 2005-07-29 12:40 --- Should a separate PR be opened requesting __GCC_PTHREADS__, so this PR can focus on whether _REENTRANT should be defined unconditionally and discussion of an alternative macro can take place separately? I have

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

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:58 --- suggests defining __GNUC_THREADMODEL__ to a string specifying the thread model. -- http://gcc.gnu.org/bugzilla/show_bug.c

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

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:25 --- The option inconsistency between platforms is bug 20705. I agree there should be a #define that says whether POSIX threads are usable (rather than just supported by the platform),

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2005-07-15 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|REOPENED|NEW http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11953

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2005-06-14 Thread cludwig at cdc dot informatik dot tu-darmstadt dot de
--- Additional Comments From cludwig at cdc dot informatik dot tu-darmstadt dot de 2005-06-14 13:19 --- Subject: Re: _REENTRANT defined when compiling non-threaded code. On Mon, Jun 13, 2005 at 03:29:02AM -, pinskia at gcc dot gnu dot org wrote: > --- Additional Comments From p

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2005-06-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-13 03:29 --- Did we decide this is a bug or not? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11953

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2005-05-19 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.4 |3.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11953

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2004-10-30 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-10-30 19:37 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2004-10-11 Thread redi at gcc dot gnu dot org
--- Additional Comments From redi at gcc dot gnu dot org 2004-10-11 12:22 --- I've been thinking about this PR, probably too much. I assume my concerns are unfounded, or we'd have noticed bigger problems by now, but here goes: The change to gthr-posix.h means that if GCC is configured wi

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2004-10-11 Thread redi at gcc dot gnu dot org
--- Additional Comments From redi at gcc dot gnu dot org 2004-10-11 11:39 --- Carlo, I realise the text (which I've committed btw) is quite Boost-specific, that's because 1) Boost is the only code I use which is affected by this PR (selfish, I know) 2) Boost is the only library for which

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2004-10-08 Thread carlo at gcc dot gnu dot org
--- Additional Comments From carlo at gcc dot gnu dot org 2004-10-08 13:53 --- This wording is very boost specific and does not give a solution for other libraries that need to detect at prepocessing time whether or not -pthread is being used. Consider a library libjohndoe, this library

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2004-10-08 Thread redi at gcc dot gnu dot org
--- Additional Comments From redi at gcc dot gnu dot org 2004-10-08 13:13 --- I've finally sent a wwwdocs patch to gcc-patches for approval. http://gcc.gnu.org/ml/gcc-patches/2004-10/msg00736.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11953