aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/except.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating1-1/+1
2004-07-18builtins.c (max_builtin, [...]): Replace calls to build with buildN.Roger Sayle1-8/+8
2004-06-29except.c (expand_start_java_handler): Push a new binding level.Andrew Haley1-72/+11
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-10/+65
2004-01-09re PR java/12755 (Binary Compatibility: Resolving static methods and classes ...Andrew Haley1-9/+39
2003-11-20re PR rtl-optimization/13024 (gcj can't build current rhug)Jeff Sturm1-9/+11
2003-10-24lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.Andrew Haley1-21/+27
2003-08-20[multiple changes]Andrew Haley1-4/+30
2003-02-06Reverted erroneously applied patchTom Tromey1-29/+4
2003-01-22gcj.texi (Input and output files): Mention non-class entries.Tom Tromey1-4/+29
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-33/+14
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-7/+7
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-5/+6
2002-12-23class.c (build_static_field_ref): Check FIELD_FINAL.Jeff Sturm1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-11-18buffer.c: Remove unnecessary casts.Jens-Michael Hoffmann1-3/+2
2002-09-05verify.c (verify_jvm_instructions): Allow exception handler inside code that ...Andrew Haley1-3/+4
2002-08-04Index: ChangeLogGeoffrey Keating1-2/+0
2002-03-29re PR java/5986 (SIGSEGV in __gcj_personality_v0)Tom Tromey1-2/+12
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-42/+24
2000-10-17except.c (free_eh_ranges): Don't free `whole_range.'Alexandre Petit-Bianco1-1/+2
2000-10-13Remove obstacks.Mark Mitchell1-8/+18
2000-06-21[multiple changes]Alexandre Petit-Bianco1-1/+1
2000-03-19emit-rtl.c (push_to_full_sequence, [...]): New functions.Martin v. Löwis1-1/+1
2000-02-26Fix copyrightsJeff Law1-1/+1
2000-02-10except.c (maybe_start_try): Remove excess argument to `check_start_handlers'.Kaveh R. Ghazi1-1/+1
2000-02-10* except.c (check_start_handlers): Prototype.Kaveh R. Ghazi1-0/+1
2000-02-09java-except.h (struct eh_range): Add `expanded' field.Andrew Haley1-14/+47
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-6/+6
2000-01-07expr.c (java_lang_expand_expr): Switch to permanent obstack before calling ex...Alexandre Petit-Bianco1-0/+4
1999-12-06except.c (expand_end_java_handler): Call expand_resume_after_catch and end_ca...Alexandre Petit-Bianco1-0/+2
1999-11-25* except.c (emit_handlers): Zero catch_clauses after emitting them.Mark Mitchell1-0/+1
1999-08-10check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1-0/+4
1999-07-31Backport of GC branch patches part 1: kill eh status saving.Bernd Schmidt1-0/+1
1999-06-21except.c (find_handler_in_range): The upper limit for exception ranges is exc...Andrew Haley1-2/+7
1999-06-02[multiple changes]Anthony Green1-1/+1
1999-05-18java-except.h (struct eh_range): Removed unused `next' member.Tom Tromey1-33/+125
1999-03-21Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1-2/+5
1999-01-25except.c, [...] (expand_resume_after_catch): new function.Andrew Haley1-0/+9
1999-01-23Update copyrights for the last patchKaveh Ghazi1-1/+1
1999-01-23Warning fixes:Kaveh R. Ghazi1-1/+1
1998-10-12Per Bothner1-18/+34
1998-09-14Makefile.in: Add many missing dependencies.Jeffrey A Law1-1/+2
1998-09-06Initial revisionAnthony Green1-0/+278