This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/2778] -fdump-translation-unit [Simple patch supplied, needs review]
- From: "mmitchel at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Nov 2003 03:54:39 -0000
- Subject: [Bug c++/2778] -fdump-translation-unit [Simple patch supplied, needs review]
- References: <20010508110600.2778.johnw@mp-dhcp-4-40.attlabs.att.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From mmitchel at gcc dot gnu dot org 2003-11-17 03:54 -------
The second patch (to dump.c) is OK.
The first patch is incorrect. Information about protected/private bases is
already in the tree structure; the fix should be to change the tree-dumper to
obtain that information, not to change the representation in the tree itself.
--
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|mmitchel at gcc dot gnu dot |unassigned at gcc dot gnu
|org |dot org
Status|ASSIGNED |NEW
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2778