aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/expr.c
AgeCommit message (Expand)AuthorFilesLines
2000-06-29expr.c (lookup_field): The same field can be found through two different inte...Alexandre Petit-Bianco1-0/+2
2000-06-25expr.c (lookup_field): Print error and return error_mark_node if field refere...Tom Tromey1-2/+22
2000-06-21[multiple changes]Alexandre Petit-Bianco1-2/+3
2000-05-31java-tree.h (boolean_array_vtable, [...]): Declare.Tom Tromey1-7/+39
2000-05-19java-tree.h (build_instanceof): Declare.Tom Tromey1-6/+85
2000-05-09expr.c (build_jni_stub): Cache the result of _Jv_LookupJNIMethod.Tom Tromey1-4/+20
2000-05-03expr.c (build_java_jsr): Use emit_jump, not expand_goto.Tom Tromey1-1/+1
2000-05-02class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE on native fu...Tom Tromey1-0/+159
2000-04-28re GNATS gcj/2 (Method call on null instance should throw NullPointerException)Tom Tromey1-5/+39
2000-03-30expr.c (java_lang_expand_expr): Added Anthony's Thu Jan 6 2000 patch missing ...Alexandre Petit-Bianco1-5/+7
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-6/+4
2000-03-17* Clean up usages of TREE_INT_CST_LOW.Richard Kenner1-12/+12
2000-03-16lang.c (flag_hash_synchronization): New global.Tom Tromey1-2/+3
2000-03-13Added Java 1.1 language features.Alexandre Petit-Bianco1-7/+14
2000-03-07re GNATS gcj/108 (Compiler doesn't check access modifiers on interface implem...Alexandre Petit-Bianco1-1/+1
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner1-8/+10
2000-03-07decl.c (init_decl_processing): Added new class fields `depth', `ancestors', a...Bryce McKinlay1-10/+25
2000-02-27builtins.c (c_strlen): Use size_diffop and return ssizetype value.Richard Kenner1-1/+1
2000-02-26Fix copyrightsJeff Law1-1/+1
2000-02-26expr.c (build_class_init): Mark the decl to be ignored by check_init.Anthony Green1-6/+44
2000-02-18re GNATS gcj/82 (code generation for jvm IRETURN fails on boolean/byte/short ...Pekka Nikander1-0/+14
2000-02-09java-except.h (struct eh_range): Add `expanded' field.Andrew Haley1-4/+0
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-37/+37
2000-01-07expr.c (java_lang_expand_expr): Switch to permanent obstack before calling ex...Alexandre Petit-Bianco1-0/+4
2000-01-07expr.c (java_lang_expand_expr): Switch to permanent obstack before building c...Anthony Green1-2/+5
2000-01-06Makefile.in (LIBDEPS): Added gcc's errors.oAlexandre Petit-Bianco1-1/+2
1999-12-31class.c (assume_compiled, [...]): Add static prototype.Kaveh R. Ghazi1-2/+1
1999-12-30expr.c (expand_invoke): Layout the loaded class before attempting to use it.Alexandre Petit-Bianco1-1/+4
1999-12-30class.c (class_depth): Return -1 if the class doesn't load properly.Alexandre Petit-Bianco1-0/+4
1999-12-10parse.h (BUILD_THROW): Add support for sjlj-exceptions.Andrew Haley1-2/+3
1999-12-06jcf-write.c (generate_byecode_insns): Fixed indentation for COMPOUND_EXPR and...Alexandre Petit-Bianco1-2/+1
1999-09-02class.c (finish_class): Remove unused parameter, all callers changed.Kaveh R. Ghazi1-4/+4
1999-08-15expr.c (java_lang_expand_expr): Mark static array data as referenced.Anthony Green1-0/+1
1999-08-10check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1-1/+1
1999-08-04Warning fixes:Kaveh R. Ghazi1-6/+11
1999-08-02decl.c: Include defaults.h instead of expr.h.Richard Henderson1-0/+1
1999-08-02Jakub Jelinek <jj@ultra.linux.cz>Jakub Jelinek1-3/+2
1999-07-30Warning fixes:Kaveh R. Ghazi1-3/+7
1999-07-21lang.c (flag_use_divide_subroutine): New variable.Andrew Haley1-3/+57
1999-07-15expr.c (expand_expr): Do not return the last statement in a block as the bloc...Andrew Haley1-3/+3
1999-07-07[multiple changes]Alexandre Petit-Bianco1-10/+25
1999-06-02[multiple changes]Anthony Green1-7/+29
1999-05-28[multiple changes]Alexandre Petit-Bianco1-1/+1
1999-05-19Warning fixes:Kaveh R. Ghazi1-2/+3
1999-05-12expr.c (expand_invoke): Mark parameter `nargs' with ATTRIBUTE_UNUSED.Kaveh R. Ghazi1-2/+3
1999-04-27expr.c (generate_name): Use ASM_GENERATE_INTERNAL_LABEL to create internal la...Anthony Green1-4/+5
1999-04-26class.c (layout_class_method): Generate <clinit>'s rtl for interfaces.Alexandre Petit-Bianco1-10/+24
1999-04-06expr.c (pop_type_0): New function.Per Bothner1-2/+20
1999-03-21Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1-39/+79
1999-03-12Warning fixes:Kaveh R. Ghazi1-2/+0