diff options
| author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-19 19:59:18 +0000 |
|---|---|---|
| committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-19 19:59:18 +0000 |
| commit | 2d05094ae9a891ffd1f68802987c7dd9d387ce5e (patch) | |
| tree | 50453bd33dd98ff637e0028988b377bb86364fbc | |
| parent | 36c772388fd8e445d2292b351efdf86fef7cafe6 (diff) | |
| download | ppe42-gcc-2d05094ae9a891ffd1f68802987c7dd9d387ce5e.tar.gz ppe42-gcc-2d05094ae9a891ffd1f68802987c7dd9d387ce5e.zip | |
tweak
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37574 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/cp/gxxint.texi | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/gcc/cp/gxxint.texi b/gcc/cp/gxxint.texi index 7ed9690fbec..69d187bf040 100644 --- a/gcc/cp/gxxint.texi +++ b/gcc/cp/gxxint.texi @@ -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 |

