From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21880 invoked by alias); 30 Jan 2008 22:19:21 -0000 Received: (qmail 21496 invoked by uid 48); 30 Jan 2008 22:18:38 -0000 Date: Wed, 30 Jan 2008 22:19:00 -0000 From: "scox at redhat dot com" To: frysk-bugzilla@sourceware.org Message-ID: <20080130221838.5701.scox@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/5701] New: class access control is displayed improperly 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/msg00237.txt.bz2 List-Id: class class_access_control { int int_var; public: short short_var; void set_int_var (int int_var); protected: float float_var; } class_access_control_v; incorrectly yields: class class_access_control_v { private: int int_var; short int short_var; protected: float float_var; void set_int_var (int); } -- Summary: class access control is displayed improperly 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=5701 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.