This is the mail archive of the frysk-bugzilla@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug general/5701] New: class access control is displayed improperly


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]