summaryrefslogtreecommitdiff
path: root/gcc/java/check-init.c
Commit message (Expand)AuthorAgeFilesLines
* PR java/8608bothner2005-03-011-24/+17
* PR java/19277rmathew2005-01-101-2/+10
* PR java/14853:tromey2004-12-061-0/+5
* * Merged gcj-abi-2-dev-branch to trunk.tromey2004-11-251-8/+52
* 2004-11-09 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-11-091-0/+1
* * parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 andrmathew2004-10-151-6/+6
* * check-init.c (check_init): Handle USE_MAPPED_LOCATION case.bothner2004-09-301-0/+4
* * java-tree.h (DECL_LOCAL_FINAL_IUD): New macro to test if armathew2004-05-291-23/+4
* * check-init.c (check_init): Handle binops UNLT_EXPR, UNLE_EXPR,bryce2004-05-281-0/+6
* * check-init.c: Correct minor typos.rmathew2004-05-171-12/+12
* Merge tree-ssa-20020619-branch into mainline.dnovillo2004-05-131-2/+2
* * c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, notrth2003-09-281-4/+2
* * c-format.c (gcc_diag_char_table): Add %J.rth2003-09-211-2/+2
* * tree.def (FFS_EXPR, CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR,sayle2003-09-181-1/+0
* * objc/objc-act.c (objc_check_decl): Don't use xxx_with_decl.gdr2003-07-251-1/+2
* * input.h (lineno): Rename to ...nathan2003-05-011-3/+3
* * check-init.c: Fix comment typos.kazu2003-01-181-1/+1
* * All Files: Convert to ISO C style function definitions.ghazi2003-01-121-25/+11
* * All Files: Remove PARAMS macro.ghazi2003-01-091-8/+8
* * Make-lang.in, boehm.c, buffer.c,neroden2003-01-011-4/+6
* Merge basic-improvements-branch to trunkzack2002-12-161-0/+2
* 2002-11-14 Jens-Michael Hoffmann <jensmh@gmx.de>aph2002-11-181-1/+1
* Merge from pch-branch up to tag pch-commit-20020603.geoffk2002-06-041-26/+4
* * expr.c (java_array_data_offset): Removed function.bryce2002-02-281-1/+1
* * check-init.c (check_init) [SWITCH_EXPR]: Use SWITCH_HAS_DEFAULT.tromey2001-12-111-13/+3
* * check-init.c (current_switch_has_default): New static field.bothner2001-12-101-1/+13
* * check-init.c (check_init): Don't allow pre- or post- incrementtromey2001-12-091-5/+13
* * check-init.c (check_init): Fix typo freeing memory twice.bothner2001-12-071-2/+0
* Restore support for static class initialization optimization.bothner2001-12-061-8/+19
* * check-init.c: Handle definite unassignment to finals in additionbothner2001-12-041-82/+334
* * decl.c (complete_start_java_method): Now generate TRY_FINALLY_EXPRbothner2001-12-041-23/+0
* 2001-08-08 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-08-091-4/+40
* *** empty log message ***apbianco2001-08-011-1/+1
* * tree.def (EXPON_EXPR) remove. Never supported anyway.rth2001-07-151-1/+0
* * java-tree.def (JAVA_EXC_OBJ_EXPR): New.rth2001-05-131-1/+1
* IA-64 ABI Exception Handling.rth2001-03-281-0/+1
* * java-tree.h (throw_node): Define as a single member ofrth2001-03-281-2/+1
* * check-init.c (check_init): Fix TRY_FINALLY_EXPR logic.bothner2001-02-081-3/+3
* * diagnostic.h (set_internal_error_function): Renamed.kenner2001-02-041-6/+6
* 2000-10-18 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2000-12-061-4/+3
* * check-init.c (check_init): Add case for BIT_FIELD_REF (requiredgreen2000-08-131-0/+1
* 2000-06-21 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2000-06-221-2/+2
* top level:zack2000-05-091-1/+1
* 2000-02-14 Andrew Haley <aph@cygnus.com>aph2000-03-141-0/+15
* Added Java 1.1 language features.apbianco2000-03-141-8/+13
* 2000-03-07 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2000-03-071-1/+7
* 2000-02-25 Anthony Green <green@cygnus.com>green2000-02-261-5/+0
* * buffer.h: PROTO -> PARAMS.ghazi2000-01-211-6/+6
* 1999-12-15 Anthony Green <green@cygnus.com>green1999-12-121-1/+2
* * check-init.c: Fix typo in comment.law1999-10-311-1/+1