aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/verify.c
AgeCommit message (Expand)AuthorFilesLines
2004-11-25verify.c (defer_merging): Don't use C++-style comment.Tom Tromey1-3/+3
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey1-33/+73
2004-10-17class.c (ident_subst): Always alloca buffer.Steven Bosscher1-1/+2
2004-07-24boehm.c (set_bit): Improve type safety wrt unsignedness.Mike Stump1-1/+1
2004-07-21verify.c (verify_jvm_instructions): Comment change only.Andrew Haley1-2/+2
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell1-4/+4
2004-07-04* verify.c: Correct array element access formatting thinko.Ranjit Mathew1-48/+48
2004-07-04verify.c: Insert a short blurb at the start referring to the JVMS.Ranjit Mathew1-108/+205
2004-06-27Formatting fixes.Ranjit Mathew1-4/+7
2003-12-20class.c: Remove uses of "register" specifier in declarations of arguments and...Kazu Hirata1-1/+1
2003-10-28* approved by aphFrank Ch. Eigler1-3/+0
2003-01-18check-init.c: Fix comment typos.Kazu Hirata1-2/+2
2003-01-12* All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi1-19/+8
2003-01-10* class.c, gjavah.c, parse.y, verify.c: Don't use PTR.Kaveh R. Ghazi1-3/+3
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-6/+6
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-5/+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-09-11For PR java/5794:Jesse Rosenstock1-2/+3
2002-09-05verify.c (verify_jvm_instructions): Allow exception handler inside code that ...Andrew Haley1-1/+3
2002-06-04java-tree.h, [...]: Remove all #if JAVA_USE_HANDLES blocks...Zack Weinberg1-2/+2
2001-12-16ChangeLog, [...]: Fix spelling errors.Joseph Myers1-2/+2
2001-12-03verify.c (subroutine_nesting): New function.Per Bothner1-7/+23
2001-09-14* verify.c (verify_jvm_instructions): Fix typo.Mark Mitchell1-1/+1
2001-07-07* verify.c: Don't use // comments.Zack Weinberg1-2/+2
2001-04-29jcf-io.c (read_zip_member): Cast to long in comparison with signed value.Kaveh R. Ghazi1-1/+1
2001-04-26verify.c (verify_jvm_instructions): For field instructions, check that field ...Per Bothner1-10/+42
2001-03-23re PR java/1208 (Gcj can't compile a class file it generates.)Per Bothner1-3/+3
2001-03-15verify.c (verify_jvm_instructions): Better error msgs for dup.Per Bothner1-8/+12
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-5/+5
2001-01-24class.c (layout_class): Don't lay the superclass out if it's already being la...Alexandre Petit-Bianco1-0/+1
2001-01-21verify.c (VERIFICATION_ERROR_WITH_INDEX): New macro.Per Bothner1-5/+18
2001-01-21verify.c (merge_type_state): Stil may have to merge even if LABEL_VERIFIED (l...Per Bothner1-1/+1
2001-01-14Various patches to emit better messages on verification errors.Per Bothner1-47/+95
2000-10-21Warning fixes:Kaveh R. Ghazi1-1/+1
2000-09-12expr.c (pop_type_0): Return `Object' if trying to merge two interface types.Tom Tromey1-2/+4
2000-09-07verify.c (merge_types): Load the types to merge if necessary.Alexandre Petit-Bianco1-0/+14
2000-08-15jcf-write.c (generate_bytecode_conditional): Re-installed lost Jan 6 2000 patch.Alexandre Petit-Bianco1-1/+1
2000-03-13Added Java 1.1 language features.Alexandre Petit-Bianco1-3/+2
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-6/+6
1999-12-06[multiple changes]Alexandre Petit-Bianco1-5/+9
1999-10-14jcf-dump.c (print_constant, [...]): Don't call a variadic function with a non...Kaveh R. Ghazi1-1/+1
1999-09-02class.c (finish_class): Remove unused parameter, all callers changed.Kaveh R. Ghazi1-2/+2
1999-08-27gjavah.c, [...]: Do not use C++ style comments in C code.Jeffrey A Law1-1/+1
1999-08-26verify.c (verify_jvm_instructions): Don't check instruction validity beyond e...Gregg Townsend1-1/+2
1999-08-25gjavah.c (print_name, [...]): Add static prototype.Kaveh R. Ghazi1-2/+2
1999-08-10check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1-3/+6
1999-07-30Warning fixes:Kaveh R. Ghazi1-1/+0
1999-06-22verify.c (verify_jvm_instructions): Check for pending blocks before invalid P...Andrew Haley1-61/+63
1999-06-21except.c (find_handler_in_range): The upper limit for exception ranges is exc...Andrew Haley1-11/+31