From: Per Bothner Date: Tue, 6 Apr 1999 14:27:22 +0000 (-0700) Subject: parse.y (patch_binop): Don't fold if non-constant and emiting class files. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b399dcd2cc8593440bb338e3e3ba04bc994e47a9;p=gcc.git 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 --- 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 + + * parse.y (patch_binop): Don't fold if non-constant and emiting + class files. + Mon Apr 5 16:06:09 1999 Kaveh R. Ghazi * Makefile.in (gjavah.o): Depend on $(JAVA_TREE_H).