]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
tweak
authorJason Merrill <jason@gcc.gnu.org>
Sun, 19 Nov 2000 19:59:18 +0000 (14:59 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 19 Nov 2000 19:59:18 +0000 (14:59 -0500)
From-SVN: r37574

gcc/cp/gxxint.texi

index 7ed9690fbec96da09a88415ef84caab8b222edd7..69d187bf04090f8dc1acf730f8eea9ea71b2a8c3 100644 (file)
@@ -9,7 +9,8 @@
 @chapter Internal Architecture of the Compiler
 
 This is meant to describe the C++ front-end for gcc in detail.
-Questions and comments to Benjamin Kosnik @email{bkoz@@cygnus.com}.
+Questions and comments to Jason Merrill @email{jason@@redhat.com} and
+Mark Mitchell @email{mark@codesourcery.com}.
 
 @menu
 * Limitations of g++::          
@@ -45,14 +46,6 @@ I suspect there are other uses of pushdecl_class_level that do not call
 set_identifier_type_value in tandem with the call to
 pushdecl_class_level.  It would seem to be an omission.
 
-@cindex access checking
-@item
-Access checking is unimplemented for nested types.
-
-@cindex @code{volatile}
-@item
-@code{volatile} is not implemented in general.
-
 @end itemize
 
 @node Routines, Implementation Specifics, Limitations of g++, Top