aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-parse.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-24jcf-path.c (jcf_path_init): Don't name variable 'try'.Tom Tromey1-29/+29
2008-06-20collect2.c (main, [...]): Fix for -Wc++-compat.Kaveh R. Ghazi1-12/+12
2008-05-23jcf-parse.c (give_name_to_class): Call find_sourcefile to find full pathname ...Andrew Haley1-1/+1
2008-03-11langhooks-def.h (LANG_HOOKS_CLEAR_BINDING_STACK): Delete.Paolo Bonzini1-0/+2
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-44/+2
2008-01-04re PR java/17779 (ICE: Seg fault)Andrew Haley1-1/+1
2008-01-04re PR java/17779 (ICE: Seg fault)Andrew Haley1-5/+17
2007-12-18re PR java/27643 (ICE in java_mark_cni_decl_local compiling bytecode->native)Andrew Haley1-7/+2
2007-11-02re PR java/33765 (gcj internal compiler error when reading an empty file)Tom Tromey1-0/+4
2007-09-06* jcf-parse.c (parse_class_file): Re-enter the current file.Tom Tromey1-0/+7
2007-09-06tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey1-11/+11
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi1-2/+2
2007-08-17typeck.c (find_method_in_interfaces): Update.Tom Tromey1-5/+0
2007-08-10system.h (CONST_CAST): New.Kaveh R. Ghazi1-2/+2
2007-07-31java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton1-4/+3
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-04-03jvgenmain.c (main): Change main to use class$, not class$$.Andrew Haley1-3/+6
2007-02-03* java-tree.h, javaop.def, jcf-parse.c: Fix comment typos.Kazu Hirata1-1/+1
2007-02-01re PR java/30641 (gcj corrupted double-linked list (glibc detected))Andrew Haley1-0/+2
2007-01-31* class.c, jcf-parse.c: Fix comment typos.Kazu Hirata1-5/+5
2007-01-24[multiple changes]Andrew Haley1-1/+1
2007-01-13jcf-dump.c (main): Updated call to find_class.Tom Tromey1-86/+15
2007-01-11typeck.c (convert): Don't use flag_emit_class_files.Tom Tromey1-3/+2
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-116/+847
2007-01-08tree.h (build_int_cst_wide_type): Export.Richard Guenther1-2/+1
2006-02-23jcf-parse.c (parse_class_file): Set input_location from current_class.Andrew Haley1-1/+1
2006-02-03java-gimplify.c: Use gcc_assert and gcc_unreachable throughout.Ben Elliston1-25/+19
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-10/+10
2005-12-16jcf-parse.c (set_source_filename): Set the decl source location even when ret...Alexandre Oliva1-1/+7
2005-09-15re PR java/23891 (Problem folding static fields across packages)Bryce McKinlay1-0/+4
2005-09-06check-init.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-13expr.c (int highest_label_pc_this_method, [...]): New globals.Per Bothner1-0/+15
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-4/+4
2005-03-17re PR java/20502 (gcj failure if .jar contains same .class twice)Bryce McKinlay1-17/+30
2005-02-12builtins.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-09parse.y (process_imports): Allocate (and free) original_name only when not al...Mark Wielaard1-5/+21
2004-12-08jcf-parse.c (load_class): Remove sanity test for missing inner class file.Andrew Haley1-6/+0
2004-11-27jcf-parse.c (set_source_filename): Improvement to Andrew's fix...Per Bothner1-7/+11
2004-11-26re PR java/18305 (Class initialization optimization is not done when compiled...Andrew Pinski1-4/+0
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey1-31/+111
2004-10-21re PR java/18091 (Valgrind errors building libjava)Andrew Haley1-1/+3
2004-10-15parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename paramet...Ranjit Mathew1-1/+1
2004-10-05[multiple changes]Andrew Haley1-6/+28
2004-09-30Simplify lexer. Implement --enable-mapped-location support.Per Bothner1-20/+44
2004-09-30java-tree.h (JAVA_FILE_P, ZIP_FILE_P): Remove unused macros.Per Bothner1-63/+96
2004-09-28re PR java/17586 (kawa build fails with ICE)Andrew Haley1-6/+7
2004-09-28jcf-parse.c (load_class): Back out previous broken patch.Andrew Haley1-18/+2
2004-09-28re PR java/17586 (kawa build fails with ICE)Andrew Haley1-2/+18
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-2/+2