]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
parse.y (resolve_qualified_expression_name): Prevent `this' from being used before...
authorAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Mon, 1 Nov 1999 09:48:46 +0000 (01:48 -0800)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Mon, 1 Nov 1999 09:48:46 +0000 (01:48 -0800)
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

gcc/java/ChangeLog

index 142975f90a649986fb2aca48ad91bd7e6b10706b..438cbf52a9bc1025860e4f94f058c23693012b92 100644 (file)
@@ -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>