diff options
author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-18 14:20:21 +0000 |
---|---|---|
committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-18 14:20:21 +0000 |
commit | 0abfe611ef04d6f3231626e0645b1fc8650a8c3b (patch) | |
tree | f4831de54cc293eab472850917e8e26732c07fb6 | |
parent | ab8838f3d0dd5d5e0f47d337bfadb1ac5cb1498d (diff) | |
download | gcc-0abfe611ef04d6f3231626e0645b1fc8650a8c3b.tar.gz |
x
* jcf-parse.c (get_constant): Add braces around computation of 'd'
when REAL_ARITHMETIC is not defined. [Oct 26 fix got overwritten -PB]
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25285 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/java/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index f086f97e279..d3140c349ef 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,8 @@ +1998-11-26 Andrew Haley <aph@viagra.cygnus.co.uk> + + * jcf-parse.c (get_constant): Add braces around computation of 'd' + when REAL_ARITHMETIC is not defined. [Oct 26 fix got overwritten -PB] + 1999-02-17 Andrew Haley <aph@cygnus.com> * class.c (build_utf8_ref): Back out broken patch which was |