aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2000-04-06re GNATS gcj/140 (gcj permits assignment to array length)Tom Tromey3-8/+26
2000-04-05class.c (decl_hash): Prototype removed.Alexandre Petit-Bianco2-2/+5
2000-04-06re GNATS gcj/164 (compiler permits "volatile final" variables)Tom Tromey4-13/+41
2000-04-05class.c: (java_hash_hash_tree_node): Renamed from `decl_hash', made global.Alexandre Petit-Bianco5-259/+226
2000-04-05jcf-depend.c (add_entry): Fixed bug where list was always replaced with lates...Matt Welsh2-1/+6
2000-04-04boehm.c (mark_reference_fields, set_bit): Prototype.Kaveh R. Ghazi7-432/+466
2000-03-31Fixed email address typo in Thu Mar 30, 2000 ChangeLog entry.Alexandre Petit-Bianco1-1/+1
2000-03-30expr.c (java_lang_expand_expr): Added Anthony's Thu Jan 6 2000 patch missing ...Alexandre Petit-Bianco2-5/+12
2000-03-30gjavah.c (D_NAN_MASK): Only define as word-reversed when HOST_FLOAT_WORDS_BIG...Tom Tromey2-1/+6
2000-03-28parse-scan.y (pop_class_context): Reset `inner_qualifier_length' when negativ...Alexandre Petit-Bianco3-3/+9
2000-03-28[multiple changes]Alexandre Petit-Bianco5-1044/+1186
2000-03-27jvspec.c (jvgenmain_spec): Add `%{<...}' construct for each Java-specific `-f...Tom Tromey2-1/+13
2000-03-26stor-layout.c (layout_type, [...]): early_type_list is now a list of TREE_LIS...Richard Kenner2-7/+17
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner4-26/+32
2000-03-22[multiple changes]Alexandre Petit-Bianco8-580/+1158
2000-03-22jcf-write.c (generate_bytecode_insns): TRY_FINALLY_EXPR...Alexandre Petit-Bianco2-3/+10
2000-03-19emit-rtl.c (push_to_full_sequence, [...]): New functions.Martin v. Löwis2-1/+5
2000-03-17* Clean up usages of TREE_INT_CST_LOW.Richard Kenner4-39/+49
2000-03-16lang.c (flag_hash_synchronization): New global.Tom Tromey7-11/+39
2000-03-16* lang.c (lang_decode_option): Enable -Wunused when -Wall given.Tom Tromey2-0/+7
2000-03-16decl.c (init_decl_processing): Set type of `sync_info' to be pointer to Object.Tom Tromey3-23/+66
2000-03-15re GNATS gcj/172 (compiler rejects inner-class argument to inner-class constr...Alexandre Petit-Bianco3-2/+9
2000-03-14check-init.c (check_init): Add new cases for unary and binary tree nodes.Andrew Haley2-0/+20
2000-03-13parse.y (resolve_package): Set `next' once a type name has been progressively...Alexandre Petit-Bianco3-156/+67
2000-03-13Added Java 1.1 language features.Alexandre Petit-Bianco21-3071/+8759
2000-03-13typeck.c (build_prim_array_type): Correctly set the high word too.Hans Boehm2-1/+5
2000-03-07re GNATS gcj/107 (Bad array or type conversion bug when compiling bytecode)Anthony Green2-3/+11
2000-03-07re GNATS gcj/102 (crashes when compiling try block from java source)Alexandre Petit-Bianco3-8/+21
2000-03-07re GNATS gcj/94 (compiler allows assignment to interface constants)Alexandre Petit-Bianco3-5/+21
2000-03-07re GNATS gcj/108 (Compiler doesn't check access modifiers on interface implem...Alexandre Petit-Bianco6-2/+26
2000-03-07*** empty log message ***Alexandre Petit-Bianco2-341/+490
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner5-16/+29
2000-03-07decl.c (init_decl_processing): Added new class fields `depth', `ancestors', a...Bryce McKinlay6-14/+49
2000-03-06[multiple changes]Alexandre Petit-Bianco5-70/+132
2000-03-06* Make-lang.in (JAVA_SRCS): Added boehm.c, lex.c.Tom Tromey2-1/+5
2000-03-04Makefile.in (JAVA_OBJS): Added boehm.o.Tom Tromey7-8/+186
2000-03-04* decl.c (init_decl_processing): Initialize sizetype properly.Per Bothner2-1/+6
2000-02-29c-decl.c (current_function_decl): Move to toplev.c.Martin v. Löwis2-4/+4
2000-02-28* Eliminate DECL_FIELD_SIZE.Richard Kenner3-3/+9
2000-02-27builtins.c (c_strlen): Use size_diffop and return ssizetype value.Richard Kenner2-1/+5
2000-02-26Fix copyrightsJeff Law15-15/+16
2000-02-26expr.c (build_class_init): Mark the decl to be ignored by check_init.Anthony Green8-258/+329
2000-02-26gjavah.c (main): Avoid using `argi' to report unimplemented options.Alexandre Petit-Bianco2-1/+6
2000-02-25jcf-write.c (generate_bytecode_insns): TRY_FINALLY_EXPR: initialize locals to...Alexandre Petit-Bianco2-1/+11
2000-02-25parse.y (resolve_expression_name): Use `orig' as a second argument to resolve...Alexandre Petit-Bianco2-16/+9
2000-02-23gjavah.c (print_name): In JNI case, correctly quote string.Tom Tromey2-24/+56
2000-02-22parse.y (init_decl_processing): `_Jv_IsInstanceOf' returned value type set to...Alexandre Petit-Bianco2-1/+6
2000-02-21re GNATS gcj/147 (Problem parsing comments)Alexandre Petit-Bianco2-3/+8
2000-02-21[multiple changes]Alexandre Petit-Bianco3-28/+48
2000-02-21jcf-dump.c (main): Test for correct condition after output file creation.Joerg Brunsmann2-1/+6