]> gcc.gnu.org Git - gcc.git/commit
parse.y (check_pkg_class_access): Add new argument and use it when cl is NULL to...
authorAndrew Pinski <pinskia@physics.uc.edu>
Mon, 10 May 2004 15:08:07 +0000 (15:08 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Mon, 10 May 2004 15:08:07 +0000 (08:08 -0700)
commit7cef5027e19c7e27d9ffc448fc8a775667a8df32
treea0c4c23c7a38d0d6d91ec8b2ee6d9f789decdc4d
parent731d47a63b3841de6310a01280dc7ff0d00a22bf
parse.y (check_pkg_class_access): Add new argument and use it when cl is NULL to call lookup_cl on it.

2004-05-10  Andrew Pinski  <pinskia@physics.uc.edu>

        * parse.y (check_pkg_class_access): Add new argument
        and use it when cl is NULL to call lookup_cl on it.
        (parser_check_super_interface): Do not call lookup_cl.
        Pass this_decl to check_pkg_class_access and NULL
        instead of lookup_cl.
        (parser_check_super): Update for change in
        check_pkg_class_access.
        (do_resolve_class): Likewise.
        (process_imports): Likewise.
        (find_in_imports_on_demand): Likewise.
        (resolve_qualified_expression_name): Likewise.

From-SVN: r81668
gcc/java/ChangeLog
gcc/java/parse.y
This page took 0.067293 seconds and 5 git commands to generate.