aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/check-init.c
AgeCommit message (Expand)AuthorFilesLines
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey1-8/+52
2004-11-09re PR java/15576 (Class initialization optimization is disabled)Andrew Pinski1-0/+1
2004-10-15parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename paramet...Ranjit Mathew1-6/+6
2004-09-29check-init.c (check_init): Handle USE_MAPPED_LOCATION case.Per Bothner1-0/+4
2004-05-29java-tree.h (DECL_LOCAL_FINAL_IUD): New macro to test if a local variable was...Ranjit Mathew1-23/+4
2004-05-28check-init.c (check_init): Handle binops UNLT_EXPR, UNLE_EXPR, UNGT_EXPR, UNG...Bryce McKinlay1-0/+6
2004-05-17* check-init.c: Correct minor typos.Ranjit Mathew1-12/+12
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-2/+2
2003-09-28c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not file and line sepa...Richard Henderson1-4/+2
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-2/+2
2003-09-18tree.def (FFS_EXPR, [...]): Delete unused tree codes.Roger Sayle1-1/+0
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