From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27031 invoked by alias); 19 Mar 2012 10:21:08 -0000 Received: (qmail 27022 invoked by uid 22791); 19 Mar 2012 10:21:06 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 19 Mar 2012 10:20:44 +0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/52614] New: [4.8 Regression] Test failures in gcc.dg/vect: vectorizing unaligned access Date: Mon, 19 Mar 2012 10:39:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dominiq at lps dot ens.fr X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-03/txt/msg01500.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52614 Bug #: 52614 Summary: [4.8 Regression] Test failures in gcc.dg/vect: vectorizing unaligned access Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end AssignedTo: unassigned@gcc.gnu.org ReportedBy: dominiq@lps.ens.fr CC: Greta.Yorsh@arm.com, iains@gcc.gnu.org, rguenth@gcc.gnu.org Target: arm*-*-* ppc*-*-* ia64-*-* AFAICT pr52603 is not fixed after revision 185474 (see http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg02065.html ). In addition similar errors occur on ppc*-*-* and ia64-*-* (see http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg02068.html , http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg02104.html , and http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg02063.html ). On powerpc-apple-darwin9, the tests pass with the following patch --- ../../_gcc_clean/gcc/testsuite/gcc.dg/vect/vect.exp 2011-11-10 13:08:06.000000000 +0100 +++ ../../work/gcc/testsuite/gcc.dg/vect/vect.exp 2012-03-19 10:47:12.000000000 +0100 @@ -40,7 +40,7 @@ if ![check_vect_support_and_set_flags] { } # These flags are used for all targets. -lappend DEFAULT_VECTCFLAGS "-ftree-vectorize" "-fno-vect-cost-model" +lappend DEFAULT_VECTCFLAGS "-ftree-vectorize" "-fno-vect-cost-model" "-fno-common" # Initialize `dg'. dg-init === gcc Summary for unix/-m64 === # of expected passes 3709 # of expected failures 127 # of unsupported tests 37 === gcc Summary === # of expected passes 7443 # of expected failures 241 # of unsupported tests 64 I don't know if this related, but the failures reported in pr52491 disappeared between revisions 185328 and 185486. Also on x86_64-apple-darwin10, the polyhedron test gas_dyn.f90 runs 10% faster after revision 185454 than for revision 185095.