From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17184 invoked by alias); 20 Nov 2012 00:03:54 -0000 Received: (qmail 16795 invoked by uid 48); 20 Nov 2012 00:03:32 -0000 From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/55404] [4.8 Regression] Lots of failures at -O3 Date: Tue, 20 Nov 2012 00:03:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.0 X-Bugzilla-Changed-Fields: Status Resolution 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 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-11/txt/msg01853.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55404 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Andrew Pinski 2012-11-20 00:03:31 UTC --- *overlap_iterations_a = conflict_fn (1, affine_fn_cst (integer_zero_node)); static conflict_function * conflict_fn (unsigned n, ...) static affine_fn affine_fn_cst (tree cst) tree-data-ref.h:typedef vec affine_fn; So yes this is the same issue as PR 55398 in the end. *** This bug has been marked as a duplicate of bug 55398 ***