diff options
author | Alexandre Petit-Bianco <apbianco@redhat.com> | 2001-05-31 16:40:54 -0700 |
---|---|---|
committer | Alexandre Petit-Bianco <apbianco@gcc.gnu.org> | 2001-05-31 16:40:54 -0700 |
commit | 195590126aec10f823cb1562f45fa03a0931e004 (patch) | |
tree | c7303948c2c127acd70476a18e59d7eb746a8a57 /gcc/java/ChangeLog | |
parent | bc440d046869987d4ea3e772e4921115cd61eb09 (diff) | |
download | gcc-195590126aec10f823cb1562f45fa03a0931e004.zip gcc-195590126aec10f823cb1562f45fa03a0931e004.tar.gz gcc-195590126aec10f823cb1562f45fa03a0931e004.tar.bz2 |
parse.y (lookup_field_wrapper): Test `name' code.
2001-05-31 Alexandre Petit-Bianco <apbianco@redhat.com>
* parse.y (lookup_field_wrapper): Test `name' code.
(resolve_qualified_expression_name): Test `qual_wfl' code.
(qualify_ambiguous_name): Handle `CONVERT_EXPR', fixe indentation,
handle `qual_wfl' by code.
(maybe_build_primttype_type_ref): Test `wfl' code.
(http://gcc.gnu.org/ml/gcc-patches/2001-05/msg02180.html )
From-SVN: r42764
Diffstat (limited to 'gcc/java/ChangeLog')
-rw-r--r-- | gcc/java/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 95b7445..f13bfbe 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,11 @@ +2001-05-31 Alexandre Petit-Bianco <apbianco@redhat.com> + + * parse.y (lookup_field_wrapper): Test `name' code. + (resolve_qualified_expression_name): Test `qual_wfl' code. + (qualify_ambiguous_name): Handle `CONVERT_EXPR', fixe indentation, + handle `qual_wfl' by code. + (maybe_build_primttype_type_ref): Test `wfl' code. + 2001-05-23 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr> * Make-lang.in ($(srcdir)/java/gcj.info): Added dependencies on |