aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/expr.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-26expr.c (expand_java_field_op): Don't special-case references to java.lang.PRI...Bryce McKinlay1-48/+0
2001-09-21tree.def (FDESC_EXPR): New.Richard Henderson1-1/+10
2001-09-13c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi1-1/+1
2001-08-17[multiple changes]Alexandre Petit-Bianco1-1/+1
2001-08-08check-init.c (flags.h): IncludeAlexandre Petit-Bianco1-4/+65
2001-07-12expr.c (expand_load_internal): New function.Tom Tromey1-1/+28
2001-06-05expr.c (force_evaluation_order): Match wrapped ctor calls, locate arguments a...Alexandre Petit-Bianco1-3/+18
2001-05-15expr.c (build_class_init): Move MODIFY_EXPR outside of COND_EXPR.Jeff Sturm1-6/+6
2001-05-12java-tree.def (JAVA_EXC_OBJ_EXPR): New.Richard Henderson1-4/+8
2001-04-03expr.c (pop_type_0): Save the result of the first lang_printable_name call in...Zack Weinberg1-3/+9
2001-03-28expr.c (pop_type_0): Call `concat' rather than building the string manually.Kaveh R. Ghazi1-19/+6
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-7/+5
2001-03-28java-tree.h (throw_node): Define as a single member of java_global_trees inst...Richard Henderson1-1/+1
2001-03-27Make -fsjlj-exceptions a configure option.Richard Henderson1-1/+1
2001-03-23gcj.texi (Configure-time Options): Add -fcheck-references.Andrew Haley1-51/+53
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