From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13167 invoked by alias); 28 Oct 2012 13:56:04 -0000 Received: (qmail 13146 invoked by uid 48); 28 Oct 2012 13:56:04 -0000 From: "jwakely.gcc at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug symtab/14441] Need to support DW_TAG_rvalue_reference_type Date: Sun, 28 Oct 2012 13:56:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: symtab X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jwakely.gcc at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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 X-SW-Source: 2012-q4/txt/msg00157.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=14441 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jwakely.gcc at gmail dot | |com --- Comment #2 from Jonathan Wakely 2012-10-28 13:56:03 UTC --- Yes G++ trunk emits it, see http://gcc.gnu.org/PR54773 (gdb) ptype x type = struct X { public: X & operator=(); } -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.