aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/decl.c
AgeCommit message (Expand)AuthorFilesLines
1999-12-10parse.h (BUILD_THROW): Add support for sjlj-exceptions.Andrew Haley1-7/+13
1999-12-09> * decl.c (init_decl_processing): Mark throw_node as a noreturn > function w...Anthony Green1-0/+9
1999-10-26tree.h (BLOCK_TYPE_TAGS): Remove.Mark Mitchell1-2/+0
1999-09-24decl.c (insert_block): Removed unconditional `abort'.Glenn Chambers1-1/+0
1999-09-24Allow to distinguish between three classes of builtin functionsBernd Schmidt1-30/+29
1999-09-10Move declarations and building code for common tree nodes to tree.[ch]Bernd Schmidt1-29/+3
1999-08-10check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1-3/+5
1999-08-02decl.c: Include defaults.h instead of expr.h.Richard Henderson1-1/+1
1999-08-02Jakub Jelinek <jj@ultra.linux.cz>Jakub Jelinek1-3/+3
1999-07-31Backport of GC branch patches part 1: kill eh status saving.Bernd Schmidt1-0/+1
1999-07-25* decl.c (va_list_type_node): New.Richard Henderson1-0/+2
1999-07-21lang.c (flag_use_divide_subroutine): New variable.Andrew Haley1-0/+25
1999-05-19Warning fixes:Kaveh R. Ghazi1-1/+1
1999-05-11parse.y (source_end_java_method): If the current method contains any exceptio...Andrew Haley1-0/+10
1999-05-05class.c (make_field_value): DECL_INITIAL may be a string literal...Per Bothner1-0/+2
1999-04-26class.c (layout_class_method): Generate <clinit>'s rtl for interfaces.Alexandre Petit-Bianco1-1/+2
1999-04-21decl.c (predef_filenames, [...]): New globalsAlexandre Petit-Bianco1-0/+16
1999-04-05class.c (add_method_1): Cast the argument of `bzero' to PTR.Kaveh R. Ghazi1-1/+1
1999-03-27parse.y (complete_loop_body): Rename to finish_loop_body.Per Bothner1-0/+2
1999-03-21Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1-5/+10
1999-02-26typeck.c (convert_ieee_real_to_integer): Use save_expr instead of explicit bu...Per Bothner1-22/+29
1999-02-21decl.c (build_result_decl): New method.Per Bothner1-5/+29
1999-01-23Update copyrights for the last patchKaveh Ghazi1-1/+1
1999-01-23Warning fixes:Kaveh R. Ghazi1-5/+2
1998-12-11expr.c (invoke_build_dtable): Renamed dtable -> vtable.Tom Tromey1-3/+3
1998-12-10decl.c (long_zero_node, [...]): New global variables, initialized.Alexandre Petit-Bianco1-1/+12
1998-12-07constants.c (find_methodref_index): When the class is an interface...Per Bothner1-1/+1
1998-11-25java-tree.h (end_params_node): Declare global.Per Bothner1-22/+22
1998-11-18class.c (unmangle_classname): Set QUALIFIED_P when appropriate.Alexandre Petit-Bianco1-10/+2
1998-11-15decl.c (error_mark_node): New global.Per Bothner1-2/+5
1998-11-12Extensive changes.Per Bothner1-0/+2
1998-11-12class.c: Remove some unused variables.Per Bothner1-1/+2
1998-11-10class.c (is_compiled_class): Call safe_layout_class for class compiled from s...Alexandre Petit-Bianco1-9/+7
1998-10-30class.c (make_class_data): Renamed fields: nmethods to method_count, method_c...Tom Tromey1-1/+1
1998-10-28class.c (layout_class): Don't mangle <finit>, produce __finit<class> instead.Alexandre Petit-Bianco1-0/+2
1998-10-28decl.c (init_decl_processing): Renamed fields.Tom Tromey1-7/+5
1998-10-22java-tree.h (finalize_identifier_node): Don't declare.Tom Tromey1-3/+0
1998-10-20class.c (is_compiled_class): New local variable seen_in_zip.Alexandre Petit-Bianco1-1/+0
1998-10-14decl.c (runtime_exception_type_node, [...]): New global variables.Alexandre Petit-Bianco1-0/+6
1998-10-128Per Bothner1-11/+51
1998-09-14Makefile.in: Add many missing dependencies.Jeffrey A Law1-1/+2
1998-09-06Initial revisionAnthony Green1-0/+1561