From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14849 invoked by alias); 28 Mar 2013 12:36:46 -0000 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 Received: (qmail 14555 invoked by uid 48); 28 Mar 2013 12:36:39 -0000 From: "jamborm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/55334] [4.8/4.9 Regression] mgrid regression (ipa-cp disables vectorization) Date: Thu, 28 Mar 2013 12:36:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: jamborm at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.9.0 X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-SW-Source: 2013-03/txt/msg02094.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55334 --- Comment #31 from Martin Jambor 2013-03-28 12:36:36 UTC --- The 4.8 workaround has been reverted yesterday with the commit below so the bug should be alive and kicking again. Author: jamborm Date: Wed Mar 27 14:06:58 2013 New Revision: 197163 URL: http://gcc.gnu.org/viewcvs?rev=197163&root=gcc&view=rev Log: 2013-03-27 Martin Jambor PR tree-optimization/55334 * ipa-cp.c (initialize_node_lattices): Allow IPA-CP through and to restricted pointers to arrays. Modified: trunk/gcc/ChangeLog trunk/gcc/ipa-cp.c