From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30785 invoked by alias); 17 Aug 2003 02:28:12 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 30775 invoked by uid 48); 17 Aug 2003 02:28:11 -0000 Date: Sun, 17 Aug 2003 02:28:00 -0000 Message-ID: <20030817022811.30772.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030817022106.11953.carlo@alinoe.com> References: <20030817022106.11953.carlo@alinoe.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/11953] _REENTRANT defined when compiling non-threaded code. X-Bugzilla-Reason: CC X-SW-Source: 2003-08/txt/msg01840.txt.bz2 List-Id: 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 pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Last reconfirmed|0000-00-00 00:00:00 |2003-08-17 02:28:11 date| | ------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-17 02:28 ------- I can confirm this on the mainline (20030814) on i686-pc-linux-gnu but on powerpc-apple- darwin6.6 or i686-unknown-openbsd3.1 with the mainline (20030816) I cannot reproduce it. powerpc-apple-darwin6.6 and i686-pc-linux-gnu are configured with --enable-threads=posix, while i686-unknown-openbsd3.1 is not. I do not know what is going one.