From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 52177 invoked by alias); 24 Feb 2015 14:14:51 -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 52126 invoked by uid 48); 24 Feb 2015 14:14:47 -0000 From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/56145] [4.8/4.9 Regression] Use of too much optimizations -O2 -ffast-math -floop-parallelize-all Date: Tue, 24 Feb 2015 14: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-Version: 4.8.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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.8.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-02/txt/msg02652.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56145 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |5.0 Summary|[4.8/4.9/5 Regression] Use |[4.8/4.9 Regression] Use of |of too much optimizations |too much optimizations -O2 |-O2 -ffast-math |-ffast-math |-floop-parallelize-all |-floop-parallelize-all --- Comment #15 from Richard Biener --- Yes. I think this has been fixed on trunk but not the branches with 2014-06-29 Roman Gareev * graphite-dependences.c (subtract_commutative_associative_deps): Add NULL checking of the following variables: must_raw_no_source, may_raw_no_source, must_war_no_source, may_war_no_source, must_waw_no_source, may_waw_no_source, must_raw, may_raw, must_war, may_war, must_waw, may_waw. that change should probably be backported to the 4.9 and 4.8 branches.