From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5209 invoked by alias); 19 Aug 2011 14:51:32 -0000 Received: (qmail 5200 invoked by uid 22791); 19 Aug 2011 14:51:31 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 19 Aug 2011 14:51:16 +0000 Received: (qmail 30952 invoked from network); 19 Aug 2011 14:51:15 -0000 Received: from unknown (HELO ?192.168.0.104?) (ams@127.0.0.2) by mail.codesourcery.com with ESMTPA; 19 Aug 2011 14:51:15 -0000 Message-ID: <4E4E7861.7010109@codesourcery.com> Date: Fri, 19 Aug 2011 15:07:00 -0000 From: Andrew Stubbs User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110812 Thunderbird/6.0 MIME-Version: 1.0 To: Richard Guenther CC: Bernd Schmidt , gcc-patches@gcc.gnu.org, patches@linaro.org Subject: Re: [PATCH (1/7)] New optab framework for widening multiplies References: <4E034EF2.3070503@codesourcery.com> <4E034F98.5000809@codesourcery.com> <4E186929.9080805@codesourcery.com> <4E296E70.1040207@codesourcery.com> <4E297ABE.6040401@codesourcery.com> <4E297B04.3000701@codesourcery.com> <4E29988A.103@codesourcery.com> <4E4E70C3.4010604@codesourcery.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-08/txt/msg01595.txt.bz2 On 19/08/11 15:45, Richard Guenther wrote: > Seems one in the series has broken bootstrap on x86_64 when building > the 32bit libgcc multilib in stage1. Oh? Hopefully that'll be fixed when I complete the patchset. Patches 8 and 9 (of 7) did fix issues with the earlier patches. Andrew