OSDN Git Service

pf3gnuchains/gcc-fork.git
22 years agoDaily bump.
gccadmin [Sun, 30 Dec 2001 08:16:40 +0000 (08:16 +0000)]
Daily bump.

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

22 years ago * gcc.c (init_gcc_spec): Do not link with static libgcc.a if
dje [Sun, 30 Dec 2001 04:11:52 +0000 (04:11 +0000)]
    * gcc.c (init_gcc_spec): Do not link with static libgcc.a if
        gcc invoked with -shared.

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

22 years ago * config/i386/i386.c (ix86_asm_dialect): Fix enum type.
grahams [Sun, 30 Dec 2001 01:34:44 +0000 (01:34 +0000)]
    * config/i386/i386.c (ix86_asm_dialect): Fix enum type.

        (override_options): Delete abs macro unused.

        (output_pic_addr_const): Use ASM_ATT/ASM_INTEL enumerations
        when testing ASSEMBLER_DIALECT.

        (print_reg): Likewise.
        (print_operand): Likewise.
        (print_operand_address): Likewise.
        (print_operand): abort if ASSEMBLER_DIALECT is unknown dialect.

        * config/i386/i386.h (ix86_asm_dialect): Fix enum type.

        (FIND_BASE_TERM): Fix typo.

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

22 years agoFix typo in last change.
kenner [Sun, 30 Dec 2001 01:30:56 +0000 (01:30 +0000)]
Fix typo in last change.

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

22 years ago * config/i386/i386.c (ix86_asm_dialect): Fix enum type.
grahams [Sun, 30 Dec 2001 01:29:25 +0000 (01:29 +0000)]
    * config/i386/i386.c (ix86_asm_dialect): Fix enum type.

        (override_options): Delete abs macro unused.

        (output_pic_addr_const): Use ASM_ATT/ASM_INTEL enumerations
        when testing ASSEMBLER_DIALECT.

        (print_reg): Likewise.
        (print_operand): Likewise.
        (print_operand_address): Likewise.
        (print_operand): abort if ASSEMBLER_DIALECT is unknown dialect.

        * config/i386/i386.h (ix86_asm_dialect): Fix enum type.

        (FIND_BASE_TERM): Fix typo.

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

22 years ago * expr.c (store_field): Use adjust_address, not PUT_MODE.
kenner [Sat, 29 Dec 2001 21:35:02 +0000 (21:35 +0000)]
* expr.c (store_field): Use adjust_address, not PUT_MODE.
(expand_expr, case VIEW_CONVERT_EXPR): Likewise.
* reload1.c (eliminate_regs, case SUBREG): Likewise, but use
adjust_address_nv.
* varasm.c (make_decl_rtl): Likewise.
* integrate.c (copy_rtx_and_substitute, case MEM): Likewise, but use
replace_equiv_address_nv.

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

22 years ago * varasm.c (decode_addr_const, case INTEGER_CST): Call
kenner [Sat, 29 Dec 2001 21:17:50 +0000 (21:17 +0000)]
* varasm.c (decode_addr_const, case INTEGER_CST): Call
output_constant_def instead of looking at TREE_CST_RTL.

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

22 years ago * expr.c (convert_move): If -fforce-mem, force FROM to not be memory.
kenner [Sat, 29 Dec 2001 21:05:22 +0000 (21:05 +0000)]
* expr.c (convert_move): If -fforce-mem, force FROM to not be memory.

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

22 years ago * stor-layout.c (layout_decl): Don't misalign field of variable size
kenner [Sat, 29 Dec 2001 21:00:51 +0000 (21:00 +0000)]
* stor-layout.c (layout_decl): Don't misalign field of variable size
for packed record.

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

22 years ago * dwarf2out.c (compute_section_prefix): Avoid cast warning.
kenner [Sat, 29 Dec 2001 20:56:08 +0000 (20:56 +0000)]
* dwarf2out.c (compute_section_prefix): Avoid cast warning.
(gen_decl_die): Only check DECL_IGNORED_P on decls.
(dwarf2out_decl): Check for DECL_IGNORED_P only when needed.

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

22 years ago * cfglayout.c (insert_intra_before_1): New.
jakub [Sat, 29 Dec 2001 20:01:15 +0000 (20:01 +0000)]
* cfglayout.c (insert_intra_before_1): New.
(insert_inter_bb_scope_notes): Emit sibling block notes which don't
span multiple basic blocks.

* gcc.dg/debug-3.c: New test.
* gcc.dg/debug-4.c: New test.
* gcc.dg/debug-5.c: New test.

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

22 years ago * config/os/hpux/bits/os_defines.h: Don't define __glibcpp_long_bits.
rth [Sat, 29 Dec 2001 19:18:32 +0000 (19:18 +0000)]
    * config/os/hpux/bits/os_defines.h: Don't define __glibcpp_long_bits.
        * config/os/hpux/bits/cpu_limits.h: New file.
        * configure.target (CPULIMITSH): Use it.

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

22 years ago * g++.dg/eh/loop1.C: New.
rth [Sat, 29 Dec 2001 18:56:13 +0000 (18:56 +0000)]
    * g++.dg/eh/loop1.C: New.

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

22 years ago * loop.c (prescan_loop): Set has_multiple_exit_targets for exception
rth [Sat, 29 Dec 2001 18:46:38 +0000 (18:46 +0000)]
    * loop.c (prescan_loop): Set has_multiple_exit_targets for exception
        edges.  Rearrange jump interpretation code to use pc_set.
        (check_dbra_loop): Examine has_multiple_exit_targets not exit_count.

        * sched-deps.c (sched_analyze_insn): Set scheduling barrier for
        all insns that can throw, not just if flag_non_call_exceptions.

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

22 years agoOops, wrong tree, sorry
hubicka [Sat, 29 Dec 2001 17:33:35 +0000 (17:33 +0000)]
Oops, wrong tree, sorry

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

22 years agoTemoporarily disable broken verify flow info.
hubicka [Sat, 29 Dec 2001 17:30:10 +0000 (17:30 +0000)]
Temoporarily disable broken verify flow info.

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

22 years agocp:
nathan [Sat, 29 Dec 2001 17:24:59 +0000 (17:24 +0000)]
cp:
* call.c (build_user_type_conversion_1): Use my_friendly_assert
rather than if ... abort.
* cvt.c (convert_to_reference): Likewise.
* semantics.c (setup_vtbl_ptr): Likewise.
* pt.c (lookup_template_class): Comment typo.

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

22 years agocp:
nathan [Sat, 29 Dec 2001 17:12:55 +0000 (17:12 +0000)]
cp:
PR c++/5125
* pt.c (push_template_decl_real): Make sure DECL has
DECL_LANG_SPECIFIC.
testsuite:
* g++.dg/template/crash1.C: New test.

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

22 years agocp:
nathan [Sat, 29 Dec 2001 17:10:10 +0000 (17:10 +0000)]
cp:
PR c++/335
* init.c (resolve_offset_ref): Copy cv qualifiers of this pointer
for non-reference fields.
* typeck.c (require_complete_type): Use resolve_offset_ref).
testsuite:
* g++.dg/other/const1.C: New test.

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

22 years ago * objc/objc-act.c (STRING_OBJECT_CLASS_NAME): Remove.
shebs [Sat, 29 Dec 2001 16:16:51 +0000 (16:16 +0000)]
    * objc/objc-act.c (STRING_OBJECT_CLASS_NAME): Remove.
        (default_constant_string_class_name): New global.
        (objc_init): Set it.
        (synth_module_prologue): Use it.

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

22 years ago * objc/objc-act.c: Apply various cosmetic and formatting changes.
shebs [Sat, 29 Dec 2001 14:56:36 +0000 (14:56 +0000)]
    * objc/objc-act.c: Apply various cosmetic and formatting changes.

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

22 years ago * gcc.c-torture/compile/20011229-1.c: New test.
hp [Sat, 29 Dec 2001 10:36:50 +0000 (10:36 +0000)]
* gcc.c-torture/compile/20011229-1.c: New test.

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

22 years ago * config/rs6000/darwin-tramp.asm: Fix comment formatting.
kazu [Sat, 29 Dec 2001 09:07:56 +0000 (09:07 +0000)]
* config/rs6000/darwin-tramp.asm: Fix comment formatting.
* config/rs6000/freebsd.h: Likewise.
* config/rs6000/rs6000.c: Likewise.
* config/sh/sh.c: Likewise.
* config/sh/sh.h: Likewise.

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

22 years agoDaily bump.
gccadmin [Sat, 29 Dec 2001 08:16:09 +0000 (08:16 +0000)]
Daily bump.

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

22 years ago * gen-table.pl: Don't process characters after \uffff. Added
tromey [Sat, 29 Dec 2001 04:31:10 +0000 (04:31 +0000)]
* gen-table.pl: Don't process characters after \uffff.  Added
comment pointing to input file.

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

22 years ago * config/cpu/ia64/bits/cpu_limits.h: New file.
rth [Sat, 29 Dec 2001 01:19:51 +0000 (01:19 +0000)]
    * config/cpu/ia64/bits/cpu_limits.h: New file.
        * config/os/osf/osf5.0/bits/cpu_limits.h: New file.
        * configure.target (CPULIMITSH): Use them.

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

22 years ago * lib/objc-torture.exp: Resync with c-torture.exp.
shebs [Fri, 28 Dec 2001 23:33:57 +0000 (23:33 +0000)]
* lib/objc-torture.exp: Resync with c-torture.exp.
* lib/objc.exp: Load standard libraries.

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

22 years ago * objc/objc-act.c (build_module_descriptor): Make sure the init
shebs [Fri, 28 Dec 2001 23:22:05 +0000 (23:22 +0000)]
* objc/objc-act.c (build_module_descriptor): Make sure the init
function is not deferred.
(build_dispatch_table_initializer): Compute the method encoding if
not already done.

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

22 years ago * doc/md.texi: Add @findex define_insn_and_split.
kazu [Fri, 28 Dec 2001 23:03:33 +0000 (23:03 +0000)]
* doc/md.texi: Add @findex define_insn_and_split.

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

22 years ago * gen-table.pl: Const-ify output. Document the location of a
ghazi [Fri, 28 Dec 2001 22:27:29 +0000 (22:27 +0000)]
* gen-table.pl: Const-ify output.  Document the location of a
suitable unicode input file.

* chartables.h: Regenerate.

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

22 years ago2001-12-28 Phil Edwards <pme@gcc.gnu.org>
pme [Fri, 28 Dec 2001 22:23:55 +0000 (22:23 +0000)]
2001-12-28  Phil Edwards  <pme@gcc.gnu.org>

* include/bits/c++config:  Move doxygen hook comment...
* docs/doxygen/doxygroups.cc:  ...to here.

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

22 years ago * config/ia64/linux.h (MD_FALLBACK_FRAME_STATE_FOR): New.
rth [Fri, 28 Dec 2001 22:15:41 +0000 (22:15 +0000)]
    * config/ia64/linux.h (MD_FALLBACK_FRAME_STATE_FOR): New.
        * config/ia64/unwind-ia64.c (uw_init_context_1): Redo sp, psp,
        bsp setup.  Set pri_unat_loc to something reasonable.
        (uw_install_context): Add missing cast.
        (unw_access_gr): Fix off-by-1 indexing error.

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

22 years ago2001-12-28 Phil Edwards <pme@gcc.gnu.org>
pme [Fri, 28 Dec 2001 21:57:47 +0000 (21:57 +0000)]
2001-12-28  Phil Edwards  <pme@gcc.gnu.org>

PR libstdc++/2054
* include/bits/stl_algo.h (lower_bound):  Relax concept checks.
* testsuite/ext/concept_checks.cc:  New file.

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

22 years ago2001-12-28 Paolo Carlini <pcarlini@unitus.it>
paolo [Fri, 28 Dec 2001 18:46:54 +0000 (18:46 +0000)]
2001-12-28  Paolo Carlini  <pcarlini@unitus.it>

        * include/bits/stl_algo.h (count returning void,
        count_if returning void, __random_sample, random_sample,
        random_sample_n, __is_heap, is_heap, is_sorted):  Move to...
        * include/ext/algorithm:  ...here, new file.
* include/Makefile.am (ext_headers):  Add new file.
        * include/Makefile.in:  Regenerate.
* testsuite/ext/headers.cc:  Include <ext/algorithm>.

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

22 years ago * except.c: Fix comment formatting.
kazu [Fri, 28 Dec 2001 18:17:54 +0000 (18:17 +0000)]
* except.c: Fix comment formatting.
* flags.h: Likewise.
* flow.c: Likewise.
* predict.c: Likewise.
* simplify-rtx.c: Likewise.
* system.h: Likewise.
* vmsdbg.h: Likewise.
* vmsdbgout.c: Likewise.

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

22 years ago * config/h8300/h8300.md: Fix formatting.
kazu [Fri, 28 Dec 2001 18:00:23 +0000 (18:00 +0000)]
* config/h8300/h8300.md: Fix formatting.

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

22 years ago * varasm.c (record_constant_1): Correct parameter to recursive
geoffk [Fri, 28 Dec 2001 17:57:50 +0000 (17:57 +0000)]
* varasm.c (record_constant_1): Correct parameter to recursive
call in default case.

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

22 years agoFix whitespace in and around comment.
kenner [Fri, 28 Dec 2001 16:24:12 +0000 (16:24 +0000)]
Fix whitespace in and around comment.

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

22 years ago2001-12-28 Paolo Carlini <pcarlini@unitus.it>
paolo [Fri, 28 Dec 2001 14:00:18 +0000 (14:00 +0000)]
2001-12-28  Paolo Carlini  <pcarlini@unitus.it>
            Nathan Myers  <ncm@cantrip.org>

* include/bits/basic_string.h (insert(__pos, __s, __n)):
Optimize by avoiding temporaries and working in-place when possible.
(insert(__pos1, __str)): Call insert(__pos1, __str, __pos2, __n).
(insert(__pos1, __str, __pos2, __n)): Call insert(__pos, __s, __n).
* testsuite/21_strings/insert.cc (test02): New testcases.

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

22 years ago * config/sparc/sparc.h (ASM_PREFERRED_EH_DATA_FORMAT,
jakub [Fri, 28 Dec 2001 09:55:14 +0000 (09:55 +0000)]
* config/sparc/sparc.h (ASM_PREFERRED_EH_DATA_FORMAT,
ASM_OUTPUT_DWARF_PCREL): Define.
* config/sparc/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
* configure.in (HAVE_AS_SPARC_UA_PCREL): Check whether as supports
.uaword %r_disp32() and linker handles it correctly.
* configure, config.in: Rebuilt.

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

22 years ago * c-typeck.c (store_init_value): If initializing object with array
jakub [Fri, 28 Dec 2001 09:51:20 +0000 (09:51 +0000)]
* c-typeck.c (store_init_value): If initializing object with array
type of unknown size by a compound literal, set object's size from
compound literal size.
* doc/extend.texi (Compound Literals): Adjust documentation.

* gcc.dg/gnu89-init-1.c: Adjust for the new behaviour, add some
additional tests.

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

22 years ago * real.c (etoe113, toe113): Ifndef INTEL_EXTENDED_IEEE_FORMAT.
rth [Fri, 28 Dec 2001 09:23:05 +0000 (09:23 +0000)]
    * real.c (etoe113, toe113): Ifndef INTEL_EXTENDED_IEEE_FORMAT.
        (endian): Clear word 3 for INTEL_EXTENDED_IEEE_FORMAT.
        (etartdouble): Invoke etoe64 for INTEL_EXTENDED_IEEE_FORMAT.
        * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Don't special case
        INTEL_EXTENDED_IEEE_FORMAT.

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

22 years agoDaily bump.
gccadmin [Fri, 28 Dec 2001 08:16:10 +0000 (08:16 +0000)]
Daily bump.

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

22 years ago * combine.c (try_combine): Mask off sign bits when combining
geoffk [Fri, 28 Dec 2001 07:52:44 +0000 (07:52 +0000)]
* combine.c (try_combine): Mask off sign bits when combining
stores to the low and high parts of a two-word value.

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

22 years ago * expr.c (expand_expr): Don't mark memory for non-constants as
geoffk [Fri, 28 Dec 2001 07:51:59 +0000 (07:51 +0000)]
* expr.c (expand_expr): Don't mark memory for non-constants as
constant.

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

22 years ago * integrate.c (copy_rtx_and_substitute, case MEM): If inlining
kenner [Fri, 28 Dec 2001 01:46:22 +0000 (01:46 +0000)]
* integrate.c (copy_rtx_and_substitute, case MEM): If inlining
and not for LHS, clear RTX_UNCHANGING_P.

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

22 years ago cppfiles.c (stack_include_files): Don't translate <stdin>.
pthomas [Fri, 28 Dec 2001 00:09:47 +0000 (00:09 +0000)]
cppfiles.c (stack_include_files): Don't translate <stdin>.

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

22 years ago * builtins.c (expand_builtin_memcmp): Optimize memcmp built-in
rth [Thu, 27 Dec 2001 23:34:31 +0000 (23:34 +0000)]
    * builtins.c (expand_builtin_memcmp): Optimize memcmp built-in
        when all arguments are known constant.  Fixes PR opt/3508.

        * gcc.c-torture/execute/string-opt-16.c: New testcase.

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

22 years ago * config/h8300/h8300.md (two anonymous patterns): Remove.
kazu [Thu, 27 Dec 2001 22:43:59 +0000 (22:43 +0000)]
* config/h8300/h8300.md (two anonymous patterns): Remove.

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

22 years ago * haifa-sched.c (reemit_other_notes): New.
rth [Thu, 27 Dec 2001 22:19:59 +0000 (22:19 +0000)]
    * haifa-sched.c (reemit_other_notes): New.
        (schedule_block): Use it.
        * sched-ebb.c (schedule_ebbs): Call remove_unnecessary_notes.
        * sched-rgn.c (schedule_insns): Likewise.
        * cfglayout.c (remove_scope_notes): Handle removing note at
        the end of the insn chain.
        * function.c (debug_find_var_in_block_tree): New.

        * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.

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

22 years ago2001-12-27 Phil Edwards <pme@gcc.gnu.org>
pme [Thu, 27 Dec 2001 21:51:28 +0000 (21:51 +0000)]
2001-12-27  Phil Edwards  <pme@gcc.gnu.org>

* testsuite/testsuite_hooks.h (gnu_counting_struct):  Add.
* testsuite/23_containers/deque_ctor.cc:  New file.

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

22 years agoFix typo in 2001-12-26 entry
hp [Thu, 27 Dec 2001 21:10:43 +0000 (21:10 +0000)]
Fix typo in 2001-12-26 entry

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

22 years ago2001-12-27 Alan Modra <amodra@bigpond.net.au>
dje [Thu, 27 Dec 2001 17:59:21 +0000 (17:59 +0000)]
2001-12-27  Alan Modra  <amodra@bigpond.net.au>
            David Edelsohn  <edelsohn@gnu.org>

        * config/rs6000/linux64.h (ASM_DECLARE_FUNCTION_NAME): Simplify.

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

22 years ago * toplev.c (independent_decode_option): Re-add -aux-info option
jakub [Thu, 27 Dec 2001 17:22:00 +0000 (17:22 +0000)]
* toplev.c (independent_decode_option): Re-add -aux-info option
handling.

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

22 years ago * integrate.c (copy_insn_notes): Don't adjust REG_EH_REGION note
kenner [Thu, 27 Dec 2001 14:57:17 +0000 (14:57 +0000)]
* integrate.c (copy_insn_notes): Don't adjust REG_EH_REGION note
if special value.

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

22 years ago2001-12-27 Paolo Carlini <pcarlini@unitus.it>
paolo [Thu, 27 Dec 2001 12:13:23 +0000 (12:13 +0000)]
2001-12-27  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/locale_facets.tcc (collate::do_transform):
Adjust implicit typename.
* config/locale/messages_members_generic.h (messages::open,
messages::do_open, messages::do_get): Adjust implicit typename.
* config/locale/messages_members_gnu.h (messages::open,
messages::do_open, messages::do_get): Adjust Implicit typename.
* config/locale/messages_members_ieee_1003.1-200x.h (messages::open,
messages::do_open, messages::do_get): Adjust implicit typename.

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

22 years agoDaily bump.
gccadmin [Thu, 27 Dec 2001 08:16:09 +0000 (08:16 +0000)]
Daily bump.

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

22 years ago2001-12-27 Phil Edwards <pme@gcc.gnu.org>
pme [Thu, 27 Dec 2001 07:26:00 +0000 (07:26 +0000)]
2001-12-27  Phil Edwards  <pme@gcc.gnu.org>

PR libstdc++/3829
* src/misc-inst.cc:  Many additional I/O-related instantiations.
* testsuite/27_io/instantiations.cc:  New file.

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

22 years agoFix typo in ChangeLog
ghazi [Thu, 27 Dec 2001 03:37:11 +0000 (03:37 +0000)]
Fix typo in ChangeLog

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

22 years ago * collect2.c (is_ctor_dtor): Const-ify.
ghazi [Thu, 27 Dec 2001 03:35:21 +0000 (03:35 +0000)]
* collect2.c (is_ctor_dtor): Const-ify.
* m88k-protos.c (output_file_start): Likewise.
* m88k.c (m88k_lang_independent_options, output_options,
output_file_start): Likewise.
* fix-header.c (files_to_ignore, std_include_entry, include_entry,
std_include_table, main): Likewise.
* protoize.c (longopts): Likewise.
* regclass.c (int_reg_class_contents): Likewise.
* toplev.c (dump_file, f_options, W_options): Make static.
(lang_independent_options, f_options, W_options): Const-ify.
* tree-dump.c (dump_file_info): Likewise.
* unroll.c (_factor): Make static.

java:
* chartables.h: Const-ify.
* gjavah.c (options): Likewise.
* jcf-dump.c (options): Likewise.
* jv-scan.c (options): Likewise.
* lex.c (java_start_char_p, java_part_char_p): Likewise.
* parse.y (binop_lookup): Likewise.

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

22 years ago * config/alpha/alpha.c (alpha_align_insns): Remove warning.
kenner [Wed, 26 Dec 2001 23:10:56 +0000 (23:10 +0000)]
* config/alpha/alpha.c (alpha_align_insns): Remove warning.

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

22 years ago * config/sparc/sparc.md (call struct patterns): Show starting
kenner [Wed, 26 Dec 2001 23:03:42 +0000 (23:03 +0000)]
* config/sparc/sparc.md (call struct patterns): Show starting
at two words long.

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

22 years ago * rs6000.h (ASM_CPU_SPEC, CPP_CPU_SPEC): Add mcpu=405.
dje [Wed, 26 Dec 2001 22:53:46 +0000 (22:53 +0000)]
    * rs6000.h (ASM_CPU_SPEC, CPP_CPU_SPEC): Add mcpu=405.
        * sysv4.h (CPP_SYSV_SPEC, CPP_OS_VXWORKS_SPEC): Add mcpu=405.

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

22 years ago2001-12-26 Benjamin Kosnik <bkoz@waller.constant.com>
bkoz [Wed, 26 Dec 2001 21:56:17 +0000 (21:56 +0000)]
2001-12-26  Benjamin Kosnik  <bkoz@waller.constant.com>

* testsuite/24_iterators/insert_iterator.cc (test02): Add.
* testsuite/24_iterators/front_insert_iterator.cc (test02): Add.
* testsuite/24_iterators/back_insert_iterator.cc (test02): Add.
* testsuite/24_iterators/reverse_iterator.cc (test02): Add.

* include/bits/stl_iterator.h (reverse_iterator): Uglify member
current to _M_current.
(back_insert_iterator): Ulify member container to _M_container.
(front_insert_iterator): Same.
(insert_iterator): Same.

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

22 years agocp:
nathan [Wed, 26 Dec 2001 20:33:37 +0000 (20:33 +0000)]
cp:
PR c++/196
* cp/parse.y (bad_parm): Better diagnostic when given a SCOPE_REF.
testsuite:
* g++.dg/eh/ctor1.C: New test.
* g++.dg/other/error2.C: New test.

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

22 years ago* function.c (expand_main_function): Make sure stack adjustments
dj [Wed, 26 Dec 2001 19:54:44 +0000 (19:54 +0000)]
* function.c (expand_main_function): Make sure stack adjustments
happen before sjlj exception setup.

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

22 years ago * rs6000.md (indirect_jump): Prefer CTR over LR.
dje [Wed, 26 Dec 2001 18:02:17 +0000 (18:02 +0000)]
    * rs6000.md (indirect_jump): Prefer CTR over LR.
        * xcoff.h (ASM_DECLARE_FUNCTION_NAME): Handle weak function.

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

22 years agoDaily bump.
gccadmin [Wed, 26 Dec 2001 08:16:09 +0000 (08:16 +0000)]
Daily bump.

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

22 years ago * dwarf2out.c: Reformatting and minor code rearrangement.
kenner [Tue, 25 Dec 2001 17:11:35 +0000 (17:11 +0000)]
* dwarf2out.c: Reformatting and minor code rearrangement.

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

22 years ago * include/bits/std_limits.h (__glibcpp_xxx_is_modulo): New
gdr [Tue, 25 Dec 2001 13:53:56 +0000 (13:53 +0000)]
* include/bits/std_limits.h (__glibcpp_xxx_is_modulo): New
macros for signed types; default value is true.
(numeric_limits<>::is_modulo): Get value from corresponding
__glibcpp_xxx_is_modulo macro.

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

22 years agoDaily bump.
gccadmin [Tue, 25 Dec 2001 08:16:09 +0000 (08:16 +0000)]
Daily bump.

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

22 years agocp:
nathan [Mon, 24 Dec 2001 20:52:36 +0000 (20:52 +0000)]
cp:
PR c++/160
* typeck.c (build_modify_expr): Remove old unreachable code & tidy
up. Don't stabilize_references when initializing a reference.
testsuite:
* g++.dg/other/init2.C: New test.

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

22 years ago * configure.in (uintptr_t): Use AC_CHECK_TYPE.
kenner [Mon, 24 Dec 2001 17:51:40 +0000 (17:51 +0000)]
* configure.in (uintptr_t): Use AC_CHECK_TYPE.
* configure: Regenerated.

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

22 years ago * configure.in (quoted_stage_prefix_set_by_configure): Generate.
kenner [Mon, 24 Dec 2001 17:37:36 +0000 (17:37 +0000)]
* configure.in (quoted_stage_prefix_set_by_configure): Generate.
* configure: Regenerated.
* Makefile.in (SUBDIR_FLAGS_TO_PASS): Use
quoted_stage_prefix_set_by_configure.

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

22 years ago * rtl.h (in_expr_list_p): New declaration.
kenner [Mon, 24 Dec 2001 15:44:45 +0000 (15:44 +0000)]
* rtl.h (in_expr_list_p): New declaration.
* rtlanal.c (in_expr_list_p): New function.
* cfgcleanup.c: Reformatting and minor code rearrangement.
* cfglayout.c, cfgloop.c, cfgrtl.c: Likewise.

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

22 years agoRemove bogus blank line
kenner [Mon, 24 Dec 2001 14:38:56 +0000 (14:38 +0000)]
Remove bogus blank line

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

22 years ago PR c/5163:
rth [Mon, 24 Dec 2001 08:45:59 +0000 (08:45 +0000)]
    PR c/5163:
        * c-decl.c (duplicate_decls): As needed, set DECL_INLINE when
        we have a function body associated.  Minor cleanups.
        (grokdeclarator): Do not set DECL_INLINE without a function body.

        * gcc.dg/20011223-1.c: New.
        * gcc.dg/inline-1.c: New.

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

22 years agoDaily bump.
gccadmin [Mon, 24 Dec 2001 08:16:39 +0000 (08:16 +0000)]
Daily bump.

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

22 years ago * stmt.c (resolve_operand_names): Handle operand modifiers.
rth [Mon, 24 Dec 2001 06:15:31 +0000 (06:15 +0000)]
    * stmt.c (resolve_operand_names): Handle operand modifiers.

        * gcc.dg/asm-4.c: Test operand modifiers.

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

22 years ago * stmt.c (parse_input_constraint): Break out from ...
rth [Mon, 24 Dec 2001 05:57:02 +0000 (05:57 +0000)]
    * stmt.c (parse_input_constraint): Break out from ...
        (expand_asm_operands): ... here.  Loop over the operands twice,
        the first time only calling mark_addressable.  Correct and simplify
        the conditions for spilling an output operand to memory.

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

22 years ago * config/alpha/alpha.c (call_operand) [OSF]: Disallow virtual regs.
rth [Mon, 24 Dec 2001 04:00:51 +0000 (04:00 +0000)]
    * config/alpha/alpha.c (call_operand) [OSF]: Disallow virtual regs.

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

22 years ago * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
rth [Mon, 24 Dec 2001 03:37:08 +0000 (03:37 +0000)]
    * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.

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

22 years ago * config/alpha/alpha.md (UNSPEC_SIBCALL): New.
rth [Mon, 24 Dec 2001 03:08:23 +0000 (03:08 +0000)]
    * config/alpha/alpha.md (UNSPEC_SIBCALL): New.
        (sibcall, sibcall_value, sibcall_osf_1_er, sibcall_osf_1): Use it.
        (sibcall_value_osf_1_er, sibcall_value_osf_1): Likewise.

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

22 years ago * utils.c (end_subprog_body): Push GC context around
rth [Mon, 24 Dec 2001 01:47:10 +0000 (01:47 +0000)]
    * utils.c (end_subprog_body): Push GC context around
        rest_of_compilation for nested functions.

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

22 years ago * config/os/hpux/bits/os_defines.h: Do not include <_sys/inttypes.h>.
law [Mon, 24 Dec 2001 01:45:29 +0000 (01:45 +0000)]
    * config/os/hpux/bits/os_defines.h: Do not include <_sys/inttypes.h>.
        Twiddle return types for strtoll and strtoull to avoid using
        intmax_t and uintmax-t.

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

22 years ago * c-typeck.c (c_start_case): Don't strip conversions from the
jsm28 [Sun, 23 Dec 2001 23:49:32 +0000 (23:49 +0000)]
* c-typeck.c (c_start_case): Don't strip conversions from the
controlling expression.  Partially fixes PR c/2454.

testsuite:
* gcc.c-torture/execute/20011223-1.c: New test.

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

22 years ago * Makefile.in (USER_H): Remove proto.h.
jsm28 [Sun, 23 Dec 2001 23:33:14 +0000 (23:33 +0000)]
* Makefile.in (USER_H): Remove proto.h.
* config.gcc (c*-convex-*): Set extra_headers=proto.h.

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

22 years ago * arc.c (arc_hard_regno_mode_ok): Const-ify.
ghazi [Sun, 23 Dec 2001 16:07:16 +0000 (16:07 +0000)]
* arc.c (arc_hard_regno_mode_ok): Const-ify.
* arc.h (arc_hard_regno_mode_ok): Likewise.
* i386.c (x86_64_reg_class_name): Make static.
* m68k.c (regno_reg_class): Const-ify.
* m68k.h (regno_reg_class): Likewise.
* mcore.c (reg_class_from_letter): Likewise.
* mcore.h (reg_class_from_letter): Likewise.
* sh.c (reg_class_from_letter, ashiftrt_insns, shift_insns,
ext_shift_insns, ext_shift_amounts): Likewise.
* sh.h (reg_class_from_letter): Likewise.
* sparc.c (hard_regno_mode_classes, hard_32bit_mode_classes,
hard_64bit_mode_classes): Likewise.
* sparc.h (hard_regno_mode_classes): Likewise.

* gcc.c (modify_target): Make static.
* gengenrtl.c (defs, formats): Likewise.
* reload1.c (elim_table_1, init_elim_table): Const-ify.
* tradcpp.c (directive, directive_table, handle_directive,
skip_if_group, run_directive): Likewise.

cp:
* decl2.c (lang_f_options): Const-ify.

f:
* com.c (ffecom_gfrt_volatile_, ffecom_gfrt_complex_,
ffecom_gfrt_const_, ffecom_gfrt_type_): Const-ify.

java:
* Make-lang.in (keyword.h): Pass -C to gperf to const-ify
the static arrays that are output.
* jvspec.c (jvgenmain_spec): Make static.
* keyword.gperf (struct java_keyword, java_keyword): Const-ify.
* keyword.h: Regenerate.
* lang.c (string_option, process_option_with_no, lang_f_options,
lang_W_options): Const-ify.
* lex.c (java_lex): Likewise.

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

22 years ago * 5nosinte.ads: Get definition of "int" from Interfaces.C.
rth [Sun, 23 Dec 2001 13:22:17 +0000 (13:22 +0000)]
    * 5nosinte.ads: Get definition of "int" from Interfaces.C.

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

22 years ago * calls.c (expand_call): Don't turn off ECF_LIBCALL_BLOCK for
rth [Sun, 23 Dec 2001 13:02:18 +0000 (13:02 +0000)]
    * calls.c (expand_call): Don't turn off ECF_LIBCALL_BLOCK for
        an invalid result register; do end the sequence properly.
        (emit_library_call_value_1): Likewise.

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

22 years ago * gnat-style.texi (Declarations and Types): Remove ancient style
fw [Sun, 23 Dec 2001 11:23:14 +0000 (11:23 +0000)]
* gnat-style.texi (Declarations and Types): Remove ancient style
rule which was mandated by code generation issues.

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

22 years ago * gnat-style.texi (header): Add @dircategory, @direntry.
fw [Sun, 23 Dec 2001 11:09:54 +0000 (11:09 +0000)]
* gnat-style.texi (header): Add @dircategory, @direntry.
(title page): Remove date.
(general) Add @./@: where approriate, and two spaces after the
full stop at the end of a sentence.  Use @samp markup when
referring concrete lexical entities (keywords, attribute names
etc.), and @syntax for ARM grammar elements. Use @r for English
text in comments.  Use @emph for emphasis.  Change "if-statements"
etc. to "if statements" (without @samp). Break long lines.  Make
casing of section names consistent.
(Identifiers): Use @samp markup for variable names.
(Comments): Use @samp markup for comment characters. Line-end
comments may follow any Ada code, not just statements.  Fix
misspelling of "Integer" as "integer".
(Loop statements): Do not use variable name "I", use "J".
(Subprogram Declarations): Document alignment.
(Subprogram Bodies, Block statements): Document empty line before
"begin".

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

22 years agoDaily bump.
gccadmin [Sun, 23 Dec 2001 08:16:09 +0000 (08:16 +0000)]
Daily bump.

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

22 years ago * config/rs6000/rs6000.h (rs6000_builtins): Add vsldoi variants.
aldyh [Sun, 23 Dec 2001 06:58:48 +0000 (06:58 +0000)]
    * config/rs6000/rs6000.h (rs6000_builtins): Add vsldoi variants.

        * config/rs6000/rs6000.md ("altivec_vsldoi_*"): Same.

        * config/rs6000/rs6000.c: Clean up some spacing and indentation.
        (altivec_init_builtins): Add tree types for builtins with 4 bit
        literals.
(bdesc_3arg): Add vsldoi variants.

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

22 years ago * 1750a.h (datalbl, jmplbl): Declare array size explicitly.
ghazi [Sun, 23 Dec 2001 04:59:13 +0000 (04:59 +0000)]
* 1750a.h (datalbl, jmplbl): Declare array size explicitly.
* a29k.h (a29k_debug_reg_map): Likewise.
* arc.h (arc_regno_reg_class): Likewise.
* c4x-protos.h (c4x_regclass_map, c4x_caller_save_map): Likewise.
* convex.h (regno_reg_class, reg_class_from_letter): Likewise.
* d30v.h (regno_reg_class, reg_class_from_letter): Likewise.
* i386.h (regclass_map): Likewise.
* m32r.h (m32r_hard_regno_mode_ok, m32r_punct_chars): Likewise.
* mcore.h (regno_reg_class): Likewise.
* mips.h (mips_print_operand_punct, mips_char_to_class):
Likewise.
* ns32k.h (regclass_map): Likewise.
* pj.h (pj_debugreg_renumber_vec): Likewise.
* s390.h (regclass_map): Likewise.
* sh.h (regno_reg_class): Likewise.
* sparc.h (sparc_regno_reg_class): Likewise.

* hard-reg-set.h (reg_class_contents): Likewise.
* machmode.h (class_narrowest_mode): Likewise.

f:
* bld.c (ffebld_arity_op_): Declare array size explicitly.
* bld.h (ffebld_arity_op_): Likewise.

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

22 years ago * loop.c (scan_loop, move_movables, count_one_set): Do not
dje [Sun, 23 Dec 2001 02:16:02 +0000 (02:16 +0000)]
    * loop.c (scan_loop, move_movables, count_one_set): Do not
        overlook hard registers when computing statistics.

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

22 years ago * calls.c (ECF_LIBCALL_BLOCK): New constant.
hubicka [Sun, 23 Dec 2001 00:10:43 +0000 (00:10 +0000)]
* calls.c (ECF_LIBCALL_BLOCK): New constant.
(emit_call_1, initialize_argument_information,
precompute_arguments, expand_call,
emit_library_call_value_1): Use ECF_LIBCALL_BLOCK
instead of ECF_PURE | ECF_CONST. Honnor LCT_CONST/LCT_PURE.

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

22 years ago * configure.target (CPULIMITSH): Fix typo in alpha case.
rth [Sat, 22 Dec 2001 21:13:44 +0000 (21:13 +0000)]
    * configure.target (CPULIMITSH): Fix typo in alpha case.

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

22 years ago * config.gcc (extra_headers): Move settings to math-68881.h and
jsm28 [Sat, 22 Dec 2001 21:07:33 +0000 (21:07 +0000)]
* config.gcc (extra_headers): Move settings to math-68881.h and
ppc-asm.h to common code for CPU types.  Use math-68881.h on all
m68k targets.
(header_files): Remove unused setting.

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

22 years ago * elxsi.c: Include "hard-reg-set.h" and/or don't declare
ghazi [Sat, 22 Dec 2001 20:55:04 +0000 (20:55 +0000)]
* elxsi.c: Include "hard-reg-set.h" and/or don't declare
`call_used_regs' explicitly.
* i860.c: Likewise.
* m68k.c: Likewise.
* ns32k.c: Likewise.
* pa.c: Likewise.
* vax.c: Likewise.
* we32k.c: Likewise.

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