public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/11953] New: _REENTRANT defined when compiling non-threaded code.
@ 2003-08-17  2:21 carlo at alinoe dot com
  2003-08-17  2:28 ` [Bug c++/11953] " pinskia at gcc dot gnu dot org
                   ` (35 more replies)
  0 siblings, 36 replies; 38+ messages in thread
From: carlo at alinoe dot com @ 2003-08-17  2:21 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11953

           Summary: _REENTRANT defined when compiling non-threaded code.
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: carlo at alinoe dot com
                CC: gcc-bugs at gcc dot gnu dot org

This can't be right imho.

>g++-3.3 troep.cc
>a.out; echo $?
0

>g++-cvs-3.4 troep.cc
>a.out; echo $?
1

Where

>cat troep.cc
#include <iosfwd>

int main()
{
#ifdef _REENTRANT
  return 1;
#else
  return 0;
#endif
}

_REENTRANT is defined regardless in
bits/gthr-default.h at the moment.


^ permalink raw reply	[flat|nested] 38+ messages in thread

end of thread, other threads:[~2005-07-29 12:41 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-17  2:21 [Bug c++/11953] New: _REENTRANT defined when compiling non-threaded code carlo at alinoe dot com
2003-08-17  2:28 ` [Bug c++/11953] " pinskia at gcc dot gnu dot org
2003-08-17  2:37 ` [Bug other/11953] " pinskia at gcc dot gnu dot org
2003-08-17  2:56 ` carlo at alinoe dot com
2003-09-10 12:55 ` bkoz at gcc dot gnu dot org
2004-04-15 14:17 ` carlo at gcc dot gnu dot org
2004-05-13 15:02 ` pinskia at gcc dot gnu dot org
2004-05-13 15:56 ` redi at gcc dot gnu dot org
2004-05-14 16:26 ` [Bug libstdc++/11953] " bangerth at dealii dot org
2004-05-14 17:08 ` ljrittle at gcc dot gnu dot org
2004-05-14 17:40 ` john at johnmaddock dot co dot uk
2004-05-15 20:34 ` pinskia at gcc dot gnu dot org
2004-05-19 10:33 ` ro at techfak dot uni-bielefeld dot de
2004-05-19 13:16 ` redi at gcc dot gnu dot org
2004-05-20  0:10 ` john at johnmaddock dot co dot uk
2004-06-09 19:18 ` mmitchel at gcc dot gnu dot org
2004-06-09 19:25 ` ro at techfak dot uni-bielefeld dot de
2004-06-09 19:30   ` Andrew Pinski
2004-06-09 19:30 ` pinskia at physics dot uc dot edu
2004-06-09 19:37 ` ro at techfak dot uni-bielefeld dot de
2004-06-18 23:41 ` mmitchel at gcc dot gnu dot org
2004-07-20  0:50 ` bkoz at gcc dot gnu dot org
2004-07-22 13:19 ` redi at gcc dot gnu dot org
2004-07-22 13:40 ` giovannibajo at libero dot it
2004-08-19 20:30 ` mmitchel at gcc dot gnu dot org
2004-09-10 15:25 ` pinskia at gcc dot gnu dot org
2004-10-08 13:13 ` redi at gcc dot gnu dot org
2004-10-08 13:53 ` carlo at gcc dot gnu dot org
2004-10-11 11:39 ` redi at gcc dot gnu dot org
2004-10-11 12:22 ` redi at gcc dot gnu dot org
2004-10-30 19:37 ` mmitchel at gcc dot gnu dot org
2005-05-19 17:35 ` mmitchel at gcc dot gnu dot org
2005-06-13  3:29 ` pinskia at gcc dot gnu dot org
2005-06-14 13:19 ` cludwig at cdc dot informatik dot tu-darmstadt dot de
2005-07-15 22:05 ` pinskia at gcc dot gnu dot org
2005-07-29 11:26 ` david dot nospam dot hopwood at blueyonder dot co dot uk
2005-07-29 12:20 ` david dot nospam dot hopwood at blueyonder dot co dot uk
2005-07-29 13:35 ` redi at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).