From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27453 invoked by alias); 17 Feb 2015 10:26:20 -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 27380 invoked by uid 48); 17 Feb 2015 10:26:17 -0000 From: "alserkli at inbox dot ru" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/64823] [5 Regression] false "may be used uninitialized", missed jump threading Date: Tue, 17 Feb 2015 10:26: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: 5.0 X-Bugzilla-Keywords: diagnostic, missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: alserkli at inbox dot ru X-Bugzilla-Status: VERIFIED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: law at redhat dot com X-Bugzilla-Target-Milestone: 5.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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/msg01881.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64823 Alexander Klimov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED --- Comment #11 from Alexander Klimov --- GDB can now be build with GCC 5.0.0 20150217 even if the GDB patch is undone: --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -3441,7 +3441,7 @@ static void unmap_overlay_command (char *args, int from_tty) { struct objfile *objfile; - struct obj_section *sec = NULL; + struct obj_section *sec; if (!overlay_debugging) error (_("Overlay debugging not enabled. "