From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12705 invoked by alias); 29 Aug 2014 13:37:45 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 12672 invoked by uid 48); 29 Aug 2014 13:37:44 -0000 From: "lgustavo at codesourcery dot com" To: gdb-prs@sourceware.org Subject: [Bug c++/16253] Cannot print an enum var with the same name as tag Date: Fri, 29 Aug 2014 13:37:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: c++ X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: lgustavo at codesourcery dot com X-Bugzilla-Status: REOPENED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: keiths at redhat dot com X-Bugzilla-Target-Milestone: 7.8 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-q3/txt/msg00371.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=16253 Luis Machado changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lgustavo at codesourcery dot com --- Comment #11 from Luis Machado --- FYI, i've hit this when debugging cc1plus. "lang_hooks" has exactly the same problem and GDB happily picks up a typedef symbol when it should have picked a variable. Very annoying. -- You are receiving this mail because: You are on the CC list for the bug.