diff options
author | Alexandre Petit-Bianco <apbianco@gcc.gnu.org> | 1999-11-01 01:48:46 -0800 |
---|---|---|
committer | Alexandre Petit-Bianco <apbianco@gcc.gnu.org> | 1999-11-01 01:48:46 -0800 |
commit | ffa669ea3c0d3d4a01bda872b40064151970f5aa (patch) | |
tree | b390128a22d7e649397c637f790b246e17709d4e /gcc/java | |
parent | f63991a86a5645740cece5ff81981df9cff86d71 (diff) | |
download | gcc-ffa669ea3c0d3d4a01bda872b40064151970f5aa.zip gcc-ffa669ea3c0d3d4a01bda872b40064151970f5aa.tar.gz gcc-ffa669ea3c0d3d4a01bda872b40064151970f5aa.tar.bz2 |
parse.y (resolve_qualified_expression_name): Prevent `this' from being used before the superclass constructor has been called.
Mon Nov 1 01:32:48 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
* parse.y (resolve_qualified_expression_name): Prevent `this' from
being used before the superclass constructor has been called.
(complete_function_arguments): Use CALL_EXPLICIT_CONSTRUCTOR_P
instead of `CALL_THIS_CONSTRUCTOR_P'.
(Fixed the incomplete last ChangeLog entry.)
From-SVN: r30318
Diffstat (limited to 'gcc/java')
-rw-r--r-- | gcc/java/ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 142975f..438cbf5 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,7 +1,9 @@ Mon Nov 1 01:32:48 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> - * parse.y (resolve_qualified_expression_name): Prevent `this' - from being before the superclass constructor has been called. + * parse.y (resolve_qualified_expression_name): Prevent `this' from + being used before the superclass constructor has been called. + (complete_function_arguments): Use CALL_EXPLICIT_CONSTRUCTOR_P + instead of `CALL_THIS_CONSTRUCTOR_P'. Sat Oct 30 21:35:13 1999 Todd T. Fries <todd@lighthouse.fries.net> |