aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-06 14:27:22 +0000
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-06 14:27:22 +0000
commit16eb5ce7ad5f14a1b3a524493a2125326d023b62 (patch)
tree95adca8e4118ac0f581a19e749d2de0422bfc8a4
parenta036f8d87bc668bb6c8ed51444ee2677f1173f4a (diff)
8
* parse.y (patch_binop): Don't fold if non-constant and emiting class files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26216 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/java/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 38432aff3a7..52893602d0d 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,8 @@
+1999-04-06 Per Bothner <bothner@cygnus.com>
+
+ * parse.y (patch_binop): Don't fold if non-constant and emiting
+ class files.
+
Mon Apr 5 16:06:09 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.in (gjavah.o): Depend on $(JAVA_TREE_H).