From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30526 invoked by alias); 21 Nov 2014 13:33: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 30460 invoked by uid 48); 21 Nov 2014 13:33:48 -0000 From: "fxcoudert at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/63239] DWARF does not represent C++ deleted methods Date: Fri, 21 Nov 2014 13:33:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fxcoudert 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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: 2014-11/txt/msg02425.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63239 Francois-Xavier Coudert changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #12 from Francois-Xavier Coudert --- (In reply to Jakub Jelinek from comment #10) > You should pass -gno-strict-dwarf unconditionally, I think vxworks has > similar defaults as darwin. OK, it's true it cannot hurt as we're not calling the assembler anyway.