aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/check-init.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-13check-init.c (check_init): Add case for BIT_FIELD_REF (required for -pg builds).Anthony Green1-0/+1
2000-06-21[multiple changes]Alexandre Petit-Bianco1-2/+2
2000-05-09top level:Zack Weinberg1-1/+1
2000-03-14check-init.c (check_init): Add new cases for unary and binary tree nodes.Andrew Haley1-0/+15
2000-03-13Added Java 1.1 language features.Alexandre Petit-Bianco1-8/+13
2000-03-07re GNATS gcj/108 (Compiler doesn't check access modifiers on interface implem...Alexandre Petit-Bianco1-1/+7
2000-02-26expr.c (build_class_init): Mark the decl to be ignored by check_init.Anthony Green1-5/+0
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-6/+6
1999-12-12check-init.c (check_init): Take into account both types of `throw's when chec...Anthony Green1-1/+2
1999-10-30* check-init.c: Fix typo in comment.Todd T. Fries1-1/+1
1999-08-10check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1-0/+3
1999-07-22re GNATS gcj/14 (Conditional expression in method call doesn't compile)Alexandre Petit-Bianco1-0/+1
1999-07-07[multiple changes]Alexandre Petit-Bianco1-0/+1
1999-05-14[multiple changes]Alexandre Petit-Bianco1-1/+2
1999-05-13check-init.c (check_init): Removed code accepting to see things falling throu...Alexandre Petit-Bianco1-3/+0
1999-05-03check-init.c (check_init): Exclude a case of error when doing xrefs.Alexandre Petit-Bianco1-0/+3
1999-03-21Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1-1/+2
1999-02-26check-init.c (check_init): COPYN takes word count, not bit count.Per Bothner1-1/+1
1999-02-19Use new TRY_FINALLY_EXPR tree node.Per Bothner1-6/+10
1999-01-29* check-init.c (check_init): Fix CLEANUP_POINT_EXPR typo.Richard Henderson1-1/+1
1999-01-28check-init.c (check_bool2_init, [...]): Handle TRUTH_AND_EXPR, TRUTH_OR_EXPR,...Per Bothner1-2/+8
1999-01-08check-init.c (check_init): If compiling to native, we don't see THROW_EXPR.Per Bothner1-5/+10
1999-01-06iPer Bothner1-7/+6
1999-01-06check-init.c: New file.Per Bothner1-0/+699