From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27670 invoked by alias); 20 May 2014 13:16:59 -0000 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 Received: (qmail 27658 invoked by uid 89); 20 May 2014 13:16:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: service87.mimecast.com Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 20 May 2014 13:16:57 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Tue, 20 May 2014 14:16:54 +0100 Received: from [10.1.208.33] ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 20 May 2014 14:16:54 +0100 Message-ID: <537B55C3.7040807@arm.com> Date: Tue, 20 May 2014 13:16:00 -0000 From: Richard Earnshaw User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: Ramana Radhakrishnan CC: Alexey Merzlyakov , Yury Gribov , GCC Patches , Viacheslav Garbuzov Subject: Re: [PATCH] [PING^2] Fix for PR libstdc++/60758 References: <534FDB9C.9050102@samsung.com> <5369EC99.5080807@samsung.com> <5369FCAB.1030207@arm.com> <53761902.10904@samsung.com> <537B49CB.20304@arm.com> <537B548A.1070608@samsung.com> <537B54A9.8080205@arm.com> In-Reply-To: <537B54A9.8080205@arm.com> X-MC-Unique: 114052014165405601 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg01617.txt.bz2 On 20/05/14 14:12, Ramana Radhakrishnan wrote: >=20 >> >> The following PR is opened for this problem: >> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D61223 >> >> Thumb1 failure was also detected and reported in pr60758. >> I've proposed a thumb1 bugfix there. Regtest for the fix currently is in >> progress. >=20 > Patches must be proposed on gcc-patches and / or in this case=20 Never OR. Patches must always go to gcc-patches. They may *also* go to other lists, if appropriate. R. > libstdc++-patches mailing list. Attaching patches to bugzilla does not=20 > ensure review. >=20 > Thanks, > Ramana >=20 >> >> Best regards, >> Merzlyakov Alexey >> >=20