* parse.y (frob_specs): Split out...
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 13 Feb 2000 19:29:53 +0000 (19:29 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 13 Feb 2000 19:29:53 +0000 (19:29 +0000)
commit4329b35fe8ffab2dcb88718ad7bb51ab18d0bb22
tree7cf1a385da9fc9da89fb532c0bef4448737a4959
parent9205cc5949a80eb1c12be946a7e4e67ba8e7d5a0
    * parse.y (frob_specs): Split out...
        (parse_decl): From here.
        (fn.def2): Call initial_deferred_type_access_control.
        (after_type_component_declarator0): Call frob_specs.
        (notype_component_declarator0): Likewise.
        * search.c (friend_accessible_p): Nested classes are friends of their
        enclosing classes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31957 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/friend.c
gcc/cp/parse.c
gcc/cp/parse.y
gcc/cp/search.c