From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7532 invoked by alias); 14 Mar 2006 19:21:32 -0000 Received: (qmail 7497 invoked by alias); 14 Mar 2006 19:21:28 -0000 Date: Tue, 14 Mar 2006 19:21:00 -0000 Message-ID: <20060314192128.7496.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug other/26489] [4.1 Regression] compilation of c++ fails in eh_alloc.cc on NetBSD In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "sayle 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-03/txt/msg01517.txt.bz2 List-Id: ------- Comment #17 from sayle at gcc dot gnu dot org 2006-03-14 19:21 ------- Subject: Bug 26489 Author: sayle Date: Tue Mar 14 19:21:25 2006 New Revision: 112064 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112064 Log: PR other/26489 Backport from mainline. * gthr-posix.h (__gthrw2): Define to take three parameters, the declared name, the weak reference name, and the typeof name. (__gthrw): Avoid expanding the declared name suffix. (__gthrw3): New Tru64 specific macro to simplify the OSF/1 decls. Modified: branches/gcc-4_1-branch/gcc/ChangeLog branches/gcc-4_1-branch/gcc/gthr-posix.h -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26489