]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR java/27643 (ICE in java_mark_cni_decl_local compiling bytecode->native)
authorAndrew Haley <aph@redhat.com>
Tue, 18 Dec 2007 14:06:15 +0000 (14:06 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Tue, 18 Dec 2007 14:06:15 +0000 (14:06 +0000)
commit0741e2aff181cddb7235b45dc3102ebc76815aa3
tree9bce766e3768b6f93b5136c4fb071bceb45fa58e
parentae0bce62c6dbce0a5bf288b63dc569de8ba657ad
re PR java/27643 (ICE in java_mark_cni_decl_local compiling bytecode->native)

2007-12-18  Andrew Haley  <aph@redhat.com>

        PR java/27643
        * jcf-parse.c (java_parse_file): Remove call to
        java_mark_class_local.
        (parse_class_file): Reinstate call to java_mark_class_local here.
        * decl.c (java_mark_cni_decl_local): If the ASSEMBLER_NAME is
        already set, call java_mangle_decl() and make_decl_rtl() to
        rewrite its name as a hidden alias.

From-SVN: r131036
gcc/java/ChangeLog
gcc/java/decl.c
gcc/java/jcf-parse.c