From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80800 invoked by alias); 15 Apr 2015 18:52:29 -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 80434 invoked by uid 55); 15 Apr 2015 18:52:25 -0000 From: "law at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/47679] [4.8/4.9/5/6 Regression] Strange uninitialized warning after SRA Date: Wed, 15 Apr 2015 18:52: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.6.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: law 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: 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-04/txt/msg01248.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47679 --- Comment #18 from Jeffrey A. Law --- Author: law Date: Wed Apr 15 18:51:49 2015 New Revision: 222130 URL: https://gcc.gnu.org/viewcvs?rev=222130&root=gcc&view=rev Log: PR tree-optimization/47679 * tree-ssa-dom.c (build_and_record_new_cond): Moved to avoid need for forward declaration in upcoming changes. (record_conditions, record_edge_info): Likewise. Modified: trunk/gcc/ChangeLog trunk/gcc/tree-ssa-dom.c