From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53507 invoked by alias); 30 Jul 2015 16:42:57 -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 53498 invoked by uid 89); 30 Jul 2015 16:42:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f174.google.com Received: from mail-ob0-f174.google.com (HELO mail-ob0-f174.google.com) (209.85.214.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 30 Jul 2015 16:42:55 +0000 Received: by obbop1 with SMTP id op1so35036075obb.2 for ; Thu, 30 Jul 2015 09:42:53 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.60.45.104 with SMTP id l8mr49246459oem.61.1438274573407; Thu, 30 Jul 2015 09:42:53 -0700 (PDT) Received: by 10.76.160.68 with HTTP; Thu, 30 Jul 2015 09:42:53 -0700 (PDT) In-Reply-To: References: <20150723203112.GB27818@gate.crashing.org> Date: Thu, 30 Jul 2015 17:47:00 -0000 Message-ID: Subject: Re: [PR64164] drop copyrename, integrate into expand From: "H.J. Lu" To: Alexandre Oliva Cc: Segher Boessenkool , Richard Biener , Jeff Law , GCC Patches , Christophe Lyon , David Edelsohn , Eric Botcazou Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg02589.txt.bz2 On Wed, Jul 29, 2015 at 1:23 PM, H.J. Lu wrote: > On Wed, Jul 29, 2015 at 1:13 PM, Alexandre Oliva wrote: >> On Jul 23, 2015, "H.J. Lu" wrote: >> >>>> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66978 >> >>> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66983 >> >> Thanks, both of these are also fixed (I merged your patch for x32, and I >> verified manually that another fix I just wrote fixes all the -m32 >> -msse2 regressions) in the git branch aoliva/pr64164, but I'm going to >> investigate a few more issues affecting other targets before I start >> full regression tests all over the build farm ;-) >> > > I am building x32 on aoliva/pr64164 now. aoliva/pr64164 is fine on x32. Thanks. -- H.J.