[multiple changes]
authorAlexandre Petit-Bianco <apbianco@cygnus.com>
Thu, 5 Oct 2000 07:17:34 +0000 (07:17 +0000)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Thu, 5 Oct 2000 07:17:34 +0000 (00:17 -0700)
commit6e22695a4cb3a02846963a46b713a3e0ab419f10
tree4d5c18c324994e5c054b7c48872b57170975b1b9
parente23062d5a741b3eba6bb8fc66bd0b99e759cd6cd
[multiple changes]

Tue Oct  3 13:44:37 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * decl.c (find_local_variable): Removed uncessary type check and
        fixed range check typo. From Corey Minyard.

Wed Sep 13 16:06:52 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * decl.c (give_name_to_locals): New local `code_offset'. Call
        `maybe_adjust_start_pc.'
        * expr.c (note_instructions): New function.
        (expand_byte_code): Don't collect insn starts here.
        (peek_opcode_at_pc): New function.
        (maybe_adjust_start_pc): Likewise.
        * java-tree.h (maybe_adjust_start_pc): Declare.
        (note_instructions): Likewise.
        * jcf-parse.c (parse_class_file): Call `note_instructions.'

Wed Sep 13 11:50:35 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * parse.y (field_access:): Fixed indentation.
        (qualify_ambiguous_name): Properly qualify `this.a[b].c'.

(http://gcc.gnu.org/ml/gcc-patches/2000-10/msg00067.html)

From-SVN: r36717
gcc/java/ChangeLog
gcc/java/decl.c
gcc/java/expr.c
gcc/java/java-tree.h
gcc/java/parse.y