aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/expr.c
AgeCommit message (Expand)AuthorFilesLines
2001-02-16expr.c (build_instanceof): Check for arrays when trying fold to false.Alexandre Petit-Bianco1-1/+3
2001-02-05re PR java/1866 (Array initializer: undefined reference to `LJv0.0')Tom Tromey1-5/+3
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-21/+33
2001-01-30java-tree.h: Remove JTI_INTEGER_NEGATIVE_ONE_NODE.Bryce McKinlay1-3/+3
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-1/+0
2001-01-24class.c (layout_class): Don't lay the superclass out if it's already being la...Alexandre Petit-Bianco1-0/+1
2001-01-21expr.c (pop_type_0): Only return object_ptr_type_node on mismatch if expeting...Per Bothner1-2/+2
2001-01-16expr.c (java_lang_expand_expr): Use TREE_SYMBOL_REFERENCED after having calle...Jeff Sturm1-2/+2
2001-01-14Various patches to emit better messages on verification errors.Per Bothner1-29/+53
2001-01-14expr.c (expand_java_field_op): Assigning to a final field outside an initiali...Per Bothner1-2/+2
2001-01-10output.h (make_function_rtl): Remove prototype.Mark Mitchell1-5/+5
2000-12-24Shorten primitive array allocation path:Bryce McKinlay1-5/+16
2000-11-24jcf-parse.c (init_jcf_parse): Register current_file_list root.Anthony Green1-15/+17
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-1/+1
2000-10-13[multiple changes]Alexandre Petit-Bianco1-0/+1
2000-10-13Remove obstacks.Mark Mitchell1-20/+2
2000-10-05[multiple changes]Alexandre Petit-Bianco1-34/+175
2000-09-23Make-lang.in (JAVA_SRCS): Include java-tree.h.Mark Mitchell1-6/+13
2000-09-12expr.c (pop_type_0): Return `Object' if trying to merge two interface types.Tom Tromey1-3/+2
2000-09-11defaults.h: Provide default definitions for...Zack Weinberg1-4/+0
2000-08-29expr.c (can_widen_reference_to): Fixed indentation.Alexandre Petit-Bianco1-2/+2
2000-08-17decl.c (finit_leg_identifier_node): New global.Alexandre Petit-Bianco1-1/+1
2000-08-072000-08-07 Alexandre Petit-Bianco <apbianco@cygnus.comAlexandre Petit-Bianco1-0/+1
2000-07-06Java: fixes for the PRs gcj/{271,272,275}.Alexandre Petit-Bianco1-0/+1
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