aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>1999-04-06 07:27:22 -0700
committerPer Bothner <bothner@gcc.gnu.org>1999-04-06 07:27:22 -0700
commitb399dcd2cc8593440bb338e3e3ba04bc994e47a9 (patch)
tree95adca8e4118ac0f581a19e749d2de0422bfc8a4
parent7c3f7c03af325def409fd42423e73d428869eaa7 (diff)
downloadgcc-b399dcd2cc8593440bb338e3e3ba04bc994e47a9.zip
gcc-b399dcd2cc8593440bb338e3e3ba04bc994e47a9.tar.gz
gcc-b399dcd2cc8593440bb338e3e3ba04bc994e47a9.tar.bz2
parse.y (patch_binop): Don't fold if non-constant and emiting class files.
8 * parse.y (patch_binop): Don't fold if non-constant and emiting class files. From-SVN: r26216
-rw-r--r--gcc/java/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 38432af..5289360 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).