aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2001-09-07java-tree.h (compile_resource_file): Grouped with other prototypes.Alexandre Petit-Bianco3-4/+6
2001-09-07re PR java/4230 (gcj -C segfaults on static string continuation '+' in gcj 3....Alexandre Petit-Bianco3-4/+46
2001-09-07typeck.c (java_array_type_length, [...]): Represent empty arrays by NULL index.Matt Kraai2-6/+20
2001-09-06gcj -R patchesAnthony Green1-0/+14
2001-09-06class.c (O_BINARY): Define if necessary.Anthony Green6-3/+195
2001-09-04parse.y (maybe_yank_clinit): A field without an initializer is not relevant.Per Bothner2-12/+14
2001-08-31[multiple changes]Alexandre Petit-Bianco3-14/+53
2001-08-31class.c (set_constant_value): When not emiting class files, then a String Con...Per Bothner2-2/+9
2001-08-30Temporaily change error to wanring to hopefully allow boostrap.Per Bothner1-1/+1
2001-08-30jcf-write.c (generate_classfile): Check that field is primitive or string bef...Per Bothner2-1/+8
2001-08-30parse.y (resolve_qualified_expression_name): If creating a COMPOUND_EXPR, set...Per Bothner2-1/+7
2001-08-30jcf-io.c (open_class): Set filename field.Per Bothner4-24/+45
2001-08-30jcf-write.c (generate_classfile): Don't write ConstantValue attribute if fiel...Per Bothner3-1/+19
2001-08-30jcf-dump.c (print_constant): Fix fencepost error so "Float" and "Double" are ...Per Bothner2-5/+15
2001-08-28Removing conflict indicators. Oops.Alexandre Petit-Bianco1-2/+0
2001-08-28re PR java/4141 (GCJ compiles illegal code without complaining.)Alexandre Petit-Bianco2-4/+21
2001-08-28jcf-write.c (generate_bytecode_insns): For increments and decrements just rec...Per Bothner2-14/+11
2001-08-28jcf-write.c (generate_bytecode_insns): Generate an integer to real conversion...Mark Mitchell2-2/+14
2001-08-27parse.y (check_deprecation): Handle TYPE_DECL in a special case...Alexandre Petit-Bianco2-8/+54
2001-08-24jcf-parse.c (yyparse): Set magic to 0, don't issue error for a file smaller t...Alexandre Petit-Bianco3-35/+113
2001-08-24decl.c (init_decl_processing): Add `throws' field to method descriptor.Tom Tromey3-0/+46
2001-08-22parse.y (resolve_inner_class): Keep local_enclosing to NULL if circularity is...Alexandre Petit-Bianco2-2/+9
2001-08-17defaults.h (UNALIGNED_SHORT_ASM_OP, [...]): Move from ...Richard Henderson2-1/+6
2001-08-17[multiple changes]Alexandre Petit-Bianco8-157/+371
2001-08-16varasm.c (named_section_flags): Remove align parameter.Richard Henderson1-2/+2
2001-08-16jcf-dump.c (main): Updated for change to jcf_path_seal.Tom Tromey6-10/+47
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg3-4/+10
2001-08-12Revert Rainer Orth's Java and gcc.c patch.David Edelsohn3-22/+22
2001-08-12toplev.c (set_float_handler): Make static.Zack Weinberg2-5/+5
2001-08-10Restore HPUX gcj bootstrap.Anthony Green1-0/+4
2001-08-09Move constructor/destructor handling into target hooks.Richard Henderson3-13/+31
2001-08-08check-init.c (flags.h): IncludeAlexandre Petit-Bianco10-153/+541
2001-08-08class.c (emit_register_classes): Use assemble_jcr if possible.Anthony Green1-36/+53
2001-08-06varasm.c (assemble_constructor): Take a symbol_ref and a priority instead of ...Richard Henderson2-1/+6
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