OSDN Git Service

Fix ChangeLog entry.
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 2 Dec 2001 11:05:57 +0000 (11:05 +0000)
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 2 Dec 2001 11:05:57 +0000 (11:05 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47526 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/java/ChangeLog

index a7d9bc8..ac6ad62 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.