aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/check-init.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-25objc-act.c (objc_check_decl): Don't use xxx_with_decl.Gabriel Dos Reis1-1/+2
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-3/+3
2003-01-18check-init.c: Fix comment typos.Kazu Hirata1-1/+1
2003-01-12* All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi1-25/+11
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-8/+8
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+6
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-11-18buffer.c: Remove unnecessary casts.Jens-Michael Hoffmann1-1/+1
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-26/+4
2002-02-28expr.c (java_array_data_offset): Removed function.Bryce McKinlay1-1/+1
2001-12-11* check-init.c (check_init) [SWITCH_EXPR]: Use SWITCH_HAS_DEFAULT.Tom Tromey1-13/+3
2001-12-09check-init.c (current_switch_has_default): New static field.Per Bothner1-1/+13
2001-12-09check-init.c (check_init): Don't allow pre- or post- increment or decrement o...Tom Tromey1-5/+13
2001-12-07* check-init.c (check_init): Fix typo freeing memory twice.Per Bothner1-2/+0
2001-12-06Restore support for static class initialization optimization.Per Bothner1-8/+19
2001-12-04check-init.c: Handle definite unassignment to finals in addition to definite ...Per Bothner1-82/+334
2001-12-03decl.c (complete_start_java_method): Now generate TRY_FINALLY_EXPR instead of...Per Bothner1-23/+0
2001-08-08check-init.c (flags.h): IncludeAlexandre Petit-Bianco1-4/+40
2001-07-31*** empty log message ***Alexandre Petit-Bianco1-1/+1
2001-07-14* tree.def (EXPON_EXPR) remove. Never supported anyway.Tim Josling1-1/+0
2001-05-12java-tree.def (JAVA_EXC_OBJ_EXPR): New.Richard Henderson1-1/+1
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-0/+1
2001-03-28java-tree.h (throw_node): Define as a single member of java_global_trees inst...Richard Henderson1-2/+1
2001-02-07check-init.c (check_init): Fix TRY_FINALLY_EXPR logic.Per Bothner1-3/+3
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-6/+6
2000-12-06[multiple changes]Alexandre Petit-Bianco1-4/+3
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