]> gcc.gnu.org Git - gcc.git/commit
re GNATS gcj/108 (Compiler doesn't check access modifiers on interface implementations)
authorAlexandre Petit-Bianco <apbianco@cygnus.com>
Tue, 7 Mar 2000 22:09:56 +0000 (22:09 +0000)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Tue, 7 Mar 2000 22:09:56 +0000 (14:09 -0800)
commit1729c265058cc349c8298bebc01b684a012bc8f6
tree33e903d1ca8568421d6e5d2dd63b96b066a8e70f
parentb0699daddf1eead3861e67808ac915f21f82dcf3
re GNATS gcj/108 (Compiler doesn't check access modifiers on interface implementations)

2000-03-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* java-tree.h (IS_INIT_CHECKED): New flag.
* check-init.c (check_init): Test and set IS_INIT_CHECKED.
* parse.y (patch_string): Call force_evaluation_order on the
completed string concatenation tree.
* expr.c (force_evaluation_order): Call force_evaluation_order on
        function's arguments too.

(This fixes the Java PR #108:
 http://sourceware.cygnus.com/ml/java-prs/1999-q4/msg00174.html)

From-SVN: r32391
gcc/java/ChangeLog
gcc/java/check-init.c
gcc/java/expr.c
gcc/java/java-tree.h
gcc/java/parse.c
gcc/java/parse.y
This page took 0.058918 seconds and 5 git commands to generate.