This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 c++/2778] -fdump-translation-unit [Simple patch supplied, needs review]


------- 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


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