aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
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
2001-03-23re PR java/1213 (gcj should check for incorrect CLASSPATH)Alexandre Petit-Bianco9-14/+106
2001-03-23gcj.texi (Configure-time Options): Add -fcheck-references.Andrew Haley2-25/+21
2001-03-23gcj.texi (Configure-time Options): Add -fcheck-references.Andrew Haley6-52/+86
2001-03-23gjavah.c (cxx_keywords): Update from the definitive list in cp/lex.c.Bryce McKinlay3-8/+159
2001-03-23[multiple changes]Bryce McKinlay2-1/+11
2001-03-21re PR java/2333 (ICE in mark_reference_fields)Alexandre Petit-Bianco3-2/+13
2001-03-21* lex.c (java_read_unicode): Only accept leading `u's.Tom Tromey2-5/+14
2001-03-20* jcf-parse.c (read_class): Initialize `class'.Tom Tromey2-1/+5
2001-03-20jcf_parse.c (jcf_parse): Eliminate unused variable.Matt Kraai2-1/+4
2001-03-19Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell3-10/+22
2001-03-19jcf-parse.c (load_inner_classes): Check CLASS_LOADED_P before trying to load ...Per Bothner2-1/+5
2001-03-19Fixes to process to command-line .class files in two passes. See ChangeLog.Per Bothner7-71/+122
2001-03-19jvspec.c (lang_specific_driver): Check for .zip and .jar files.Per Bothner2-30/+45
2001-03-19class.c (build_static_field_ref): Call make_decl_rtl() after setting the DECL...Andrew Haley2-1/+6
2001-03-17Change descriptions were jumbled.Per Bothner1-9/+9
2001-03-17* decl.c (clear_binding_level): Fix initializer (broke 03-15).Per Bothner2-1/+3
2001-03-17jcf-write.c (generate_bytecode_insns): Handle emitting iinc when result is is...Per Bothner2-0/+5
2001-03-17parse.h (JDEP_SOLV): Removed.Per Bothner3-20/+20
2001-03-15java-tree.h (BLOCK_IS_IMPLICIT): New flag.Per Bothner4-8/+11
2001-03-15jcf-parse.c (yyparse): Set/reset input_filename for source file.Per Bothner3-1/+8
2001-03-15parse.y (expand_start_java_method): Was only called once and had a misleading...Per Bothner2-53/+42
2001-03-15Remove junk from when gcc/java was created (by copying from C/C++).Per Bothner2-31/+9
2001-03-15class.c (make_class_data): The class_dtable_decl (i.e.Per Bothner2-0/+5