From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27666 invoked by alias); 25 May 2011 21:15:21 -0000 Received: (qmail 27658 invoked by uid 22791); 25 May 2011 21:15:20 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,TW_BJ,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 25 May 2011 21:15:04 +0000 Received: from eggs.gnu.org ([140.186.70.92]:51811) by fencepost.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1QPLPz-0001Qr-N2 for gcc-patches@gnu.org; Wed, 25 May 2011 17:15:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QPLPy-0007gp-8D for gcc-patches@gnu.org; Wed, 25 May 2011 17:15:03 -0400 Received: from mail-qw0-f41.google.com ([209.85.216.41]:39210) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPLPy-0007gl-4h; Wed, 25 May 2011 17:15:02 -0400 Received: by qwa26 with SMTP id 26so89889qwa.0 for ; Wed, 25 May 2011 14:15:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.118.72 with SMTP id u8mr60775qcq.1.1306358101469; Wed, 25 May 2011 14:15:01 -0700 (PDT) Received: by 10.229.11.143 with HTTP; Wed, 25 May 2011 14:15:01 -0700 (PDT) In-Reply-To: <1306349697.013511336@www2.webmail.us> References: <1306349697.013511336@www2.webmail.us> Date: Wed, 25 May 2011 22:58:00 -0000 Message-ID: Subject: Re: Patch for libobjc/38307 From: "H.J. Lu" To: Nicola Pero Cc: "gcc-patches@gnu.org" , rfm@gnu.org, ayers@fsfe.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.216.41 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-05/txt/msg01937.txt.bz2 On Wed, May 25, 2011 at 11:54 AM, Nicola Pero wrote: > I committed to trunk this libobjc patch by Richard Frith-Macdonald and Da= vid Ayers. > The patch fixes some rare (but serious) problems with +initialize in mult= ithreading > programs. =A0It's complicated and I refer to > > =A0http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D38307 > > for more information. > > I approved the patch, and committed it to trunk (as Richard doesn't have = write access). > > Richard/David, thanks a lot for your help! :-) > This caused: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D49166 --=20 H.J.