aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/ChangeLog')
-rw-r--r--gcc/java/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 7b4ba0d..7342e8c 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,13 @@
+2004-11-09 Andrew Pinski <pinskia@physics.uc.edu>
+
+ PR java/15576
+ * check-init.c (check_init): Ignore DECL_EXPR.
+ * expr.c (always_initialize_class_p): Reenable.
+ (build_class_init): Use a variable to store the decl. Also use
+ boolean_false_node instead of integer_zero_node.
+ * parse.y (attach_init_test_initialization_flags): Add a decl_expr
+ to the block.
+
2004-11-08 Tom Tromey <tromey@redhat.com>
PR java/16843: