OSDN Git Service

pf3gnuchains/gcc-fork.git
21 years ago * config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
dje [Wed, 5 Mar 2003 17:51:24 +0000 (17:51 +0000)]
    * config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
        else clauses.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63850 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago ada/9961
bosch [Wed, 5 Mar 2003 16:09:55 +0000 (16:09 +0000)]
ada/9961
        * raise.c (__gnat_Unwind_RaiseException): Add prototype to avoid
        warning, and fix return type for the IN_RTS && !SJLJ case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63842 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * i386/i386.c (ix86_save_reg): Also test
matz [Wed, 5 Mar 2003 13:06:50 +0000 (13:06 +0000)]
* i386/i386.c (ix86_save_reg): Also test
        current_function_uses_const_pool.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63840 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * unwind.h: Add the GPL exception.
matz [Wed, 5 Mar 2003 13:04:30 +0000 (13:04 +0000)]
* unwind.h: Add the GPL exception.
        * Makefile.in (USER_H): Add unwind.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63839 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR c/9799
ebotcazou [Wed, 5 Mar 2003 08:37:57 +0000 (08:37 +0000)]
PR c/9799
* c-typeck.c (push_init_level): Add sanity check.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63831 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * class.c (end_of_class): Correct thinko.
mmitchel [Wed, 5 Mar 2003 08:27:42 +0000 (08:27 +0000)]
* class.c (end_of_class): Correct thinko.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63829 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * treetree.c (init_c_lex): Follow change to c-common.h.
aj [Wed, 5 Mar 2003 06:29:01 +0000 (06:29 +0000)]
* treetree.c (init_c_lex): Follow change to c-common.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63828 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config-lang.in: Replace ${libstdcxx_version} by its value.
neroden [Wed, 5 Mar 2003 06:14:08 +0000 (06:14 +0000)]
* config-lang.in: Replace ${libstdcxx_version} by its value.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63827 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-04 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 5 Mar 2003 06:02:15 +0000 (06:02 +0000)]
2003-03-04  Benjamin Kosnik  <bkoz@redhat.com>

* src/globals.cc: Clarify comments, remove c_locale_imp_compat.

* config/linker-map.gnu: Filter typeinfo and vtable info.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63826 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-04 Jerry Quinn <jlquinn@optonline.net>
bkoz [Wed, 5 Mar 2003 03:01:42 +0000 (03:01 +0000)]
2003-03-04  Jerry Quinn  <jlquinn@optonline.net>

* src/ios.cc (ios_base::_M_grow_words): Don't delete _M_word on
new failure.  Throw exception if badbit and exception mask when ix
>= numeric_limits<int>::max().

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63824 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * Makefile.tpl: Reindent.
neroden [Wed, 5 Mar 2003 01:45:09 +0000 (01:45 +0000)]
* Makefile.tpl: Reindent.
* Makefile.in: Regenerate.
* configure.in: Reindent.  Don't set unused variables.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63823 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * gcc.dg/i386-local.c: New.
hubicka [Wed, 5 Mar 2003 01:33:27 +0000 (01:33 +0000)]
* gcc.dg/i386-local.c: New.

* toplev.c (rest_of_compilation):  Deffer RTL compilation only when
RTL inlining is done.

* cgraphunit.c (cgraph_mark_local_functions): New local function.
(cgraph_optimize): Mark local functions.
* i386-protos.h (init_cumulative_args): Update prototype.
* i386.c (init_cumulative_args): Use register passing convention for
local functions.

* cgraph.c (cgraph_global_info_ready): New global variable
(cgraph_local_info, cgraph_global_info): New functions.
* cgraph.h (struct cgraph_local_info, cgraph_global_info): New
structures.
(cgraph_local_info, cgraph_global_info, cgraph_global_info_ready):
Declare.
* cgraphunit.c (cgraph_finalize_function): Set inline_many.
(cgraph_mark_functions_to_output): Use inline_many.
(cgraph_expand_function): Free DECL_SAVED_TREE uncondtionally.
(cgraph_expand_functions): Expand inline functions last.
(cgraph_optimize): Do not emit uneeded functions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63822 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Wed, 5 Mar 2003 00:17:14 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63821 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * expr.c (convert_modes): Check for legal hard register.
sje [Wed, 5 Mar 2003 00:12:40 +0000 (00:12 +0000)]
* expr.c (convert_modes): Check for legal hard register.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63813 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * cp-tree.h (cxx_saved_binding): Declare.
gdr [Tue, 4 Mar 2003 23:23:16 +0000 (23:23 +0000)]
    * cp-tree.h (cxx_saved_binding): Declare.
        (struct saved_scope): Adjust type of field 'old_binding'.
        * decl.c (cxx_saved_binding_make): New macro.
        (struct cxx_saved_binding): Define.
        (store_bindings): Adjust prototype.  Use cxx_saved_binding to save
        C++ bindings.
        (maybe_push_to_top_level): Adjust local variable type.
        (pop_from_top_level): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63810 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-04 Hans Boehm <Hans.Boehm@hp.com>
hboehm [Tue, 4 Mar 2003 22:18:08 +0000 (22:18 +0000)]
2003-03-04  Hans Boehm <Hans.Boehm@hp.com>
* include/private/gcconfig.h (GC_data_start): declare when needed.
* include/private/gc_priv.h: Include gcconfig.h after ptr_t
declaration.
* dyn_load.c (GC_register_dynamic_libraries_dl_iterate_phdr,
GC_register_dynlib_callback): Register main data for static
executable if dl_iterate_phdr() didn't.
* misc.c (GC_init_inner): Call GC_init_linux_data_start() even
if we don't expect to register main static data.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63809 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * doc/sourcebuild.texi (Front End Directory): Document tags.
tromey [Tue, 4 Mar 2003 21:48:53 +0000 (21:48 +0000)]
* doc/sourcebuild.texi (Front End Directory): Document tags.
* configure: Rebuilt.
* configure.in (target_list): Added tags.
* Makefile.in (TAGS): Depend on lang.clean.  Include subdirectory
TAGS files by reference.
* objc/Make-lang.in (objc.tags): New target.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63808 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * Make-lang.in (treelang.tags): New target.
tromey [Tue, 4 Mar 2003 21:33:35 +0000 (21:33 +0000)]
* Make-lang.in (treelang.tags): New target.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63807 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * Make-lang.in (java.tags): New target.
tromey [Tue, 4 Mar 2003 21:33:09 +0000 (21:33 +0000)]
* Make-lang.in (java.tags): New target.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63806 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * Make-lang.in (c++.tags): New target.
tromey [Tue, 4 Mar 2003 21:32:09 +0000 (21:32 +0000)]
* Make-lang.in (c++.tags): New target.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63805 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * Make-lang.in (f77.tags): New target.
tromey [Tue, 4 Mar 2003 21:31:21 +0000 (21:31 +0000)]
* Make-lang.in (f77.tags): New target.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63804 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * Make-lang.in (ada.tags): New target.
tromey [Tue, 4 Mar 2003 21:30:50 +0000 (21:30 +0000)]
* Make-lang.in (ada.tags): New target.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63803 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* src/strstream.cc (strstreambuf::overflow): Make sure operands of
aoliva [Tue, 4 Mar 2003 21:21:44 +0000 (21:21 +0000)]
* src/strstream.cc (strstreambuf::overflow): Make sure operands of
min and max have the same type.
* include/bits/basic_string.tcc (append, rfind, compare): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63802 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * gcov-io.h (gcov_save_position, gcov_reserve_length, gcov_resync,
rakdver [Tue, 4 Mar 2003 20:56:24 +0000 (20:56 +0000)]
* gcov-io.h (gcov_save_position, gcov_reserve_length, gcov_resync,
gcov_skip, gcov_skip_string, gcov_write_unsigned, gcov_write_counter,
gcov_write_string, gcov_read_unsigned, gcov_read_counter,
gcov_read_string, gcov_write_length): Modified to enable reading/
writing of whole .da file just once.
(da_file_open, da_file_close, da_file_eof, da_file_error,
da_file_position, da_file_seek, da_file_write, da_file_read): New
functions.
(actual_da_file, actual_da_file_position, actual_da_file_length,
actual_da_file_buffer, actual_da_file_buffer_size): New static
functions.
* libgcov.c (gcov_exit): Modified to read/write the whole .da file at
just once.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63800 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/m68k/m68k.c (m68k_output_function_prologue): Fix CFA
schwab [Tue, 4 Mar 2003 20:27:02 +0000 (20:27 +0000)]
* config/m68k/m68k.c (m68k_output_function_prologue): Fix CFA
offset without frame pointer.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63799 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * expr.c (expand_expr): Call promote_mode to set unsignedp.
sje [Tue, 4 Mar 2003 20:16:24 +0000 (20:16 +0000)]
* expr.c (expand_expr): Call promote_mode to set unsignedp.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63796 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago ada/9911
bosch [Tue, 4 Mar 2003 20:14:59 +0000 (20:14 +0000)]
ada/9911
* a-except.adb (Unwind_RaiseException): Import a GNAT specific
wrapper, which name remains constant whatever underlying GCC
scheme.

* raise.c (__gnat_Unwind_RaiseException): New wrappers, providing
the stable interface needed for a-except.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63795 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * configure.in: Don't always define TARGET_SYSTEM_ROOT.
drow [Tue, 4 Mar 2003 19:44:09 +0000 (19:44 +0000)]
* configure.in: Don't always define TARGET_SYSTEM_ROOT.
* configure: Regenerated.
* gcc.c: Check whether TARGET_SYSTEM_ROOT is defined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63793 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * configure.in: Include $(build_tooldir)/sys-include in
drow [Tue, 4 Mar 2003 19:43:35 +0000 (19:43 +0000)]
* configure.in: Include $(build_tooldir)/sys-include in
FLAGS_FOR_TARGET.
* configure: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63792 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * gcc.dg/sh-relax.c: Disable for sh64-*-*.
amylaar [Tue, 4 Mar 2003 19:40:34 +0000 (19:40 +0000)]
* gcc.dg/sh-relax.c: Disable for sh64-*-*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63791 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoOops forgot to commit ChangeLog for:
aj [Tue, 4 Mar 2003 18:01:16 +0000 (18:01 +0000)]
Oops forgot to commit ChangeLog for:

* configure.in: Check for <memcheck.h>.
        * configure: Regenerated.

* config.in: Define HAVE_MEMCHECK_H.

* ggc-common.c: Use <memcheck.h> if available instead of
<valgrind.h>.
* ggc-page.c: Likewise.
* cppfiles.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63790 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * configure.in: Check for <memcheck.h>.
aj [Tue, 4 Mar 2003 17:51:00 +0000 (17:51 +0000)]
* configure.in: Check for <memcheck.h>.
        * configure: Regenerated.

* config.in: Define HAVE_MEMCHECK_H.

* ggc-common.c: Use <memcheck.h> if available instead of
<valgrind.h>.
* ggc-page.c: Likewise.
* cppfiles.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63788 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-04 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 4 Mar 2003 16:22:17 +0000 (16:22 +0000)]
2003-03-04  Benjamin Kosnik  <bkoz@redhat.com>

* include/Makefile.am (allstamps): Remove stamp-std-precompile.
* include/Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63787 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/h8300/h8300.md (*extzv_8_8): Fix cc and lengths.
kazu [Tue, 4 Mar 2003 14:14:53 +0000 (14:14 +0000)]
* config/h8300/h8300.md (*extzv_8_8): Fix cc and lengths.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63784 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR c/9262
ebotcazou [Tue, 4 Mar 2003 11:06:32 +0000 (11:06 +0000)]
PR c/9262
* c-typeck.c (do_case): Attach the first case label to the SWITCH_BODY.
(c_finish_case): Rechain the next statements to the SWITCH_STMT.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63783 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * doc/invoke.texi: Document that unit-at-a-time is enabled for -O3
hubicka [Tue, 4 Mar 2003 10:30:47 +0000 (10:30 +0000)]
* doc/invoke.texi:  Document that unit-at-a-time is enabled for -O3
* toplev.c (parse_options_and_default_flags): Enable flag_unit_at_a_time
for -O3.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63782 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoMake sure I committed the right version. :-(
neroden [Tue, 4 Mar 2003 08:35:25 +0000 (08:35 +0000)]
Make sure I committed the right version. :-(

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63779 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * configure.in: Delete three unused variables. Move a variable
neroden [Tue, 4 Mar 2003 07:41:00 +0000 (07:41 +0000)]
* configure.in: Delete three unused variables.  Move a variable
definition closer to its use.  Simplify use_collect2 logic.  Start to
organize.  Simplify tests for in-tree gas and ld.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63778 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * Makefile.tpl: Always pass down RANLIB.
neroden [Tue, 4 Mar 2003 07:32:20 +0000 (07:32 +0000)]
* Makefile.tpl: Always pass down RANLIB.
* Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63777 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
neroden [Tue, 4 Mar 2003 07:27:54 +0000 (07:27 +0000)]
* Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
* Makefile.in: Regenerate.
* configure.in: Remove unused logic relating to --enable-shared
and --enable-threads.  Remove bogus comments.  Remove redundant
noconfigdirs.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63776 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * configure.in: Replace ${libstdcxx_version} by its value.
neroden [Tue, 4 Mar 2003 07:23:56 +0000 (07:23 +0000)]
* configure.in: Replace ${libstdcxx_version} by its value.
Remove reference to mh-dgux.
* configure: Regenerate.

* mh-dgux: Delete.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63775 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * Make-lang.in: Update.
neil [Tue, 4 Mar 2003 07:01:38 +0000 (07:01 +0000)]
* Make-lang.in: Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63774 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * Makefile.in: Update.
neil [Tue, 4 Mar 2003 07:00:39 +0000 (07:00 +0000)]
* Makefile.in: Update.
* c-common.c (flag_no_line_commands, flag_no_output,
flag_dump_macros, flag_dump_includes): New.
* c-common.h (flag_no_line_commands, flag_no_output,
flag_dump_macros, flag_dump_includes, preprocess_file): New.
(init_c_lex): Update prototype.
* c-lex.c (init_c_lex): Update prototype; move some code to
c_common_init.
* c-opts.c (preprocess_file): Subsume into c_common_init.
(c_common_decode_option): Update flags.
(c_common_init): Move code from preprocess_file and init_c_lex.
(sanitize_cpp_opts): Update.
* c-ppoutput.c: New, cppmain.c almost verbatim.
* cpphash.h (struct printer): Remove.
(struct cpp_reader): Remove print.
* cpplib.h (dump_none, dump_only, dump_names, dump_definitions,
cpp_preprocess_file): Remove.
(struct cpp_options): Remove no_output, no_line_commands, dump_macros
and dump_includes.
* cppmain.c: Remove.
* doc/passes.texi: Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63773 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * function.c (STACK_ALIGNMENT_NEEDED): New macro. Default to 1.
danglin [Tue, 4 Mar 2003 06:20:17 +0000 (06:20 +0000)]
* function.c (STACK_ALIGNMENT_NEEDED): New macro.  Default to 1.
(assign_stack_local_1): Perform overall stack alignment only when
STACK_ALIGNMENT_NEEDED is non-zero.
* doc/tm.texi (STACK_ALIGNMENT_NEEDED): Document.

* pa.c (compute_frame_size): Rename fsize to size.  Account for
alignment to a word boundary before general register save block.  Only
account for double-word alignment before floating point register save
block if one or more are saved.  Don't allocate space for %r3 when
frame pointer is needed.
(hppa_expand_prologue): Include alignment to word boundary in local
frame size.
* pa.h (STARTING_FRAME_OFFSET): Define to 8 on both 32 and 64-bit ports.
(STACK_ALIGNMENT_NEEDED): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63771 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-03 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 4 Mar 2003 06:00:43 +0000 (06:00 +0000)]
2003-03-03  Michael Koch  <konqueror@gmx.de>

* java/net/NetworkInterface.java: Merged with classpath.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63769 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * dwarf2out.c (rtl_for_decl_location): Don't return NULL_RTX for
kevinb [Tue, 4 Mar 2003 05:58:54 +0000 (05:58 +0000)]
* dwarf2out.c (rtl_for_decl_location): Don't return NULL_RTX for
global register variables.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63768 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* gcc.c-torture/execute/20030222-1.c: New test.
aoliva [Tue, 4 Mar 2003 05:55:20 +0000 (05:55 +0000)]
* gcc.c-torture/execute/20030222-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63767 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* reload.c (reload_adjust_reg_for_mode): New function.
aoliva [Tue, 4 Mar 2003 05:54:39 +0000 (05:54 +0000)]
* reload.c (reload_adjust_reg_for_mode): New function.
(subst_reloads): Call it.
(operands_match_p): Adjust registers using HARD_REGNO_NREGS.
* reload.h (reload_adjust_reg_for_mode): Declare.
* reload1.c (emit_input_reload_insns, emit_output_reload_insns):
Call it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63766 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-03 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 4 Mar 2003 05:51:50 +0000 (05:51 +0000)]
2003-03-03  Benjamin Kosnik  <bkoz@redhat.com>

        * testsuite/abi_check.cc (report_symbol_info): Add version info.

        * config/linker-map.gnu: Hide more stuff.
        * include/Makefile.am: Cleanups.
        * include/Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63765 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-03 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 4 Mar 2003 05:23:56 +0000 (05:23 +0000)]
2003-03-03  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/abi_check.cc (report_symbol_info): Add version info.

* config/linker-map.gnu: Hide more stuff.
* include/Makefile.am: Cleanups.
* include/Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63764 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
wilson [Tue, 4 Mar 2003 04:30:51 +0000 (04:30 +0000)]
* gcc.dg/m68k-slp-ice.c: New test for PR c/7872.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63763 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * optabs.c (add_equal_note): Delete SUBREG_REG use.
wilson [Tue, 4 Mar 2003 04:25:51 +0000 (04:25 +0000)]
* optabs.c (add_equal_note): Delete SUBREG_REG use.
Fixes PR c/7872.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63762 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * cplus-dem.c: Add license exception to copyright notice.
mmitchel [Tue, 4 Mar 2003 02:57:16 +0000 (02:57 +0000)]
* cplus-dem.c: Add license exception to copyright notice.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63760 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/h8300/h8300.md (*ixorsi3_ashift_16): New.
kazu [Tue, 4 Mar 2003 01:22:01 +0000 (01:22 +0000)]
* config/h8300/h8300.md (*ixorsi3_ashift_16): New.
(*ixorsi3_lshiftrt_16): New.
(*iorsi3_ashift_16): Remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63756 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/h8300/h8300.md (*extzv_8_8): Use '?' to simplify the
kazu [Tue, 4 Mar 2003 01:14:51 +0000 (01:14 +0000)]
* config/h8300/h8300.md (*extzv_8_8): Use '?' to simplify the
pattern.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63755 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * decl.c (finish_enum): Do set the type in a template. Simplify.
jason [Tue, 4 Mar 2003 01:13:38 +0000 (01:13 +0000)]
    * decl.c (finish_enum): Do set the type in a template. Simplify.
        * pt.c (tsubst_enum, tsubst_copy): Revert last patch.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63754 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Tue, 4 Mar 2003 00:17:04 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63751 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * verify.cc (handle_jsr_insn): Don't fail if `jsr' appears at end
tromey [Mon, 3 Mar 2003 23:25:52 +0000 (23:25 +0000)]
* verify.cc (handle_jsr_insn): Don't fail if `jsr' appears at end
of bytecode.
(handle_ret_insn): Fail if returning to jsr that appears at end of
bytecode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63744 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * doc/install.texi (Specific): Update entry for powerpc-darwin.
geoffk [Mon, 3 Mar 2003 23:20:58 +0000 (23:20 +0000)]
* doc/install.texi (Specific): Update entry for powerpc-darwin.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63742 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agotabify
jason [Mon, 3 Mar 2003 22:45:17 +0000 (22:45 +0000)]
tabify

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63740 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/ia64/ia64.h (HAVE_AS_LTOFFX_LDXMOV_RELOCS): Default to 0.
rth [Mon, 3 Mar 2003 22:10:44 +0000 (22:10 +0000)]
    * config/ia64/ia64.h (HAVE_AS_LTOFFX_LDXMOV_RELOCS): Default to 0.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63739 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/rs6000/rs6000.c (rs6000_multipass_dfa_lookahead): Delete.
dje [Mon, 3 Mar 2003 21:57:25 +0000 (21:57 +0000)]
    * config/rs6000/rs6000.c (rs6000_multipass_dfa_lookahead): Delete.
        (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Delete.
        (rs6000_variable_issue): Do not return negative value.
        (rs6000_issue_rate): Uniformly set issue rate to 1 for first
        scheduling pass.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63736 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR c++/9878
mmitchel [Mon, 3 Mar 2003 21:55:25 +0000 (21:55 +0000)]
PR c++/9878
* call.c (convert_class_to_reference): Correct conversion
sequences.
(reference_binding): Add ref_bound_directly_to_rvalue_p parameter.
(implicit_conversion): Adjust call to reference_binding.
(add_candidate): Change type of candidates parameter.
(add_function_candidate): Likewise.
(add_conv_candidate): Likewise.
(build_builtin_candidate): Likewise.
(add_builtin_candidate): Likewise.
(add_builtin_candidates): Likewise.
(add_template_candidate_real): Likewise.
(add_template_candidate): Likewise.
(add_template_conv_candidate): Likewise.
(build_user_type_conversion_1): Adjust accordingly.
(build_object_call): Likewise.
(build_conditional_expr): Likewise.
(add_candidates): Likewise.
(build_new_op): Likewise.
(convert_like_real): Use USER_CONV_CAND.  Use build_nop.
(build_new_method_call): Adjust calls to add_function_candidate.
(make_temporary_var_for_ref_to_temp): New function.
(initialize_reference): Add decl parameter.
* class.c (build_rtti_vtbl_entries): Use build_address and
build_nop.
* cp-tree.h (initialize_reference): Change prototype.
(make_temporary_var_for_ref_to_temp): New function.
(build_type_conversion): Change prototype.
(build_address): New function.
(build_nop): Likewise.
* cvt.c (cp_convert_to_pointer): Adjust call to
build_type_conversion.  Avoid indicating redundant NOP_EXPRs.
Use build_nop.
(convert_to_pointer_force): Use build_nop.
(build_up_reference): Use make_temporary_var_for_ref_to_temp.
(convert_to_reference): Adjust call to build_type_conversion.
(ocp_convert): Likewise.
(build_type_conversion): Remove for_sure parameter.
* decl.c (grok_reference_init): Use initialize_reference.
* typeck.c (build_address): New function.
(build_nop): Likewise.
(build_unary_op): Use them.
(build_ptrmemfunc): Tidy slightly.
(convert_for_initialization): Adjust call to
initialize_reference.
* typeck2.c (store_init_value): Remove #if 0'd code.

PR c++/9878
* g++.dg/init/ref1.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63735 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * dwarf2out.c (dwarf2out_finish): Swap order of break_out_includes and
rakdver [Mon, 3 Mar 2003 21:37:11 +0000 (21:37 +0000)]
* dwarf2out.c (dwarf2out_finish): Swap order of break_out_includes and
prune_unused_types calls.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63734 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * tree-inline.c (find_builtin_longjmp_call): Save and restore
jason [Mon, 3 Mar 2003 21:28:23 +0000 (21:28 +0000)]
    * tree-inline.c (find_builtin_longjmp_call): Save and restore
        lineno and input_filename.
        (find_alloca_call): Likewise.
        (inlinable_function_p): Run the langhook earlier.

        * calls.c (compute_argument_addresses): Give the new MEMs a
        minimum alignment of PARM_BOUNDARY.
cp/
        * decl.c (start_function): Clear DECL_NUM_STMTS.

        * class.c (get_vtable_decl): Use vtbl_type_node.
        (build_primary_vtable): Check for it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63733 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoFix sh-elf linker relaxation:
amylaar [Mon, 3 Mar 2003 20:57:19 +0000 (20:57 +0000)]
Fix sh-elf linker relaxation:

gcc:
* config/sh/sh.h (EXTRA_SPECS): Add subtarget_asm_relax_spec and
subtarget_asm_isa_spec.
(SUBTARGET_ASM_RELAX_SPEC, SUBTARGET_ASM_ISA_SPEC): Define.
(ASM_SPEC): Define as SH_ASM_SPEC.
(SH_ASM_SPEC): New; take the role of ASM_SPEC, but safe from svr4.h.
Use subtarget_asm_relax_spec and subtarget_asm_isa_spec.
* config/sh/elf.h (ASM_SPEC): Use SH_ASM_SPEC.
(SUBTARGET_ASM_ISA_SPEC): Undef / define.
gcc/testsuite:
gcc.dg/sh-relax.c: New test.

include/elf:
* sh.h (EF_SH_MERGE_MACH): Make sure SH2E & SH3/SH3E merge to SH3E,
and SH2E & SH4 merge to SH4, not SH2E.

gas:
* config/tc-sh.c (sh_dsp): Replace with preset_target_arch.
(md_begin): Use preset_target_arch.
(md_longopts): Make isa option unconditional.
(md_parse_option): Make OPTION_DSP and OPTION_ISA sh4 / any
set preset_target_arch.
(md_apply_fix3): If BFD_ASSEMBLER, adjust SWITCH_TABLE fixups
by -S_GET_VALUE  (fixP->fx_subsy).
(tc_gen_reloc): For SWITCH_TABLE fixups, the symbol is fixp->fx_subsy,
and the addend is 0.
Adjust addend of R_SH_IND12W relocations by fixp->fx_offset - 4.
* config/tc-sh.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.

bfd:
elf32-sh.c (sh_elf_howto_tab): Make R_SH_IND12W into an ordinary
relocation (no special function), and make it non-partial_inplace.
(sh_elf_relax_section): When creating a bsr, use a consistent value
no matter if the symbol is extern or not;  set addend to -4.
Don't swap load / non-load instructions for SH4.
(sh_elf_relax_delete_bytes): In R_SH_IND12W case, check the offset
rather than if the symbol is external to determine if adjusting the
offset makes sense.  Adjust the addend too if appropriate.
(sh_elf_relocate_section): In R_SH_IND12W, don't fiddle with the
relocation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63732 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoAdd myself to the write-after-approval list.
kevinb [Mon, 3 Mar 2003 20:26:10 +0000 (20:26 +0000)]
Add myself to the write-after-approval list.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63731 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-03 H.J. Lu <hjl@gnu.org>
hjl [Mon, 3 Mar 2003 20:09:38 +0000 (20:09 +0000)]
2003-03-03  H.J. Lu <hjl@gnu.org>

* gcc_build: Use $GCC_CVS/$CVS instead of cvs.
* gcc_update: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63730 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * sh.h (OVERRIDE_OPTIONS): Set default values for align_loops
amylaar [Mon, 3 Mar 2003 19:50:38 +0000 (19:50 +0000)]
* sh.h (OVERRIDE_OPTIONS): Set default values for align_loops
and align_jumps if not set.
Force align_jumps to be at least 2.
When relaxing, force align_functions to be at least the maximum of
align_loops, align_jumps and 4.
* sh.c (find_barrier, barrier_align): Honour align_jumps_log.
(sh_loop_align): Honour align_loops_log.

* sh.md (length attribute): Use prev_nonnote_insn instead of PREV_INSN
to check for indirect_jump_scratch.
(indirect_jump_scratch): Add second set.
* sh.c (output_far_jump): Use prev_nonnote_insn instead of PREV_INSN
when looking for indirect_jump_scratch.
Extract scratch register taking new structure of indirect_jump_scratch
into account.
(gen_block_redirect): Set INSN_SCOPE for indirect_jump_scratch.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63728 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-03 Hans Boehm <Hans.Boehm@hp.com>
hboehm [Mon, 3 Mar 2003 19:34:11 +0000 (19:34 +0000)]
2003-03-03  Hans Boehm  <Hans.Boehm@hp.com>
* mark_rts.c (GC_cond_register_dynamic_libraries): add.
(GC_push_roots): explicitly mark free list headers, register
dynamic libraries only if !REGISTER_LIBRARIES_EARLY.
* alloc.c (GC_stopped_mark): Conditionally call
GC_cond_register_dynamic_libraries().
(GC_collect_a_little_inner, GC_try_to_collect_inner): Check GC_dont_gc.
* dyn_load.c (GC_register_main_static_data): define.
(GC_register_dyn_libraries (Linux /proc, Linux ELF versions)):
no longer skip main data.
* misc.c (GC_REGISTER_MAIN_STATIC_DATA): define.
(GC_init_inner): Make main data registration conditional.
* include/private/gc_priv.h (GC_register_main_static_data): declare.
* include/private/gcconfig.h (REGISTER_LIBRARIES_EARLY): define
for LINUX.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63727 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * gcc.c-torture/compile/20010327-1.c: Back out last change. Add
geoffk [Mon, 3 Mar 2003 19:02:28 +0000 (19:02 +0000)]
* gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
comment explaining purpose of testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63726 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * calls.c (rtx_for_function_call): Take the address as an argument
hubicka [Mon, 3 Mar 2003 18:27:09 +0000 (18:27 +0000)]
* calls.c (rtx_for_function_call): Take the address as an argument
(expand_call): Do not modify the expression.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63725 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * toplev.c (rest_of_compilation): Avoid cfg_cleanup calls when not
hubicka [Mon, 3 Mar 2003 18:08:17 +0000 (18:08 +0000)]
* toplev.c (rest_of_compilation):  Avoid cfg_cleanup calls when not
optimizing.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63723 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-03 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 3 Mar 2003 14:36:48 +0000 (14:36 +0000)]
2003-03-03  Michael Koch  <konqueror@gmx.de>

* Makefile.am
(ordinary_java_source_files):
Added gnu/java/nio/MappedByteFileBuffer.java.
(nat_source_files):
Added gnu/java/nio/natMappedByteFileBuffer.cc.
* Makefile.in: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63721 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
kazu [Mon, 3 Mar 2003 14:34:09 +0000 (14:34 +0000)]
* config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
TARGET_H8300H and TARGET_H8300S.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63720 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/h8300/h8300.md (a peephole2): New.
kazu [Mon, 3 Mar 2003 12:57:10 +0000 (12:57 +0000)]
* config/h8300/h8300.md (a peephole2): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63719 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/h8300/h8300.md (*extzv_8_8): Use shorter code when
kazu [Mon, 3 Mar 2003 12:49:38 +0000 (12:49 +0000)]
* config/h8300/h8300.md (*extzv_8_8): Use shorter code when
operands[0] and operands[1] are different.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63718 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * reload1.c (reload_cse_move2add): Remove variable success.
kazu [Mon, 3 Mar 2003 12:28:39 +0000 (12:28 +0000)]
* reload1.c (reload_cse_move2add): Remove variable success.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63717 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-03 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 3 Mar 2003 08:26:52 +0000 (08:26 +0000)]
2003-03-03  Michael Koch  <konqueror@gmx.de>

* java/net/DatagramSocket.java
(connect): Merged comment from classpath.
(receive): Merged documentation from classpath.
* java/net/Socket.java
(setSoTimeout): Clarified documentation.
* java/net/URL.java
(getPath): Merged from classpath.
(getUserInfo): Merged from classpath.
(getQuery): Merged from classpath.
* java/net/URLStreamHandler.java
(toExternalForm): Merged from classpath.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63714 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-02 Aldy Hernandez <aldyh@redhat.com>
aldyh [Mon, 3 Mar 2003 05:31:32 +0000 (05:31 +0000)]
2003-03-02  Aldy Hernandez  <aldyh@redhat.com>

        * cp/decl.c (check_initializer): Check for vector_opaque_p.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63713 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Mon, 3 Mar 2003 00:17:04 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63712 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
ghazi [Sun, 2 Mar 2003 23:48:24 +0000 (23:48 +0000)]
* ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
warnings.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63704 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * libjava.mauve/xfails: Remove all AcuniaPropertiesTest failures
mark [Sun, 2 Mar 2003 22:40:00 +0000 (22:40 +0000)]
   * libjava.mauve/xfails: Remove all AcuniaPropertiesTest failures

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63702 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * java/util/Properties.java (load): Only skip line if the first
mark [Sun, 2 Mar 2003 22:36:20 +0000 (22:36 +0000)]
   * java/util/Properties.java (load): Only skip line if the first
       character is a comment, whitespaces don't count.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63700 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
ciceron [Sun, 2 Mar 2003 22:34:02 +0000 (22:34 +0000)]
* gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
for HC11/HC12 (asm needs two int registers).
* gcc.c-torture/compile/20020312-1.x: New file, don't execute on
HC11/HC12 because the test uses an asm which needs two 32-bit
registers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63697 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * configure.in (HAVE_AS_LTOFFX_LDXMOV_RELOCS): New ia64 test.
rth [Sun, 2 Mar 2003 22:15:51 +0000 (22:15 +0000)]
    * configure.in (HAVE_AS_LTOFFX_LDXMOV_RELOCS): New ia64 test.
        * config.in, configure: Rebuild.
        * config/ia64/ia64.c (ia64_ld_address_bypass_p): Accept lo_sum.
        * config/ia64/ia64.md (load_symptr): Use high/lo_sum for the
        paired ldtoffx and ldxmov annotations.
        (load_symptr_internal1): Remove.
        (load_symptr_high, load_symptr_low): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63696 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
ciceron [Sun, 2 Mar 2003 22:09:41 +0000 (22:09 +0000)]
* gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
for HC11/HC12 (array is too large otherwise).
* gcc.c-torture/compile/920501-4.x: New file, likewise.
* gcc.c-torture/compile/20010518-2.x: Likewise.
* gcc.c-torture/compile/980506-1.x: Don't execute this test on
HC11/HC12 (array is too large).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63693 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * c-incpath.c (add_path): Fix sysp assignment.
neil [Sun, 2 Mar 2003 22:09:29 +0000 (22:09 +0000)]
* c-incpath.c (add_path): Fix sysp assignment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63692 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-02 Michael Koch <konqueror@gmx.de>
mkoch [Sun, 2 Mar 2003 21:25:59 +0000 (21:25 +0000)]
2003-03-02  Michael Koch  <konqueror@gmx.de>

* java/net/NetPermission.java:
Merged copyright with classpath.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63690 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-02 Michael Koch <konqueror@gmx.de>
mkoch [Sun, 2 Mar 2003 21:20:26 +0000 (21:20 +0000)]
2003-03-02  Michael Koch  <konqueror@gmx.de>

* java/lang/Package.java:
Remerged from classpath.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63689 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-02 Kurt Garloff <garloff@suse.de>
geoffk [Sun, 2 Mar 2003 21:18:16 +0000 (21:18 +0000)]
2003-03-02  Kurt Garloff  <garloff@suse.de>

* params.def: Introduce parameter max-inline-insns-rtl for
a separate limit for the RTL inliner.
* params.h: Likewise.
* integrate.c (function_cannot_inline_p): Use it.
* toplev.c (decode_f_option): Set multiple parameters
controlling inlining with -finline-limit.
* params.def: Fix orthographic and typographic errors.
* doc/invoke.texi: Document parameters controlling inlining
and the way -finline-limit sets multiple of them.

* tree.h (struct tree_decl): Introduce inlined_function_flag,
recording whether the function became eligible for inlining
by a compiler flag rather than the declaration.
Provide DID_INLINE_FUNC macro to access it.
* c-decl.c (grokdeclarator): Set DID_INLINE_FUNC.
* cp/decl.c (grokfndecl): Likewise.
* toplev.c (rest_of_compilation): Likewise.
* cp/optimize (maybe_clone_body): Copy DID_INLINE_FUNC.
* print-tree.c (print_node): Report it.
* params.def: Introduce new max-inline-insns-auto limit.
* params.h: Likewise.
* tree-inline.c (inlinable_function_p): Apply it to functions
with DID_INLINE_FUNC set.
* toplev.c (decode_f_option): Initialize it from -finline-limit
value.
* doc/invoke.texi: Document new parameter.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63688 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
aj [Sun, 2 Mar 2003 21:08:51 +0000 (21:08 +0000)]
* gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
gnat_ug_wnt.texi: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63687 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoRemoved accidentical commits.
mkoch [Sun, 2 Mar 2003 21:06:53 +0000 (21:06 +0000)]
Removed accidentical commits.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63686 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-02 Michael Koch <konqueror@gmx.de>
mkoch [Sun, 2 Mar 2003 21:02:36 +0000 (21:02 +0000)]
2003-03-02  Michael Koch  <konqueror@gmx.de>

* java/lang/Package.java: Little merge with libgcj.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63685 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * fix-header.c (read_scan_file): Don't reference simplify_path.
geoffk [Sun, 2 Mar 2003 21:02:16 +0000 (21:02 +0000)]
* fix-header.c (read_scan_file): Don't reference simplify_path.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63684 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
ciceron [Sun, 2 Mar 2003 20:35:32 +0000 (20:35 +0000)]
* config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
min/max instructions by default as may result in reload errors.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63682 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/m68hc11/m68hc11.md ("mulqi3"): Allow address register to
ciceron [Sun, 2 Mar 2003 20:19:20 +0000 (20:19 +0000)]
* config/m68hc11/m68hc11.md ("mulqi3"): Allow address register to
avoid reload problems; define split for it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63680 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2003-03-02 Michael Koch <konqueror@gmx.de>
mkoch [Sun, 2 Mar 2003 20:11:13 +0000 (20:11 +0000)]
2003-03-02  Michael Koch  <konqueror@gmx.de>

* java/net/HttpURLConnection.java
(HTTP_SERVER_ERROR): Deprecated.
* java/net/MulticastSocket.java
(send): Replaced checkMulticast with appropriate checkPermission call,
deprecated.
* java/net/URLDecoder.java
(decode): Deprecated.
* java/net/URLEncoder.java
(encode): Deprecated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63679 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/m68hc11/m68hc11.c (m68hc11_shift_operator): New function.
ciceron [Sun, 2 Mar 2003 20:04:27 +0000 (20:04 +0000)]
* config/m68hc11/m68hc11.c (m68hc11_shift_operator): New function.
* config/m68hc11/m68hc11-protos.h (m68hc11_shift_operator): Declare.
* config/m68hc11/m68hc11.h (PREDICATE_CODES): Register.
* config/m68hc11/m68hc11.md ("rotrhi3", "rotlhi3"): New patterns for
rotatert and rotate.
("rotrhi3_const", "rotlhi3_const"): Rename of old 'rotrhi3' insns.
("*rotrhi3", "*rotlhi3"): New insn pattern for non-const rotatert.
("*rotrhi3_addr"): New split for shift insns on address register.
("*lshrhi3", "*ashrhi3", "*ashlhi3_2"): Use new split.
* config/m68hc11/larith.asm (___rotlhi3): New asm function.
(___rotrhi3): Likewise.
* config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build them.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63677 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * toplev.c (aux_base_name): Moved from toplev.h.
neil [Sun, 2 Mar 2003 20:00:36 +0000 (20:00 +0000)]
* toplev.c (aux_base_name): Moved from toplev.h.
(filename): Constify.
(lang_dependent_init): Don't duplicate name.
(process_options): Set aux_base_name here, not...
(do_compile): ...here.  Change protoype.
(toplev_main): Move some code from do_compile.
* toplev.h: Remove aux_base_name.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63676 138bc75d-0d04-0410-961f-82ee72b054a4