From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11642 invoked by alias); 25 Feb 2006 03:53:33 -0000 Received: (qmail 11617 invoked by uid 48); 25 Feb 2006 03:53:30 -0000 Date: Sat, 25 Feb 2006 07:18:00 -0000 Message-ID: <20060225035330.11616.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libobjc/26309] [4.1/4.2 Regression] libobjc bootstrap failure on Tru64 UNIX V4.0F In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "aoliva at gcc dot gnu dot org" 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 X-SW-Source: 2006-02/txt/msg02901.txt.bz2 List-Id: ------- Comment #13 from aoliva at gcc dot gnu dot org 2006-02-25 03:53 ------- It was GNU/Linux, for sure. Earlier gthr-posix.h used #pragma weak, which did not require declarations for referenced symbols, whereas the new weakref machinery requires earlier declarations to obtain the type for the weakref declaration. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26309