aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2000-10-06jvspec.c (jvgenmain_spec): Added `-fdollars-in-identifiers'.Tom Tromey5-48/+166
2000-10-05[multiple changes]Alexandre Petit-Bianco5-39/+221
2000-10-03re GNATS gcj/307 (gcj allows boolean value to be returned for int method)Tom Tromey3-25/+45
2000-10-03lex.c (java_read_unicode): Reset bs_count when finished with `\u' sequence.Tom Tromey2-0/+6
2000-10-01c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell10-26/+144
2000-09-29parse.y (maybe_yank_clinit): Also keep <clinit> if its body contains somethin...Alexandre Petit-Bianco2-1/+35
2000-09-26gcc.c (cpp_options): Add spec for -ftabstop=.Neil Booth1-2/+2
2000-09-23Make-lang.in (JAVA_SRCS): Include java-tree.h.Mark Mitchell13-314/+653
2000-09-15* lex.h: Use HAVE_ICONV_H, not HAVE_ICONV.Tom Tromey2-1/+5
2000-09-13jcf-parse.c: Include <locale.h>.Tom Tromey3-0/+13
2000-09-12expr.c (pop_type_0): Return `Object' if trying to merge two interface types.Tom Tromey3-5/+13
2000-09-12re GNATS gcj/33 (gcj mangles composed characters)Tom Tromey10-104/+363
2000-09-12re GNATS gcj/343 (can't cast array to serializable)Tom Tromey3-5/+24
2000-09-11defaults.h: Provide default definitions for...Zack Weinberg3-8/+5
2000-09-09typeck.c (build_java_array_type): Correct first parameter in ADJUST_FIELD_ALI...Geoff Keating2-1/+6
2000-09-07verify.c (merge_types): Load the types to merge if necessary.Alexandre Petit-Bianco2-0/+18
2000-09-06* lang-specs.h: Also recognize `-femit-class-files'.Tom Tromey2-1/+6
2000-09-05parse.y (do_merge_string_cste): New locals.Alexandre Petit-Bianco2-6/+17
2000-09-06jcf-io.c: Include zlib.h.Anthony Green4-8/+57
2000-09-05boehm.c (mark_reference_fields): Set marking bits for all words in a multiple...Hans Boehm2-3/+25
2000-09-03Configure changes required for zlib.Anthony Green1-2/+6
2000-08-31Make-lang.in (jc1$(exeext), [...]): Make parallel safe.Mike Stump1-13/+13
2000-08-31Make-lang.in (jc1$(exeext), [...]): Make parallel safe.Mike Stump1-0/+5
2000-08-29typeck.c (build_java_array_type): Rewrite code to do array alignment.Andrew Haley2-2/+30
2000-08-29top level:Zack Weinberg4-15/+25
2000-08-29expr.c (can_widen_reference_to): Fixed indentation.Alexandre Petit-Bianco4-17/+26
2000-08-29javaop.h (WORD_TO_INT): Mask lower 32 bits of a jword before sign extending.Andrew Haley3-5/+15
2000-08-25* gjavah.c (cxx_keyword_subst): Use ARRAY_SIZE.Greg McGary2-1/+5
2000-08-24lang.c (lang_decode_option): Use ARRAY_SIZE.Greg McGary3-6/+7
2000-08-23java-tree.h (flag_extraneous_semicolon): New extern.Alexandre Petit-Bianco5-15/+45
2000-08-21lang-specs.h: Do not process -o or run the assembler if -fsyntax-only.Nix2-2/+7
2000-08-20re GNATS gcj/305 (Interface methods implementations not always checked)Tom Tromey2-4/+23
2000-08-20re GNATS gcj/310 (illegal type "long" accepted for "switch" expression)Tom Tromey2-1/+6
2000-08-17decl.c (finit_leg_identifier_node): New global.Alexandre Petit-Bianco4-5/+30
2000-08-15jcf-write.c (generate_bytecode_conditional): Re-installed lost Jan 6 2000 patch.Alexandre Petit-Bianco3-4/+16
2000-08-13check-init.c (check_init): Add case for BIT_FIELD_REF (required for -pg builds).Anthony Green2-0/+6
2000-08-11class.c (maybe_layout_super_class): Fixed indentation.Alexandre Petit-Bianco7-37/+134
2000-08-072000-08-07 Alexandre Petit-Bianco <apbianco@cygnus.comAlexandre Petit-Bianco6-79/+291
2000-08-06lang-options.h...Ovidiu Predescu1-0/+5
2000-08-06Added a comma after the last element to avoid syntax errors when otherOvidiu Predescu1-1/+1
2000-08-05[multiple changes]Zack Weinberg3-7/+13
2000-08-02gcc.h (lang_specific_driver): Constify second argument.Zack Weinberg2-6/+8
2000-08-02c-common.h: Prototype min_precision and c_build_qualified_type here...Zack Weinberg2-1/+5
2000-07-28class.c (make_class_data): Create vtable for abstract classes.Tom Tromey2-6/+22
2000-07-27[multiple changes]Alexandre Petit-Bianco3-17735/+25
2000-07-27[multiple changes]Alexandre Petit-Bianco3-25/+22
2000-07-25parse.c: Remove (again.)Alexandre Petit-Bianco1-0/+4
2000-07-21parse.y (simple_name:): Fixed typo in error message.Alexandre Petit-Bianco3-1/+17733
2000-07-21parse.y (simple_name:): Reject `$' in type names.Alexandre Petit-Bianco2-1/+12
2000-07-21[multiple changes]Alexandre Petit-Bianco3-4/+30