From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92657 invoked by alias); 30 Apr 2015 07:28:26 -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 92637 invoked by uid 89); 30 Apr 2015 07:28:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.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-oi0-f48.google.com Received: from mail-oi0-f48.google.com (HELO mail-oi0-f48.google.com) (209.85.218.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 30 Apr 2015 07:28:15 +0000 Received: by oign205 with SMTP id n205so41285373oig.2 for ; Thu, 30 Apr 2015 00:28:13 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.60.51.6 with SMTP id g6mr2366607oeo.45.1430378893402; Thu, 30 Apr 2015 00:28:13 -0700 (PDT) Received: by 10.76.95.133 with HTTP; Thu, 30 Apr 2015 00:28:13 -0700 (PDT) In-Reply-To: <000601d07e4a$83d553e0$8b7ffba0$@arm.com> References: <000501d049d3$079385a0$16ba90e0$@arm.com> <552BBAF9.2010504@redhat.com> <000001d07821$6fb82f60$4f288e20$@arm.com> <5539B177.8020705@redhat.com> <000501d07e3c$30f53c20$92dfb460$@arm.com> <5539B530.4030803@redhat.com> <000601d07e4a$83d553e0$8b7ffba0$@arm.com> Date: Thu, 30 Apr 2015 07:43:00 -0000 Message-ID: Subject: Re: [PATCH, GCC, stage1] Fallback to copy-prop if constant-prop not possible From: "Bin.Cheng" To: "Thomas Preud'homme" Cc: Jeff Law , Steven Bosscher , gcc-patches List , Richard Biener Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg01974.txt.bz2 On Fri, Apr 24, 2015 at 12:52 PM, Thomas Preud'homme wrote: >> From: Jeff Law [mailto:law@redhat.com] >> Sent: Friday, April 24, 2015 11:15 AM >> >> So revised review is "ok for the trunk" :-) > > Committed. Hi Thomas, The newly introduced test failed on arm-none-linux-gnueabi&arm-none-linux-gnueabihf. Could you please have a look at it? FAIL: gcc.target/arm/pr64616.c scan-assembler-times ldr 2 GCC was configured with gcc/configure --target=arm-none-linux-gnueabi --prefix= --with-sysroot=... --enable-shared --disable-libsanitizer --disable-libssp --disable-libmudflap --with-plugin-ld=arm-none-linux-gnueabi-ld --enable-checking=yes --enable-languages=c,c++,fortran --with-gmp=... --with-mpfr=... --with-mpc=... --with-isl=... --with-cloog=... --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=softfp --with-arch=armv7-a Thanks, bin > > Best regards, > > Thomas > > >