From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1108 invoked by alias); 2 Sep 2003 07:08:02 -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 1093 invoked by uid 48); 2 Sep 2003 07:08:01 -0000 Date: Tue, 02 Sep 2003 07:08:00 -0000 Message-ID: <20030902070801.1091.qmail@sources.redhat.com> From: "kvo--gcc at seagha dot be" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030115100600.9330.mengel@users.sourceforge.net> References: <20030115100600.9330.mengel@users.sourceforge.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/9330] [alpha-osf]small alphaev56-dec-osf5.1 --enable-threads=posix problem X-Bugzilla-Reason: CC X-SW-Source: 2003-09/txt/msg00078.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=9330 ------- Additional Comments From kvo--gcc at seagha dot be 2003-09-02 07:07 ------- Using the resolution of this bug together with the following patch to the header file, makes it work on Tru64 V5.1B: --- /usr/include/pthread.h 2003-08-26 09:14:10.000000000 +0200 +++ pthread.h 2003-08-26 09:13:22.000000000 +0200 @@ -287,8 +287,7 @@ #elif defined (__INTEL_COMPILER) # define _PTHREAD_ENV_INTELC #else -# define _PTHREAD_ENV_INTELC -/* # error : unrecognized compiler. */ +# error : unrecognized compiler. #endif #if defined (VMS) || defined (__VMS) || defined (__vms) || defined (vms) Tested this on GCC V3.1.1 (alphaev68-dec-osf5.1)