From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23375 invoked by alias); 30 Jan 2008 22:24:36 -0000 Received: (qmail 23239 invoked by uid 48); 30 Jan 2008 22:23:52 -0000 Date: Wed, 30 Jan 2008 22:24:00 -0000 From: "scox at redhat dot com" To: frysk-bugzilla@sourceware.org Message-ID: <20080130222352.5703.scox@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/5703] New: nested classes type display is incorrect X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2008-q1/txt/msg00239.txt.bz2 List-Id: class class_nested_class { public: class nested { public: nested (int i) : z(i) {} int z; }; } class_nested_class_v; yields: struct class_nested_class_v { } -- Summary: nested classes type display is incorrect Product: frysk Version: unspecified Status: NEW Severity: normal Priority: P2 Component: general AssignedTo: frysk-bugzilla at sourceware dot org ReportedBy: scox at redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=5703 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.