summaryrefslogtreecommitdiff
path: root/gcc/java/jcf-parse.c
Commit message (Expand)AuthorAgeFilesLines
...
* typeck.c (convert): Don't use flag_emit_class_files.Tom Tromey2007-01-111-3/+2
* Merged gcj-eclipse branch to trunk.Tom Tromey2007-01-091-116/+847
* tree.h (build_int_cst_wide_type): Export.Richard Guenther2007-01-081-2/+1
* jcf-parse.c (parse_class_file): Set input_location from current_class.Andrew Haley2006-02-231-1/+1
* java-gimplify.c: Use gcc_assert and gcc_unreachable throughout.Ben Elliston2006-02-031-25/+19
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-10/+10
* jcf-parse.c (set_source_filename): Set the decl source location even when ret...Alexandre Oliva2005-12-161-1/+7
* re PR java/23891 (Problem folding static fields across packages)Bryce McKinlay2005-09-151-0/+4
* check-init.c, [...]: Fix comment typos.Kazu Hirata2005-09-061-1/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* expr.c (int highest_label_pc_this_method, [...]): New globals.Per Bothner2005-06-131-0/+15
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-4/+4
* re PR java/20502 (gcj failure if .jar contains same .class twice)Bryce McKinlay2005-03-171-17/+30
* builtins.c, [...]: Update copyright.Kazu Hirata2005-02-121-1/+1
* parse.y (process_imports): Allocate (and free) original_name only when not al...Mark Wielaard2005-01-091-5/+21
* jcf-parse.c (load_class): Remove sanity test for missing inner class file.Andrew Haley2004-12-081-6/+0
* jcf-parse.c (set_source_filename): Improvement to Andrew's fix...Per Bothner2004-11-271-7/+11
* re PR java/18305 (Class initialization optimization is not done when compiled...Andrew Pinski2004-11-261-4/+0
* * Merged gcj-abi-2-dev-branch to trunk.Tom Tromey2004-11-251-31/+111
* re PR java/18091 (Valgrind errors building libjava)Andrew Haley2004-10-211-1/+3
* parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename paramet...Ranjit Mathew2004-10-151-1/+1
* [multiple changes]Andrew Haley2004-10-051-6/+28
* Simplify lexer. Implement --enable-mapped-location support.Per Bothner2004-09-301-20/+44
* java-tree.h (JAVA_FILE_P, ZIP_FILE_P): Remove unused macros.Per Bothner2004-09-301-63/+96
* re PR java/17586 (kawa build fails with ICE)Andrew Haley2004-09-281-6/+7
* jcf-parse.c (load_class): Back out previous broken patch.Andrew Haley2004-09-281-18/+2
* re PR java/17586 (kawa build fails with ICE)Andrew Haley2004-09-281-2/+18
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-2/+2
* re PR java/9677 (File not found if spaces in file name)Elliot Lee2004-08-161-3/+14
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-4/+2
* tree.h (force_fit_type): Return a tree, take three flags.Nathan Sidwell2004-08-051-1/+2
* boehm.c (set_bit): Improve type safety wrt unsignedness.Mike Stump2004-07-241-5/+6
* * Fix for g++/15861Frank Ch. Eigler2004-07-151-1/+1
* java-tree.h (all_class_filename): Remove useless macro.Per Bothner2004-07-131-2/+2
* cgraph.h (cgraph_build_static_cdtor): Declare.Richard Henderson2004-07-011-16/+31
* PR java/1207, java/16178Bryce McKinlay2004-06-261-5/+6
* re PR java/13948 (GCJ segmentation fault while compiling GL4Java .class files)Ranjit Mathew2004-06-171-12/+22
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-6/+9
* jcf-parse.c (java_parse_file): Handle the case that input_filename is NULL.Roger Sayle2004-02-291-3/+2
* re PR java/13273 (gcj generates call to abstract method)Andrew Haley2004-01-161-1/+3
* re PR java/12755 (Binary Compatibility: Resolving static methods and classes ...Andrew Haley2004-01-091-23/+9
* class.c: Remove uses of "register" specifier in declarations of arguments and...Kazu Hirata2003-12-201-2/+2
* re PR java/13183 ([unit-at-a-time] incorrect multidimensional array initializ...Jeff Sturm2003-11-251-7/+0
* jcf-parse.c (classify_zip_file): Correctly compare filename_length against le...Tom Tromey2003-11-101-1/+1
* re PR libgcj/12894 (META-INF entries should be incoluded as --resource entrie...Tom Tromey2003-11-081-3/+2
* Correct misapplied patch.Andrew Haley2003-10-241-1/+1
* jcf-parse.c (jcf_parse): Fix args to fatal_error().David S. Miller2003-10-241-1/+1
* lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.Andrew Haley2003-10-241-1/+2
* jcf-parse.c (java_parse_file): Write otable and atable.Andrew Haley2003-10-011-1/+10
* c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not file and line sepa...Richard Henderson2003-09-281-11/+10