From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17310 invoked by alias); 6 May 2003 17:25:18 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 17302 invoked from network); 6 May 2003 17:25:18 -0000 Received: from unknown (HELO mx2.redhat.com) (12.150.115.133) by sources.redhat.com with SMTP; 6 May 2003 17:25:18 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.11.6/8.11.6) with ESMTP id h46HDkZ23122; Tue, 6 May 2003 13:13:46 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h46HOFT02913; Tue, 6 May 2003 13:24:15 -0400 Received: from belmont.constant.com (romulus-int.sfbay.redhat.com [172.16.27.46]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with SMTP id h46HOEM13420; Tue, 6 May 2003 10:24:14 -0700 Date: Tue, 06 May 2003 17:25:00 -0000 From: Benjamin Kosnik To: Eric Botcazou Cc: tortech@nortelnetworks.com, mark@codesourcery.com, dj@redhat.com, gcc@gcc.gnu.org Subject: Re: GCC 3.3 Message-Id: <20030506122311.2374f5ce.bkoz@redhat.com> In-Reply-To: <200305061532.59812.ebotcazou@libertysurf.fr> References: <3EB7B041.96528FE4@europem01.nt.com> <200305061532.59812.ebotcazou@libertysurf.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg00509.txt.bz2 >2003-03-28 Albert Chin-A-Young > > * gcc/fixinc/inclhack.def: Update solaris_mutex_init_1 to > work on Solaris 2.5.1. > >2003-03-22 DJ Delorie , > Bruce Korb > > * fixinc/inclhack.def (solaris_mutex_init_1): New; Fix > buggy Solaris 2.6 mutex/cond initializers. > (solaris_mutex_init): Rename to solaris_mutex_init_2. > * fixinc/fixincl.x: Regenerate. > * fixinc/tests/base/pthread.h: Update. > * fixinc/fixincl.c(initialize): be explicit about the default case > and indicate verbose level when being very, very verbose. > * fixinc/check.tpl(VERBOSE): provide a means for passing the value in > >but none on the 3.3 branch? You should ask Bruce to queue this for 3.3.1. -benjamin