diff options
author | Andrew Haley <aph@gcc.gnu.org> | 2004-07-21 16:12:32 +0000 |
---|---|---|
committer | Andrew Haley <aph@gcc.gnu.org> | 2004-07-21 16:12:32 +0000 |
commit | 4de69546bbe851fcc1ac199e0ae8600696b58dac (patch) | |
tree | 79503f46416fe220a6ee2b20ccb62cf8511ff1f3 | |
parent | 00150bf9f31d6a0ec576ead73a315f26b1c31749 (diff) | |
download | gcc-4de69546bbe851fcc1ac199e0ae8600696b58dac.zip gcc-4de69546bbe851fcc1ac199e0ae8600696b58dac.tar.gz gcc-4de69546bbe851fcc1ac199e0ae8600696b58dac.tar.bz2 |
PR java/16431.
From-SVN: r85010
-rw-r--r-- | gcc/java/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 2dc5583..bcc6848 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,5 +1,6 @@ 2004-07-20 Andrew Haley <aph@redhat.com> + PR java/16431. * verify.c (verify_jvm_instructions): Comment change only. * typeck.c (build_java_array_type): Add size field to array name. |