aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2004-11-02re PR java/17265 (Libjava doesn't build)Bryce McKinlay2-1/+56
2004-10-22re PR java/17265 (Libjava doesn't build)Eric Botcazou2-44/+7
2004-10-21re PR java/18091 (Valgrind errors building libjava)Andrew Haley2-1/+13
2004-10-18Make-lang.in (java/parse.o-warn, [...]): New rules to work around old Bison w...Steven Bosscher2-0/+9
2004-10-17class.c (ident_subst): Always alloca buffer.Steven Bosscher8-10/+31
2004-10-16expr.c (expr_add_location): Move declaration to before all statements.Hans-Peter Nilsson4-5/+14
2004-10-15parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename paramet...Ranjit Mathew11-195/+219
2004-10-15boehm.c, [...]: Update copyright.Kazu Hirata12-11/+17
2004-10-14Speed up walk_tree by introducing a special-purpose hash table.Matt Austern2-3/+8
2004-10-13re PR java/15578 (gcj doesn't support -extdirs)Tom Tromey3-5/+17
2004-10-06parse.y (issue_warning_error_from_context): Use va_list * instead of va_list ...Ulrich Weigand2-8/+15
2004-10-06pretty-print.c: Include tree.h.Zack Weinberg3-1/+41
2004-10-05Prepare for %q, %< and %> in diagnostic message strings.Ranjit Mathew3-12/+34
2004-10-05[multiple changes]Andrew Haley2-6/+39
2004-10-01c-decl.c (c_expand_body): Update call tree_rest_of_compilation.Jan Hubicka2-1/+5
2004-10-01* lex.c: Fix a comment typo.Kazu Hirata2-1/+5
2004-10-01* java-tree.h: Fix a comment typo.Kazu Hirata2-2/+6
2004-09-30Simplify lexer. Implement --enable-mapped-location support.Per Bothner7-726/+1081
2004-09-30java-tree.h (JAVA_FILE_P, ZIP_FILE_P): Remove unused macros.Per Bothner3-70/+118
2004-09-30More cleanup for --enable-mapped-location.Per Bothner3-6/+80
2004-09-29check-init.c (check_init): Handle USE_MAPPED_LOCATION case.Per Bothner6-2/+28
2004-09-29java-tree.h: Redefine some macros and add soem declaration to handle the USE_...Per Bothner4-5/+29
2004-09-29re PR java/17007 (Inconsistent builtin attributes set by Java front end)Andrew Haley3-3/+11
2004-09-28re PR java/15710 (ICE: tree check: expected class 'E', have 'c' (integer_cst)...Tom Tromey2-0/+8
2004-09-28re PR java/17586 (kawa build fails with ICE)Andrew Haley2-6/+13
2004-09-28jcf-parse.c (load_class): Back out previous broken patch.Andrew Haley2-18/+6
2004-09-28re PR java/17586 (kawa build fails with ICE)Andrew Haley2-2/+25
2004-09-25re PR java/17500 (Anonymous inner class compile freakout)Tom Tromey2-1/+10
2004-09-25expr.c, [...]: Fix comment typos.Kazu Hirata6-8/+14
2004-09-24re PR java/15656 (ICE segfault in lex.c)Tom Tromey2-7/+21
2004-09-24re PR java/16789 (ICE in force_evaluation_order() on valid code)Tom Tromey3-4/+16
2004-09-24re PR java/16927 (assert statement fails at -O1 and above)Andrew Haley2-1/+16
2004-09-23re PR java/17329 (ICE: SEGV in java_gimplify_expr)Tom Tromey2-1/+10
2004-09-23re PR java/17380 (Bad diagnostic and ICE on valid code...)Tom Tromey2-2/+8
2004-09-22aclocal.m4: Import AM_PROG_CC_C_O and AM_AUX_DIR_EXPAND.Kelley Cook2-7/+6
2004-09-22vec.h (VEC_space): Return true if there _is_ space.Nathan Sidwell2-1/+6
2004-09-21Fix bootstrap.Matt Austern2-1/+7
2004-09-21re PR java/17575 (gcjh does not clear its function name cache between files)Tom Tromey2-0/+23
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham6-38/+46
2004-09-14re PR java/17216 (ICE in 3.5, error in 3.4.1 when compiling .class->.o)Tom Tromey2-1/+7
2004-09-11Make-lang.in (java/ggc-none.c): Change dependency for ggc.h into $(GGC_H).Andrew Pinski2-1/+6
2004-09-11Make-lang.in (java/win32-host.o): Add dependency on coretypes.h.Mohan Embar3-1/+9
2004-09-11Make-lang.in (GCJH_OBJS): Change dependency from ggc-none.o to java/ggc-none.oMohan Embar2-2/+14
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell12-80/+97
2004-08-24c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call.Nathan Sidwell2-2/+7
2004-08-23Makefile.in (BUILD_ERRORS): Set to build-errors.Nathan Sidwell2-1/+11
2004-08-20expr.c (build_java_arrayaccess): Use convert to change len's type.Nathan Sidwell2-3/+8
2004-08-19class.c (make_local_function_alias): Allocate extra space for 'L' in name buf...Bryce McKinlay2-1/+6
2004-08-19tree.h (TYPE_CACHED_VALUES_P): New.Nathan Sidwell3-7/+19
2004-08-18class.c (make_local_function_alias): Only make a new decl if we support alias...Andrew Pinski2-2/+11