summaryrefslogtreecommitdiff
path: root/gcc/java
Commit message (Expand)AuthorAgeFilesLines
* re PR java/11600 (CloneNotSupportedException not checked on super.clone())Tom Tromey2003-08-052-11/+38
* tree.h (DID_INLINE_FUNC): Remove macro.Steven Bosscher2003-08-052-6/+4
* java-tree.h (METHOD_TRANSIENT): Removed.Tom Tromey2003-08-044-15/+9
* treetree.c: Convert remaining K&R prototypes to ISO C90.Andreas Jaeger2003-07-282-9/+9
* * decl.c (force_poplevels): Fix warning call.Nathan Sidwell2003-07-252-2/+5
* objc-act.c (objc_check_decl): Don't use xxx_with_decl.Gabriel Dos Reis2003-07-255-18/+37
* tree.h (boolean_type_node): Move from C/C++/Java frontends.Jason Merrill2003-07-242-14/+4
* fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-195-26/+25
* common.opt: Document --param.Neil Booth2003-07-192-2/+6
* Makefile.in, [...]: Remove handling of lang-options.h and options_.h.Neil Booth2003-07-183-65/+27
* c-common.c (c_estimate_num_insns_1): Don't handle METHOD_CALL_EXPR.Steven Bosscher2003-07-171-1/+0
* * expr.c: Remove the last argument to expand_assignment().Kazu Hirata2003-07-152-7/+11
* java-tree.h (DECL_NUM_STMTS): Rename to...Jan Hubicka2003-07-094-6/+118
* * gcj.texi: CNI now expands to Compiled Native Interface.Mark Wielaard2003-07-082-2/+6
* Make-lang.in (f/g77.dvi): Use PWD_COMMAND.Rainer Orth2003-07-082-1/+5
* rtl.h (emit_line_note): Take a location_t.Nathan Sidwell2003-07-072-1/+5
* c-common.h (c_comon_handle_filename, [...]): New.Neil Booth2003-07-062-4/+4
* system.h: Include filenames.h.Zack Weinberg2003-07-034-25/+11
* c-common.h (c_common_init_options): New prototype.Neil Booth2003-07-022-3/+8
* c-tree.h (define_label): Replace filename and lineno arguments with a locatio...Nathan Sidwell2003-07-012-2/+5
* dbxout.c (flag_debug_only_used_symbols): Delete redundant declaration.Zack Weinberg2003-06-283-2/+5
* * c-format.c (check_format_string, get_constant)Zack Weinberg2003-06-284-3/+10
* c-opts.c (missing_arg): Make non-static.Neil Booth2003-06-262-7/+4
* tree.h (expand_function_end): Remove all parameters.Nathan Sidwell2003-06-205-9/+21
* re PR debug/4252 (cc1: Invalid option `-fdump-translation-unit')Robert Abeles2003-06-182-1/+5
* c-opts.c (c_common_handle_option): s/on/value/.Neil Booth2003-06-163-15/+12
* c-opts.c (lang_flags): Update for new spelling of flags.Neil Booth2003-06-153-21/+10
* c-pch.c (asm_file_name): Remove.Neil Booth2003-06-152-3/+7
* lang-specs.h: Rewrite -MD and -MMD to append an underscore.Neil Booth2003-06-144-5/+11
* tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell2003-06-144-3/+12
* Makefile.in: Update to use common.opt and lang_opt_files.Neil Booth2003-06-143-12/+12
* hooks.c (hook_int_size_t_constcharptr_int_0): New.Neil Booth2003-06-112-0/+5
* lang.c (java_handle_option): Update dependency_tracking for OPT_MF case.Tom Tromey2003-06-112-0/+4
* lang.c (java_handle_option): OPT_fbootclasspath_ can take an empty argument.Tom Tromey2003-06-112-6/+12
* resource.c (write_resource_constructor): Use expand_expr to generate the addr...Andrew Haley2003-06-103-3/+10
* langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.Andrew Haley2003-06-102-0/+21
* Make-lang.in (JAVA_OBJS, [...]): Update.Neil Booth2003-06-098-241/+365
* tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is removed.Nathan Sidwell2003-06-094-16/+19
* jvspec.c (jvgenmain_spec): Added `*' after fassume-compiled and fno-assume-co...Tom Tromey2003-06-082-1/+6
* builtins.c (define_builtin_type, [...]): Delete.Roger Sayle2003-06-082-101/+52
* ��> 2003-06-07�� Anthony Green�� <green@redhat.com> ��>...Anthony Green2003-06-082-6/+12
* Make-lang.in: Update.Neil Booth2003-06-083-1/+10
* Makefile.in (OJBS, c-opts.o): Update.Neil Booth2003-06-072-2/+8
* install.tex: Document profiledbootstrap.Jan Hubicka2003-06-052-0/+8
* flags.h (flag_wrapv): New flag controlling overflow semantics.Roger Sayle2003-05-312-0/+8
* builtins.c (cos_builtin, [...]): Delete.Roger Sayle2003-05-292-53/+52
* * win32-host.c: Normalize copyright boilerplate.Nathanael Nerode2003-05-232-3/+9
* cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN...Kaveh R. Ghazi2003-05-172-5/+8
* diagnostic.c (output_format): Add support for %m.Zack Weinberg2003-05-134-11/+17
* class.c (layout_class_method): Set DECL_EXTERNAL.Richard Henderson2003-05-136-14/+47