aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2001-08-02java-tree.h (all_class_filename): New macro.Alexandre Petit-Bianco2-8/+19
2001-08-02re PR java/227 (mips-tfile:internal error (when compiling java code))Rainer Orth3-9/+33
2001-08-01java-tree.h (BUILD_FILENAME_IDENTIFIER_NODE): Use ggc_add_tree_root to regist...Jeff Sturm2-1/+6
2001-07-31*** empty log message ***Alexandre Petit-Bianco5-5/+18
2001-07-31[multiple changes]Alexandre Petit-Bianco4-5/+64
2001-07-18For PR java/2812:Tom Tromey4-7/+17
2001-07-14* tree.def (EXPON_EXPR) remove. Never supported anyway.Tim Josling2-1/+4
2001-07-13jvspec.c (jvgenmain_spec): Remove -ffilelist-file from cc1 invocation.Tom Tromey2-0/+6
2001-07-13re PR java/3635 ("empty declaration" warning too broad)Alexandre Petit-Bianco2-3/+21
2001-07-12re PR java/3285 (gcj fails to resolve constructor calls in inner classes)Alexandre Petit-Bianco2-1/+9
2001-07-12expr.c (expand_load_internal): New function.Tom Tromey2-1/+33
2001-07-11Makefile.in (c-lex.o): Wrap long lines.Neil Booth2-3/+5
2001-07-11[multiple changes]Alexandre Petit-Bianco5-18/+49
2001-07-07* verify.c: Don't use // comments.Zack Weinberg2-2/+6
2001-07-06lang.c (flag_assume_compiled): Removed.Tom Tromey4-30/+13
2001-07-05[multiple changes]Alexandre Petit-Bianco4-8/+42
2001-07-04c-lex.c (cb_file_change): Pass line number to debug_start_source_file.Daniel Berlin2-1/+6
2001-07-04include: New directory.Joseph Myers3-396/+13
2001-07-03parse.y (fix_constructors): Test if a CALL_EXPR invokes `this'.Jeff Sturm2-1/+9
2001-06-28diagnostic.c (default_print_error_function): Tweak.Gabriel Dos Reis3-5/+15
2001-06-27class.c (set_super_info): Call `set_class_decl_access_flags.'Alexandre Petit-Bianco5-5/+44
2001-06-23zipfile.h: Use GCC_JCF_H instead of JCF_H.Jan van Male2-1/+5
2001-06-20class.c (java_hash_tree_node): Fixed indentation in leading comment.Alexandre Petit-Bianco3-17/+43
2001-06-20re PR java/2319 (invalid UTF-8 sequences should be rejected)Tom Tromey2-10/+28
2001-06-10re PR java/2299 (Use of += for String arrays produces Segfault during compila...Tom Tromey2-14/+39
2001-06-10decl.c (create_primitive_vtable): Don't call make_decl_rtl.Jeff Sturm2-1/+4
2001-06-05expr.c (force_evaluation_order): Match wrapped ctor calls, locate arguments a...Alexandre Petit-Bianco2-3/+23
2001-06-02cpp.texi, [...]: Move contents to just after title page.Joseph Myers2-1/+5
2001-06-02re PR java/2605 (gcj crashes on .java file containing byte.class.getClass())Alexandre Petit-Bianco2-3/+17
2001-06-01c-tree.texi, [...]: Move to doc subdirectory.DJ Delorie1-4/+4
2001-05-31parse.y (lookup_field_wrapper): Test `name' code.Alexandre Petit-Bianco2-5/+22
2001-05-30parse.y (do_resolve_class): Check for cyclic inheritance during inner class r...Bryce McKinlay2-6/+26
2001-05-27Make-lang.in ($(srcdir)/java/gcj.info): Added dependencies on fdl.texi.Theodore Papadopoulo2-5/+11
2001-05-26toplev.c (debug_args, [...]): Mark descriptions for translation.Zack Weinberg1-19/+36
2001-05-25Standardize header guards.Richard Henderson6-15/+21
2001-05-23jv-scan.c (version): Update copyright year.Joseph Myers2-1/+5
2001-05-21jcf-parse.c (read_class): If class is from .class or .zip file and it's alrea...Per Bothner2-10/+19
2001-05-18jvspec.c (lang_specific_pre_link): Re-arrange the linker command line so the ...Per Bothner2-1/+20
2001-05-15expr.c (build_class_init): Move MODIFY_EXPR outside of COND_EXPR.Jeff Sturm2-6/+11
2001-05-15class.c (build_utf8_ref): Don't generate identifier based on utf8const contents.Tom Tromey2-17/+6
2001-05-12java-tree.def (JAVA_EXC_OBJ_EXPR): New.Richard Henderson6-9/+29
2001-05-08re PR java/2538 (latest gcj no longer compiles apache xerces parser due probl...Alexandre Petit-Bianco2-4/+15
2001-05-07re PR java/2598 (Runtime crash regression accessing field from enclosing clas...Alexandre Petit-Bianco2-10/+18
2001-05-03lex.c (java_new_lexer): Call iconv_close on temp handle used to check for byt...Mo DeJong2-0/+6
2001-05-02call.c: NULL_PTR -> NULL.Kaveh R. Ghazi3-27/+29
2001-05-01Make-lang.in ($(srcdir)/java/gcj.info): Added `-I..'.Tom Tromey3-43/+49
2001-05-01* parse.h (REGISTER_IMPORT): Use tree_cons instead of chainon.Per Bothner2-2/+5
2001-05-01parse.y (java_pop_parser_context): The TREE_VALUE of a link in the import_lis...Per Bothner2-2/+7
2001-04-29jcf-io.c (read_zip_member): Cast to long in comparison with signed value.Kaveh R. Ghazi6-8/+23
2001-04-27parse.y (java_expand_classes): Don't change ctxp_for_generation while iterati...Per Bothner2-10/+13