summaryrefslogtreecommitdiff
path: root/gcc/java/jcf-parse.c
Commit message (Expand)AuthorAgeFilesLines
* remove useless if-before-free testsJim Meyering2011-04-201-2/+1
* fix doubled-word typos in comments and strings: e.g., s/in in/in/Jim Meyering2011-04-181-2/+2
* Remove doubled up words.Mike Stump2011-04-101-1/+1
* Changelog c-family/Kai Tietz2011-03-251-4/+4
* * config/mcore/mcore.c Don't include assert.h.Joseph Myers2010-12-071-2/+1
* common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers2010-12-011-1/+0
* invoke.texi (-dy): Remove.Joseph Myers2010-11-171-1/+1
* cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers2010-11-101-3/+3
* re PR bootstrap/44335 (gcc-4.6-20100529 java bootstrap failure on arm-linux-g...Joern Rennecke2010-11-031-3/+4
* decl.c (java_init_decl_processing): Use build_function_type_list instead of b...Nathan Froyd2010-10-111-1/+1
* tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL is TS_TRANSLATIO...Richard Guenther2010-09-161-10/+7
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-3/+3
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-1/+1
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-6/+3
* java-tree.h (struct lang_decl_func): Change type of throws_list field to a VEC.Nathan Froyd2010-05-261-3/+4
* class.c (utf8_decl_list): Delete.Nathan Froyd2010-05-261-28/+32
* java-gimplify.c: Do not include tm.h, toplev.h.Steven Bosscher2010-05-231-2/+0
* jcf-parse.c: Include bitmap.h.Steven Bosscher2010-05-231-0/+1
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-1/+0
* double-int.h (double_int_ior): New function.Anatoly Sokolov2010-05-201-9/+10
* jcf-parse.c (set_source_filename): Constify variable "dot".Joern Rennecke2010-01-201-8/+5
* re PR c/40401 (ICE: verify_gimple failed)Richard Guenther2009-07-171-5/+0
* c-lex.c: Replace %H by an explicit location.Manuel López-Ibáñez2009-07-071-1/+1
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-3/+5
* dwarf2.h (enum dwarf_location_atom): Add INTERNAL_DW_OP_tls_addr.Ian Lance Taylor2009-06-081-4/+4
* combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor2009-04-241-2/+2
* re PR java/37068 (libgcj linkage failure: Incorrect library ABI version detec...Andrew Haley2008-11-051-1/+27
* jcf-path.c (jcf_path_init): Don't name variable 'try'.Tom Tromey2008-06-241-29/+29
* collect2.c (main, [...]): Fix for -Wc++-compat.Kaveh R. Ghazi2008-06-201-12/+12
* jcf-parse.c (give_name_to_class): Call find_sourcefile to find full pathname ...Andrew Haley2008-05-231-1/+1
* langhooks-def.h (LANG_HOOKS_CLEAR_BINDING_STACK): Delete.Paolo Bonzini2008-03-111-0/+2
* system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey2008-02-261-44/+2
* re PR java/17779 (ICE: Seg fault)Andrew Haley2008-01-041-1/+1
* re PR java/17779 (ICE: Seg fault)Andrew Haley2008-01-041-5/+17
* re PR java/27643 (ICE in java_mark_cni_decl_local compiling bytecode->native)Andrew Haley2007-12-181-7/+2
* re PR java/33765 (gcj internal compiler error when reading an empty file)Tom Tromey2007-11-021-0/+4
* * jcf-parse.c (parse_class_file): Re-enter the current file.Tom Tromey2007-09-061-0/+7
* tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey2007-09-061-11/+11
* system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi2007-09-031-2/+2
* typeck.c (find_method_in_interfaces): Update.Tom Tromey2007-08-171-5/+0
* system.h (CONST_CAST): New.Kaveh R. Ghazi2007-08-101-2/+2
* java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton2007-07-311-4/+3
* c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi2007-07-251-1/+1
* jvgenmain.c (main): Change main to use class$, not class$$.Andrew Haley2007-04-031-3/+6
* * java-tree.h, javaop.def, jcf-parse.c: Fix comment typos.Kazu Hirata2007-02-031-1/+1
* re PR java/30641 (gcj corrupted double-linked list (glibc detected))Andrew Haley2007-02-011-0/+2
* * class.c, jcf-parse.c: Fix comment typos.Kazu Hirata2007-01-311-5/+5
* [multiple changes]Andrew Haley2007-01-241-1/+1
* jcf-dump.c (main): Updated call to find_class.Tom Tromey2007-01-131-86/+15