aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
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
2001-04-26Fix method search wrt scope of inner classes to match JLS2.Per Bothner4-24/+56
2001-04-26jcf-write.c (generate_bytecode_insns case SWITCH_EXPR): Fix thinko: If a sing...Per Bothner4-15/+36
2001-04-26verify.c (verify_jvm_instructions): For field instructions, check that field ...Per Bothner2-10/+48
2001-04-25* config-lang.in (target_libs): Copy from $libgcj_saved.Alexandre Oliva2-1/+5
2001-04-25decl.c (init_decl_processing): Add new class "protectionDomain" field.Bryce McKinlay3-0/+8
2001-04-23collect2.c (main): Use concat in lieu of xmalloc/sprintf.Kaveh R. Ghazi2-8/+7
2001-04-20Fixes to compile multiple .class files at once.Per Bothner5-78/+85
2001-04-19vms.h: Change OBJECT_SUFFIX and EXECUTABLE_SUFFIX to TARGET_OBJECT_SUFFIX and...DJ Delorie1-4/+4
2001-04-12* config-lang.in (lang_dirs): Add in zlib.Kelley Cook1-1/+1
2001-04-11Makefile.in (ifcvt.o): Depend on toplev.h.Kaveh R. Ghazi3-1/+8
2001-04-07Fix for PR gcj/1404 and PR gcj/2332:Tom Tromey2-3/+22
2001-04-06parse.y (analyze_clinit_body): Return true if the second operand of a METHOD_...Tom Tromey2-4/+8
2001-04-06Make-lang.in ($(srcdir)/java/parse-scan.c): Run bison from build directory.Tom Tromey2-6/+11
2001-04-05gcj.texi: Use `which-gcj' instead of `which-g77.'Alexandre Petit-Bianco2-1/+11
2001-04-05re PR java/1315 (Inner class initializer crash)Alexandre Petit-Bianco3-14/+53
2001-04-05parse.y (resolve_qualified_expression_name): Pass field's DECL_CONTEXT to `no...Alexandre Petit-Bianco2-2/+9
2001-04-05lang-options.h: Add flag_check_references.Andrew Haley2-0/+5
2001-04-04java-tree.h (CONSTANT_VALUE_P): New macro.Per Bothner4-29/+57
2001-04-04re PR java/1074 (jv-scan fails on ArrayClass.java)Alexandre Petit-Bianco2-17/+35
2001-04-04ansidecl.h: All logic from gcc/gansidecl.h moved here.Zack Weinberg4-6/+9
2001-04-03boehm.c (PROCEDURE_OBJECT_DESCRIPTOR): Set to use `build_int_2.'Alexandre Petit-Bianco2-7/+14
2001-04-03expr.c (pop_type_0): Save the result of the first lang_printable_name call in...Zack Weinberg2-3/+15
2001-03-28expr.c (pop_type_0): Call `concat' rather than building the string manually.Kaveh R. Ghazi3-25/+24
2001-03-28re PR java/2066 (Source parser segfault in resolve_package)Alexandre Petit-Bianco2-2/+9
2001-03-28jvgenmain.c (do_mangle_classname): End string constant with '\0'.Jeffrey Oldham2-0/+5
2001-03-28IA-64 ABI Exception Handling.Richard Henderson10-89/+82
2001-03-28java-tree.h (throw_node): Define as a single member of java_global_trees inst...Richard Henderson7-28/+32
2001-03-28decl.c (end_java_method): Do not save and restore flag_non_call_exceptions.Richard Henderson4-24/+12
2001-03-27Remove flag_new_exceptions.Richard Henderson2-2/+3
2001-03-27Make -fsjlj-exceptions a configure option.Richard Henderson3-2/+7
2001-03-27* parse.y (source_end_java_method): Likewise.Richard Henderson2-4/+5
2001-03-27bb-reorder.c, [...]: Rename asynchronous_exceptions to flag_non_call_exceptions.Richard Henderson2-4/+9
2001-03-27Makefile.in (SYSTEM_H): Define.Kaveh R. Ghazi2-27/+31
2001-03-27c-common.h (DECL_NUM_STMTS): New macro.Mark Mitchell2-1/+5
2001-03-26parse.y (find_as_inner_class): Follow current package indications not to mist...Alexandre Petit-Bianco2-1/+17
2001-03-26constants.c (PUTN): Use memcpy, not bcopy.Kaveh R. Ghazi4-7/+13
2001-03-23re PR java/1208 (Gcj can't compile a class file it generates.)Per Bothner5-46/+61