Fix ChangeLog entry.
authorBryce McKinlay <bryce@gcc.gnu.org>
Sun, 2 Dec 2001 11:05:57 +0000 (11:05 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Sun, 2 Dec 2001 11:05:57 +0000 (11:05 +0000)
From-SVN: r47526

gcc/java/ChangeLog

index a7d9bc8de0437966bdff56fcb29f9baeaf38a747..ac6ad62b80ff13f9c5d679ce7f12185ce5728a93 100644 (file)
@@ -1,8 +1,8 @@
 2001-12-02  Tang Ching-Hui  <nicholas@cs.nthu.edu.tw>
            Alexandre Petit-Bianco  <apbianco@redhat.com>
 
-       * expr.c: call save_expr on array for correct evaluation order, 
-       modified comment, fixed indentation.
+       * expr.c (build_java_arrayaccess): Call save_expr on array for 
+       correct evaluation order, modified comment, fixed indentation.
        * parse.y: (patch_assignment): Correctly extract the array base
        from the tree generate by build_java_arrayaccess, added comments.
        (patch_array_ref): Remove SAVE_EXPR on ARRAY_REF.