From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14819 invoked by alias); 1 Sep 2003 22:30:29 -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 14805 invoked by alias); 1 Sep 2003 22:30:28 -0000 Date: Mon, 01 Sep 2003 22:30:00 -0000 Message-ID: <20030901223028.14803.qmail@sources.redhat.com> From: "ro at techfak dot uni-bielefeld dot de" 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/msg00062.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 ro at techfak dot uni-bielefeld dot de 2003-09-01 22:30 ------- Subject: Re: [alpha-osf]small alphaev56-dec-osf5.1 --enable-threads=posix problem > On alphaev68-dec-osf5.1 -- Compaq Tru64 UNIX V5.1B (Rev. 2650) > > This still fails with: > > In file included from ../../gcc/gthr-posix.h:43, > from ./gthr-default.h:1, > from ../../gcc/gthr.h:96, > from ../../gcc/gthr-posix.c:33: > TMP/gcc-3.4-20030820/obj/gcc/include/pthread.h:299:3: #error : > unrecognized compiler. > make[3]: *** [libgcc/./gthr-posix.o] Error 1 > make[2]: *** [libgcc.a] Error 2 > make[1]: *** [stage1_build] Error 2 > make: *** [bootstrap-lean] Error 2 This is different from the bug originally reported. If so, it's best to open a new bug. > -- /usr/include/pthread.h : > > #if defined (__DECCXX) > # define _PTHREAD_ENV_CXX > # define _PTHREAD_ENV_DECCXX > #elif defined (__cplusplus) > # define _PTHREAD_ENV_CXX > #elif defined (__DECC) || defined (__decc) > # define _PTHREAD_ENV_DECC > #elif defined (__INTEL_COMPILER) > # define _PTHREAD_ENV_INTELC > #else > # error : unrecognized compiler. > #endif Could you send me a copy of this file in private mail? I don't currently have V5.1B installed (although that may change in the future). Unfortunately, current mainline doesn't bootstrap on V5.1 since 20030919, so I'll have to track down that failure first. Rainer