diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-28 19:31:43 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-28 19:31:43 +0000 |
commit | dc2c98d3bd30658ab2b1b64ff8bbb23b31ee7d3d (patch) | |
tree | e23785d4eee463f83a1239e37d4b84c198cf1fcf /gcc/java/ChangeLog | |
parent | 2aed6bc4b1a02deae7d0528b72aeaab75662f1a1 (diff) | |
download | gcc-dc2c98d3bd30658ab2b1b64ff8bbb23b31ee7d3d.tar.gz |
* expr.c (pop_type_0): Call `concat' rather than building the
string manually.
(pop_type): Add format specifier in call to `error'.
* parse.y (patch_method_invocation): Avoid casting away
const-ness.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40940 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/ChangeLog')
-rw-r--r-- | gcc/java/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index abfc4823609..e9f24dfb876 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,12 @@ +2001-03-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * expr.c (pop_type_0): Call `concat' rather than building the + string manually. + (pop_type): Add format specifier in call to `error'. + + * parse.y (patch_method_invocation): Avoid casting away + const-ness. + 2001-03-21 Alexandre Petit-Bianco <apbianco@redhat.com> * parse.y (qualify_ambiguous_name): Broaden `length' |