OSDN Git Service

pf3gnuchains/gcc-fork.git
21 years ago * java/rmi/activation/ActivationDesc.java,
tromey [Wed, 2 Oct 2002 21:21:37 +0000 (21:21 +0000)]
* java/rmi/activation/ActivationDesc.java,
java/rmi/activation/ActivationGroupDesc.java,
java/rmi/activation/ActivationGroupID.java,
java/rmi/activation/ActivationID.java: New versions from
Classpath.

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

21 years ago PR opt/7124
rth [Wed, 2 Oct 2002 20:35:49 +0000 (20:35 +0000)]
    PR opt/7124
        * config/i386/i386.c (ix86_register_move_cost): Increase cost
        for secondary_memory_needed pairs.

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

21 years ago2002-10-02 Janis Johnson <janis187@us.ibm.com>
janis [Wed, 2 Oct 2002 20:02:13 +0000 (20:02 +0000)]
2002-10-02  Janis Johnson  <janis187@us.ibm.com>

* MAINTAINERS: Add myself as web pages co-maintainer.

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

21 years ago * class.c (check_field_decls): Changed warning about const member
austern [Wed, 2 Oct 2002 20:02:10 +0000 (20:02 +0000)]
    * class.c (check_field_decls): Changed warning about const member
        variables so that it doesn't get issued for a class aggregate.

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

21 years ago PR c++/7188.
mmitchel [Wed, 2 Oct 2002 20:01:38 +0000 (20:01 +0000)]
PR c++/7188.
* cp-tree.def (CTOR_INITIALIZER): Use one slot, not two.
* cp-tree.h (emit_base_init): Rename to ....
(emit_mem_initializers): ... this.
(expand_member_init): Change prototype.
* init.c (perform_member_init): Compute explicit, rather than
requiring it as a parameter.
(sort_member_init): Rename to ...
(sort_mem_initializers): ... this.  Process bases and data members
together.
(sort_base_init): Remove.
(emit_base_init): Rename to ...
(emit_mem_initializers): ... this.
(expand_aggr_vbase_init_1): Remove.
(construct_virtual_bases): Rename to ...
(construct_virtual_base): ... this.
(expand_member_init): Rework handling of base initializers.
* method.c (do_build_copy_constructor): Use
finish_mem_initializers.
* parse.y (member_init): Adjust calls to expand_member_init.
* pt.c (tsubst_expr): Simplify CTOR_INITIALIZER case.
(tsubst_initializer_list): Use expand_member_init.
* semantics.c (finish_mem_intiailizers): Simplify.

PR c++/7188.
* g++.dg/template/meminit1.C: New test.
* g++.dg/warn/Wreorder-1.C: Likewise.
* g++.old-deja/g++.mike/warn3.C: Tweak.
* lib/prune.exp: Ingore "in copy constructor".

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

21 years ago2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
neroden [Wed, 2 Oct 2002 19:17:30 +0000 (19:17 +0000)]
2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>

* doc/vms.texi: Blow away false include file section.

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

21 years ago2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
neroden [Wed, 2 Oct 2002 19:12:43 +0000 (19:12 +0000)]
2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>

* Makefile.tpl: Eliminate reference to all-gui, all-libproc.
* Makefile.in: Regenerate.

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

21 years ago PR optimization/6627
sayle [Wed, 2 Oct 2002 18:46:45 +0000 (18:46 +0000)]
PR optimization/6627
* toplev.c (force_align_functions_log): New global variable.
* flags.h (force_align_functions_log): Add extern prototype.
* varasm.c (assemble_start_function): Use it to force minimum
function alignment.
* config/i386/i386.h (FUNCTION_BOUNDARY): Set the correct
minimum function alignment to one byte.
(TARGET_PTRMEMFUNC_VBIT_LOCATION): Store the virtual bit in
the least significant bit of vtable member function pointers.
* tree.h (enum ptrmemfunc_vbit_where_t): Move definition to
here from cp/cp-tree.h.

* cp/cp-tree.h (enum ptrmemfunc_vbit_where_t): Delete definition
from here, and move it to tree.h.
* cp/decl.c (cxx_init_decl_processing): If storing the vbit
in function pointers, ensure that force_align_functions_log
is atleast one.

* java/lang.c (java_init): If storing the vbit in function
pointers, ensure that force_align_functions_log is atleast
one to aid compatability with g++ vtables.

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

21 years ago * MAINTAINERS: Add myself and Nathan Sidwell
zack [Wed, 2 Oct 2002 17:51:40 +0000 (17:51 +0000)]
* MAINTAINERS: Add myself and Nathan Sidwell
<nathan@codesourcery.com> as VxWorks maintainers.

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

21 years ago * config/abi/x86_64-unknown-linux-gnu/baseline_symbols.txt:
aj [Wed, 2 Oct 2002 16:46:38 +0000 (16:46 +0000)]
* config/abi/x86_64-unknown-linux-gnu/baseline_symbols.txt:
New file.

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

21 years ago * cp/decl.c (walk_vtables_r): Fixed typo that caused result to
austern [Wed, 2 Oct 2002 16:00:33 +0000 (16:00 +0000)]
* cp/decl.c (walk_vtables_r): Fixed typo that caused result to
never get a nonzero value.

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

21 years ago * i386.c (print_operand_address): Use RIP addressing for offsetted
hubicka [Wed, 2 Oct 2002 15:02:50 +0000 (15:02 +0000)]
* i386.c (print_operand_address): Use RIP addressing for offsetted
label refs too.

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

21 years agoEnable tests on x86-64.
aj [Wed, 2 Oct 2002 08:26:51 +0000 (08:26 +0000)]
Enable tests on x86-64.

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

21 years agoDaily bump.
gccadmin [Wed, 2 Oct 2002 07:17:13 +0000 (07:17 +0000)]
Daily bump.

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

21 years agoFix bogus date.
neroden [Wed, 2 Oct 2002 06:27:54 +0000 (06:27 +0000)]
Fix bogus date.

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

21 years ago2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
neroden [Wed, 2 Oct 2002 06:27:24 +0000 (06:27 +0000)]
2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>

* Makefile.def: Remove order dependency comments.
* Makefile.tpl: Add explicit install-install dependencies.
* Makefile.in: Regenerate.

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

21 years ago * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
aj [Wed, 2 Oct 2002 06:25:37 +0000 (06:25 +0000)]
* include/private/gcconfig.h (HBLKSIZE): Define for x86-64.

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

21 years ago2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
neroden [Wed, 2 Oct 2002 06:22:33 +0000 (06:22 +0000)]
2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>

* Makefile.tpl: Remove material now in src-release.  (Finally!)

* Makefile.in: Regenerate.

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

21 years ago * src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug output.
aj [Wed, 2 Oct 2002 06:21:54 +0000 (06:21 +0000)]
* src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug output.

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

21 years agoReally this time. :sigh:
neroden [Wed, 2 Oct 2002 05:14:00 +0000 (05:14 +0000)]
Really this time. :sigh:

2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>

* Makefile.tpl: Add configure-target (for src-release in src)
* Makefile.in: Regenerate.

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

21 years ago2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
neroden [Wed, 2 Oct 2002 05:11:25 +0000 (05:11 +0000)]
2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>

* Makefile.tpl: Add configure-target (for src-release in src)
* Makefile.in: Regenerate.

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

21 years ago2002-09-30 David S. Miller <davem@redhat.com>
davem [Wed, 2 Oct 2002 03:49:09 +0000 (03:49 +0000)]
2002-09-30  David S. Miller  <davem@redhat.com>

PR middle-end/7151
* config/sparc/sparc.md (movdi_insn_sp32_v9): Accept 'e' regs.
(movdi reg/reg split): Match only on sparc32, and v9 when int regs.

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

21 years ago * unroll.c (loop_iterations): Revert 2002-09-08 change.
sayle [Wed, 2 Oct 2002 02:48:10 +0000 (02:48 +0000)]
* unroll.c (loop_iterations): Revert 2002-09-08 change.

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

21 years ago * real.c (real_to_decimal): Crop trailing zeros for DIGITS < 0.
rth [Wed, 2 Oct 2002 02:38:02 +0000 (02:38 +0000)]
    * real.c (real_to_decimal): Crop trailing zeros for DIGITS < 0.
        (real_to_hexadecimal): Likewise.
        * print-rtl.c (print_rtx): If we are linked with real.c, don't
        dump the XWINT fields of a floating point CONST_DOUBLE.

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

21 years agoFix dg-options typo.
rth [Wed, 2 Oct 2002 01:55:10 +0000 (01:55 +0000)]
Fix dg-options typo.

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

21 years ago * decl.c (cp_finish_decl): Make sure array types are laid out,
mmitchel [Wed, 2 Oct 2002 01:16:22 +0000 (01:16 +0000)]
* decl.c (cp_finish_decl): Make sure array types are laid out,
even if the array bounds are unknown.

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

21 years ago2002-10-01 Phil Edwards <pme@gcc.gnu.org>
pme [Wed, 2 Oct 2002 01:05:13 +0000 (01:05 +0000)]
2002-10-01  Phil Edwards  <pme@gcc.gnu.org>

* Makefile.am (check-abi):  Add @ to rule.
* Makefile.in:  Regenerated.

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

21 years ago* config/vax/elf.h (FUNCTION_PROFILER): Fix __mcount call.
thorpej [Wed, 2 Oct 2002 00:57:53 +0000 (00:57 +0000)]
* config/vax/elf.h (FUNCTION_PROFILER): Fix __mcount call.

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

21 years ago * cp/class.c (build_vtbl_initializer): Change build_c_cast
sje [Tue, 1 Oct 2002 22:47:09 +0000 (22:47 +0000)]
* cp/class.c (build_vtbl_initializer): Change build_c_cast
to build1.

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

21 years agoOops, this file missed in previous checkin.
thorpej [Tue, 1 Oct 2002 22:24:02 +0000 (22:24 +0000)]
Oops, this file missed in previous checkin.

2002-10-01  Matt Thomas  <matt@3am-software.com>
            Jason Thorpe  <thorpej@wasabisystems.com>

* config.gcc (vax-*-netbsdelf*): Enable configuration.
* config/elfos.h (PCC_BITFIELD_TYPE_MATTERS): Define only
if not already defined.
* config/vax/elf.h: New file.
* config/vax/netbsd-elf.h: New file.
* config/vax/vax.c: Include "debug.h".
(vax_output_function_prologue): Add dwarf2 support.  Use
MAIN_NAME_P when checking for VMS_TARGET stack adjust.
* config/vax/vax.h (CONST_OK_FOR_LETTER_P): Add cases for
'J' [0..63], 'K' [-128..127], 'L' [-32768..32767],
'M' [0..255], 'N' [0..65535], and, 'O' [-63..-1].
(VAX_ISTREAM_SYNC): Remove.
(INITIALIZE_TRAMPOLINE): Use gen_sync_istream.
(JUMP_TABLES_IN_TEXT_SECTION): Define.
(ASM_OUTPUT_REG_POP): Use reg_names for the stack pointer.
(ASM_OUTPUT_ADDR_VEC_ELT): Use ASM_GENERATE_INTERNAL_LABEL
and assemble_name.
(ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
(PRINT_OPERAND_PUNCT_VALID_P): Accept '|'.
(PRINT_OPERAND): Output REGISTER_PREFIX for '|'.
(INCOMING_RETURN_ADDR_RTX): Define.
* config/vax/vax.md (VUNSPEC_BLOCKAGE)
(VUNSPEC_SYNC_ISTREAM): Define.
(blockage): Use VUNSPEC_BLOCKAGE.
(sync_istream): New insn.

2002-10-01  Richard Henderson  <rth@redhat.com>

* config/vax/vax.md (call_pop, *call_pop, call_value_pop)
(*call_value_pop, call, call_value): Add dwarf2 EH support.
(*call): New insn.

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

21 years ago * gcc.dg/empty1.C: Fix typo.
mmitchel [Tue, 1 Oct 2002 22:23:55 +0000 (22:23 +0000)]
* gcc.dg/empty1.C: Fix typo.

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

21 years ago * calls.c (precompute_register_parameters): Force non-legitimate
rth [Tue, 1 Oct 2002 20:49:39 +0000 (20:49 +0000)]
    * calls.c (precompute_register_parameters): Force non-legitimate
        constants into pseudos.
* gcc.dg/tls/opt-3.c: New.

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

21 years ago(spe_evrlwi): Add missing third operand to assembler template.
nickc [Tue, 1 Oct 2002 20:39:03 +0000 (20:39 +0000)]
(spe_evrlwi): Add missing third operand to assembler template.

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

21 years ago * dwarf2out.c (loc_descriptor_from_tree): Relax requirement
rth [Tue, 1 Oct 2002 20:24:52 +0000 (20:24 +0000)]
    * dwarf2out.c (loc_descriptor_from_tree): Relax requirement
        for TLS debug info to !DECL_EXTERNAL.

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

21 years ago2002-10-01 Matt Thomas <matt@3am-software.com>
thorpej [Tue, 1 Oct 2002 20:16:04 +0000 (20:16 +0000)]
2002-10-01  Matt Thomas  <matt@3am-software.com>
            Jason Thorpe  <thorpej@wasabisystems.com>

* config.gcc (vax-*-netbsdelf*): Enable configuration.
* config/elfos.h (PCC_BITFIELD_TYPE_MATTERS): Define only
if not already defined.
* config/vax/elf.h: New file.
* config/vax/netbsd-elf.h: New file.
* config/vax/vax.c: Include "debug.h".
(vax_output_function_prologue): Add dwarf2 support.  Use
MAIN_NAME_P when checking for VMS_TARGET stack adjust.
* config/vax/vax.h (CONST_OK_FOR_LETTER_P): Add cases for
'J' [0..63], 'K' [-128..127], 'L' [-32768..32767],
'M' [0..255], 'N' [0..65535], and, 'O' [-63..-1].
(VAX_ISTREAM_SYNC): Remove.
(INITIALIZE_TRAMPOLINE): Use gen_sync_istream.
(JUMP_TABLES_IN_TEXT_SECTION): Define.
(ASM_OUTPUT_REG_POP): Use reg_names for the stack pointer.
(ASM_OUTPUT_ADDR_VEC_ELT): Use ASM_GENERATE_INTERNAL_LABEL
and assemble_name.
(ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
(PRINT_OPERAND_PUNCT_VALID_P): Accept '|'.
(PRINT_OPERAND): Output REGISTER_PREFIX for '|'.
(INCOMING_RETURN_ADDR_RTX): Define.
* config/vax/vax.md (VUNSPEC_BLOCKAGE)
(VUNSPEC_SYNC_ISTREAM): Define.
(blockage): Use VUNSPEC_BLOCKAGE.
(sync_istream): New insn.

2002-10-01  Richard Henderson  <rth@redhat.com>

* config/vax/vax.md (call_pop, *call_pop, call_value_pop)
(*call_value_pop, call, call_value): Add dwarf2 EH support.
(*call): New insn.

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

21 years ago * jcf-dump.c (print_constant, case CONSTANT_float): Don't fall
nathan [Tue, 1 Oct 2002 19:13:12 +0000 (19:13 +0000)]
* jcf-dump.c (print_constant, case CONSTANT_float): Don't fall
foul of type-based aliasing.

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

21 years ago PR c/8083
nathan [Tue, 1 Oct 2002 19:11:07 +0000 (19:11 +0000)]
PR c/8083
* c-typeck.c (build_c_cast): Warn about type punning which breaks
type based aliasing.
testsuite:
* gcc.dg/alias-1.c: New test.

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

21 years ago * stor-layout.c (update_alignment_for_field): New function.
mmitchel [Tue, 1 Oct 2002 18:44:49 +0000 (18:44 +0000)]
* stor-layout.c (update_alignment_for_field): New function.
(place_union_field): Use it.
(place_field): Likewise.
* gcc.dg/empty1.C: New test.

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

21 years ago * decl.c (cp_finish_decl): Correct check for dynamic
mmitchel [Tue, 1 Oct 2002 18:27:53 +0000 (18:27 +0000)]
* decl.c (cp_finish_decl): Correct check for dynamic
initialization of thread-local storage.

* g++.dg/tls/init-2.C: Tweak error messages.

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

21 years agocp
mmitchel [Tue, 1 Oct 2002 18:27:33 +0000 (18:27 +0000)]
cp

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

21 years ago * gcc.c (cc1_options): Add space on -auxbase-strip.
nathan [Tue, 1 Oct 2002 18:10:04 +0000 (18:10 +0000)]
* gcc.c (cc1_options): Add space on -auxbase-strip.

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

21 years ago * include/ffi.h.in: Fix i386 win32 compilation.
bo [Tue, 1 Oct 2002 15:38:00 +0000 (15:38 +0000)]
    * include/ffi.h.in: Fix i386 win32 compilation.

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

21 years agoDon't let regrename clobber the link register.
wilson [Tue, 1 Oct 2002 13:48:20 +0000 (13:48 +0000)]
Don't let regrename clobber the link register.
* config/v850/v850.h (EPILOGUE_USES): Define.

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

21 years ago2002-09-30 Andrew Haley <aph@redhat.com>
aph [Tue, 1 Oct 2002 12:19:36 +0000 (12:19 +0000)]
2002-09-30  Andrew Haley  <aph@redhat.com>

* flow.c (insn_dead_p): When using non-call-exceptions, don't
eliminate insns that may trap.
* cse.c (insn_live_p): Likewise.

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

21 years ago * config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
rsandifo [Tue, 1 Oct 2002 10:26:09 +0000 (10:26 +0000)]
* config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
(TARGET_MIPS4121): Rename to TARGET_MIPS4120.
* config/mips/mips.c (mips_cpu_info): Rename vr4121 to vr4120.
* config/mips/mips.md: Apply same renaming here.

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

21 years ago * config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
rsandifo [Tue, 1 Oct 2002 10:23:52 +0000 (10:23 +0000)]
* config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
(GENERATE_MULT3_SI): Remove use of TARGET_MIPS4320.
* config/mips/mips.c (mips_cpu_info): Remove vr4320 entry.
* config/mips/mips.md (define_attr cpu): Remove r4320.
Remove vr4320 scheduler and uses of TARGET_MIPS4320.

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

21 years ago * config/mips/mips.c (mips16_strings): New variable.
rsandifo [Tue, 1 Oct 2002 10:22:07 +0000 (10:22 +0000)]
* config/mips/mips.c (mips16_strings): New variable.
(mips_output_function_epilogue): Clear the SYMBOL_REF_FLAG of every
symbol in mips16_strings.  Free the list.
(mips_encode_section_info): Keep track of local strings.

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

21 years ago[gcc/]
rsandifo [Tue, 1 Oct 2002 10:20:33 +0000 (10:20 +0000)]
[gcc/]
* config/mips/mips.md (bunge, bltgt, bungt): New define_expands.
(sordered_df, sordered_sf): Remove.
* config/mips/mips.c (get_float_compare_codes): New fn.
(gen_int_relational, gen_conditional_move): Use it.

[gcc/testsuite]
* gcc.c-torture/compile/20020923-1.c: New test.

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

21 years ago * config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
rsandifo [Tue, 1 Oct 2002 10:14:35 +0000 (10:14 +0000)]
* config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
* config/mips/mips.h (PREDICATE_CODES): Add fcc_register_operand.
* config/mips/mips.c (fcc_register_operand): New function.
(mips_emit_fcc_reload): New function, extracted from reload_incc.
(override_options): Allow TFmode values in float registers
if ISA_HAS_8CC.
* cnfig/mips/mips.md (reload_incc): Change destination prediate
to fcc_register_operand.  Remove misleading source constraint.
Use mips_emit_fcc_reload.
(reload_outcc): Duplicate reload_incc.

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

21 years ago2002-09-30 Bo Thorsen <bo@suse.de>
bo [Tue, 1 Oct 2002 09:02:08 +0000 (09:02 +0000)]
2002-09-30  Bo Thorsen  <bo@suse.de>

* sysdep/x86-64/locks.h (compare_and_swap): Fix multilib support.

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

21 years agoDaily bump.
gccadmin [Tue, 1 Oct 2002 07:17:08 +0000 (07:17 +0000)]
Daily bump.

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

21 years ago * java/io/ObjectInputStream.java (resolveProxyClass): New method
tromey [Tue, 1 Oct 2002 03:46:43 +0000 (03:46 +0000)]
* java/io/ObjectInputStream.java (resolveProxyClass): New method
from Classpath.
* Makefile.in: Rebuilt.
* Makefile.am (rmi_java_source_files): Added new files.
* gnu/java/rmi/RMIMarshalledObjectInputStream.java,
gnu/java/rmi/RMIMarshalledObjectOutputStream.java,
gnu/java/rmi/server/ConnectionRunnerPool.java: New files from
Classpath.
* gnu/java/rmi/dgc/DGCImpl.java,
gnu/java/rmi/dgc/DGCImpl_Skel.java,
gnu/java/rmi/dgc/DGCImpl_Stub.java,
gnu/java/rmi/registry/RegistryImpl_Skel.java,
gnu/java/rmi/registry/RegistryImpl_Stub.java,
gnu/java/rmi/server/RMIHashes.java,
gnu/java/rmi/server/RMIObjectInputStream.java,
gnu/java/rmi/server/RMIObjectOutputStream.java,
gnu/java/rmi/server/UnicastConnection.java,
gnu/java/rmi/server/UnicastConnectionManager.java,
gnu/java/rmi/server/UnicastRef.java,
gnu/java/rmi/server/UnicastServer.java,
gnu/java/rmi/server/UnicastServerRef.java,
java/rmi/MarshalledObject.java,
java/rmi/server/RMIClassLoader.java,
java/rmi/server/RemoteObject.java,
java/rmi/server/UnicastRemoteObject.java,
java/security/SecureClassLoader.java: Merged from Classpath.

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

21 years ago* gcc.c-torture/execute/ffs-1.c: New test.
thorpej [Mon, 30 Sep 2002 21:43:01 +0000 (21:43 +0000)]
* gcc.c-torture/execute/ffs-1.c: New test.
* gcc.c-torture/execute/ffs-2.c: Ditto.

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

21 years ago * longlong.h: Partially synchronize with GMP-4.1 version:
uweigand [Mon, 30 Sep 2002 20:51:57 +0000 (20:51 +0000)]
* longlong.h: Partially synchronize with GMP-4.1 version:
Use i370 definitions also for s390.
Add generic definition of umul_ppmm in terms of smul_ppmm.
[s390] (umul_ppmm): Remove.
[s390] (smul_ppmm): Fix incorrect assembler constraints.
[s390] (smul_ppmm, sdiv_qrnnd): Rename __xx to __x.

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

21 years agoCanonicalize whitespace
zack [Mon, 30 Sep 2002 20:46:06 +0000 (20:46 +0000)]
Canonicalize whitespace

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

21 years ago * config/xtensa/xtensa.h (REG_CLASS_NAMES, REG_CLASS_CONTENTS):
bwilson [Mon, 30 Sep 2002 20:25:44 +0000 (20:25 +0000)]
    * config/xtensa/xtensa.h (REG_CLASS_NAMES, REG_CLASS_CONTENTS):
        Add new RL_REGS register class.
        (PREFERRED_RELOAD_CLASS, PREFERRED_OUTPUT_RELOAD_CLASS):
        Call xtensa_preferred_reload_class for both input and output reloads.
        * config/xtensa/xtensa.c (xtensa_regno_to_class): Use new RL_REGS class.
        (xtensa_preferred_reload_class): Handle output reloads; use RL_REGS
        instead of either AR_REGS or GR_REGS classes.
        (xtensa_secondary_reload_class): Use new RL_REGS class.
        * config/xtensa/xtensa-protos.h (xtensa_preferred_reload_class): Update.

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

21 years ago(BINUTILS_SUPPORT_DIRS): Add cpu directory.
nickc [Mon, 30 Sep 2002 20:00:34 +0000 (20:00 +0000)]
(BINUTILS_SUPPORT_DIRS): Add cpu directory.

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

21 years ago * pa.c (hppa_encode_label): Don't drop '*' from function labels.
danglin [Mon, 30 Sep 2002 19:52:45 +0000 (19:52 +0000)]
* pa.c (hppa_encode_label): Don't drop '*' from function labels.
(pa_strip_name_encoding): Strip '@' and '*', in that order.
* pa.h (ASM_OUTPUT_LABELREF): Output user_label_prefix except when
there is a '*' prefix in NAME.

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

21 years ago * reload.c (push_reload): Handle subregs and secondary memory.
hubicka [Mon, 30 Sep 2002 19:35:17 +0000 (19:35 +0000)]
* reload.c (push_reload): Handle subregs and secondary memory.
* reload1.c (gen_reload): Likewise.

* jump.c (reg_or_subregno): New function.
* rtl.h (reg_or_subregno): Declare
* unroll.c (find_splittable_givs): Handle subregs.

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

21 years agocp:
nathan [Mon, 30 Sep 2002 19:33:06 +0000 (19:33 +0000)]
cp:
* tree.c (really_overloaded_fn): TEMPLATE_ID_EXPRs are also
overloaded.
testsuite:
* g++.dg/overload/member1.C: New test.

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

21 years ago * class.c (build_vtbl_initializer): Add cast.
sje [Mon, 30 Sep 2002 18:06:58 +0000 (18:06 +0000)]
* class.c (build_vtbl_initializer): Add cast.
(add_vcall_offset_vtbl_entries_1):
Use TARGET_VTABLE_DATA_ENTRY_DISTANCE for offset.

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

21 years agoNew.
rth [Mon, 30 Sep 2002 17:19:37 +0000 (17:19 +0000)]
New.

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

21 years agoMark PR.
rth [Mon, 30 Sep 2002 17:18:51 +0000 (17:18 +0000)]
Mark PR.

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

21 years agoFix docs
green [Mon, 30 Sep 2002 17:00:42 +0000 (17:00 +0000)]
Fix docs

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

21 years ago * store-layout.c (finish_record_layout): Add free_p parameter.
mmitchel [Mon, 30 Sep 2002 16:52:19 +0000 (16:52 +0000)]
* store-layout.c (finish_record_layout): Add free_p parameter.
(layout_type): Pass it.
* tree.h (finish_record_layout): Update prototype.

* class.c (walk_subobject_offsets): Correct the calculation of
offsets for virtual bases.  Correct the counting of array
elements.
(layout_nonempty_base_or_field): Simplify.  Correct the
calculation of offsets to be propagated through the binfo
hierarchy.
(build_base_field): Avoid creating a FIELD_DECL for empty bases.
Add the FIELD_DECL to TYPE_FIELDS.
(build_base_fields): Adjust accordingly.
(layout_virtual_bases): Use build_base_field.
(end_of_class): Return a tree, not an integer.
(warn_about_ambiguous_direct_bases): Rename to ...
(warn_about_ambiguous_bases): ... this.
(include_empty_classes): New function.
(layout_class_type): Create an alternative version of the type to
be used when as a base class type.  Do not call
finish_record_layout until we are done laying out the class.
* cp-tree.h (lang_type_class): Remove size, size_unit.  Add
as_base.
(CLASSTYPE_SIZE): Reimplement.
(CLASSTYPE_SIZE_UNIT): Likewise.
(CLASSTYPE_ALIGN): Likweise.
(CLASSTYPE_USER_ALIGN): Likewise.
(CLASSTYPE_AS_BASE): New macro.
(DECL_INITIALIZED_P): Likewise.
(extract_init): Remove prototype.
(build_forced_zero_init): Rename to ...
(build_zero_init): ... this.
(force_store_init_value): Remove.
* decl.c (obscure_complex_init): Remove.
(duplicate_decls): Copy DECL_INITIALIZED_P.
(check_initializer): Do not leave junk in DECL_INITIAL.
(cp_finish_decl): Handle zero-initialization of entities with
static storage duration.
* expr.c (extract_init): Remove.
* init.c (build_forced_zero_init): Remove.
(build_zero_init): New function.
(build_default_init): Use it.
(build_field_list): Skip FIELD_DECLs for base subobjects.
(push_base_cleanups): Likewise.
* method.c (do_build_assign_ref): Likewise.
(synthesize_exception_spec): Likewise.
* pt.c (tsubst_decl): Clear DECL_INITIALIZED_P.
(regenerate_decl_from_template): To not set DECL_INITIAL for a
static data member whose initialization took place in its class.
(instantiate_decl): Do not pass an initializer to cp_finish_decl
in that situation.
* search.c (dfs_push_decls): Skip FIELD_DECLs for base subobjects.
(dfs_unuse_fields): Likewise.
* tree.c (pod_type_p): Handle error_mark_node.
(zero_init_p): Likewise.
* typeck.c (lookup_anon_field): Skip FIELD_DECLs for base
subobjects.
* typeck2.c (store_init_value): Remove #if 0'd code.
(force_store_init_value): Remove.
(process_init_constructor): Use build_zero_init.

* g++.dg/abi/empty7.C: New test.
* g++.dg/init/pm2.C: Likewise.

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

21 years agoAdd -fno-assert flag.
green [Mon, 30 Sep 2002 14:57:43 +0000 (14:57 +0000)]
Add -fno-assert flag.

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

21 years ago * i386.h (TARGET_CPP_CPU_BUILTINS): Define __SSE_MATH__.
hubicka [Mon, 30 Sep 2002 13:00:32 +0000 (13:00 +0000)]
* i386.h (TARGET_CPP_CPU_BUILTINS): Define __SSE_MATH__.

* gcse.c (cprop_jump): Check that the register has not
been modified
(cprop_jump): Likewise.

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

21 years ago * configure.in (s390*-*-linux*): Enable libgcj.
uweigand [Mon, 30 Sep 2002 12:15:00 +0000 (12:15 +0000)]
* configure.in (s390*-*-linux*): Enable libgcj.

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

21 years ago * configure.in: Add s390x-*-linux-* target.
uweigand [Mon, 30 Sep 2002 11:59:42 +0000 (11:59 +0000)]
* configure.in: Add s390x-*-linux-* target.
* configure: Regenerate.
* include/ffi.h.in: Define S390X for s390x targets.
(FFI_CLOSURES): Define for s390/s390x.
(FFI_TRAMPOLINE_SIZE): Likewise.
(FFI_NATIVE_RAW_API): Likewise.
* src/prep_cif.c (ffi_prep_cif): Do not compute stack space for s390.
* src/types.c (FFI_TYPE_POINTER): Use 8-byte pointers on s390x.
* src/s390/ffi.c: Major rework of existing code.  Add support for
s390x targets.  Add closure support.
* src/s390/sysv.S: Likewise.

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

21 years ago* arm.h (BASE_REG_CLASS): Always return LO_REGS for Thumb.
rearnsha [Mon, 30 Sep 2002 11:18:38 +0000 (11:18 +0000)]
* arm.h (BASE_REG_CLASS): Always return LO_REGS for Thumb.
(MODE_BASE_REG_CLASS, case Thumb): Only return BASE_REGS if we know
that we have a SImode access, and only then if reload hasn't completed;
for all other cases, use LO_REGS.

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

21 years agoDaily bump.
gccadmin [Mon, 30 Sep 2002 07:17:22 +0000 (07:17 +0000)]
Daily bump.

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

21 years ago * real.c (real_from_string): Apply sign last. Tidy exponent handling.
rth [Mon, 30 Sep 2002 06:04:16 +0000 (06:04 +0000)]
    * real.c (real_from_string): Apply sign last.  Tidy exponent handling.

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

21 years agoAdd Proxy support.
green [Mon, 30 Sep 2002 05:19:09 +0000 (05:19 +0000)]
Add Proxy support.

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

21 years ago * combine.c (force_to_mode): Handle FLOAT_MODE destinations
rth [Mon, 30 Sep 2002 03:26:47 +0000 (03:26 +0000)]
    * combine.c (force_to_mode): Handle FLOAT_MODE destinations
        for CONST_INT.

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

21 years ago * real.h (ibm_extended_format): Declare.
dje [Sun, 29 Sep 2002 21:23:45 +0000 (21:23 +0000)]
    * real.h (ibm_extended_format): Declare.
        * real.c (encode_ibm_extended, decode_ibm_extended): New
        functions.

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

21 years ago * darwin-protos.h (darwin_asm_output_dwarf_delta): Prototype.
ghazi [Sun, 29 Sep 2002 19:55:08 +0000 (19:55 +0000)]
* darwin-protos.h (darwin_asm_output_dwarf_delta): Prototype.

* ia64.c (ia64_hpux_asm_file_end): Const-ify.

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

21 years agocp:
nathan [Sun, 29 Sep 2002 18:27:02 +0000 (18:27 +0000)]
cp:
PR c++/7788
* rtti.c (unemitted_tinfo_decl_p): Check it has a field.
testsuite:
* g++.dg/rtti/crash1.C: New test.

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

21 years ago * expmed.c (extract_bit_field): Fix bit-field extraction from SUBREGs.
danglin [Sun, 29 Sep 2002 18:25:20 +0000 (18:25 +0000)]
* expmed.c (extract_bit_field): Fix bit-field extraction from SUBREGs.

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

21 years ago * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
hp [Sun, 29 Sep 2002 18:16:15 +0000 (18:16 +0000)]
* gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
gcc.dg/sibcall-4.c: New tests.

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

21 years ago* src/arm/sysv.S: Fix typo.
rearnsha [Sun, 29 Sep 2002 18:08:58 +0000 (18:08 +0000)]
* src/arm/sysv.S: Fix typo.

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

21 years ago2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
neroden [Sun, 29 Sep 2002 16:11:24 +0000 (16:11 +0000)]
2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>

* configure: Revert accidentally applied changes.

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

21 years ago2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
neroden [Sun, 29 Sep 2002 15:53:23 +0000 (15:53 +0000)]
2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>

* Makefile.tpl: Make more autoconf-friendly.
* Makefile.in: Regenerate.
* configure: Make substitution more autoconf-like.

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

21 years ago * builtins.def: Fix comment formatting.
kazu [Sun, 29 Sep 2002 13:16:44 +0000 (13:16 +0000)]
* builtins.def: Fix comment formatting.
* c-common.def: Likewise.
* cfgcleanup.c: Likewise.
* combine.c: Likewise.
* gengtype.c: Likewise.
* params.def: Likewise.
* predict.def: Likewise.
* rtl.def: Likewise.
* stab.def: Likewise.
* stor-layout.c: Likewise.
* tree.def: Likewise.
* config/darwin.c: Likewise.
* config/darwin.h: Likewise.
* config/dbxcoff.h: Likewise.
* config/elfos.h: Likewise.
* config/fp-bit.c: Likewise.
* config/freebsd-spec.h: Likewise.
* config/interix.h: Likewise.
* config/libgloss.h: Likewise.
* config/linux-aout.h: Likewise.
* config/linux.h: Likewise.
* config/lynx-ng.h: Likewise.
* config/lynx.h: Likewise.
* config/netbsd-aout.h: Likewise.
* config/netbsd.h: Likewise.
* config/netware.h: Likewise.
* config/psos.h: Likewise.
* config/ptx4.h: Likewise.

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

21 years ago * cp-tree.h: Fix comment typos.
kazu [Sun, 29 Sep 2002 11:53:49 +0000 (11:53 +0000)]
* cp-tree.h: Fix comment typos.
* decl.c: Likewise.
* pt.c: Likewise.

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

21 years agoDaily bump.
gccadmin [Sun, 29 Sep 2002 07:17:15 +0000 (07:17 +0000)]
Daily bump.

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

21 years ago * gcc.c-torture/execute/20020720-1.x: No longer skip test on
sayle [Sat, 28 Sep 2002 17:58:27 +0000 (17:58 +0000)]
* gcc.c-torture/execute/20020720-1.x: No longer skip test on
powerpc and MMIX targets.

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

21 years ago * ChangeLog.4: Fix typos.
kazu [Sat, 28 Sep 2002 15:29:45 +0000 (15:29 +0000)]
* ChangeLog.4: Fix typos.
* ChangeLog.6: Likewise.
* FSFChangeLog.10: Likewise.
* genattrtab.c: Fix comment typos.
* haifa-sched.c: Likewise.
* real.c: Likewise.
* tree.h: Likewise.
* config/arm/arm.c: Likewise.
* config/arm/crti.asm: Likewise.
* config/arm/crtn.asm: Likewise.
* config/frv/frv.c: Likewise.
* config/frv/frv.md: Likewise.
* config/h8300/h8300.md: Likewise.
* config/i386/rtemself.h: Likewise.
* config/ia64/unwind-ia64.c: Likewise.
* config/ip2k/ip2k.h: Likewise.
* config/m88k/m88k.c: Likewise.
* config/m88k/m88k.md: Likewise.
* config/mips/sr71k.md: Likewise.
* config/mmix/mmix.c: Likewise.
* config/rs6000/rs6000.c: Likewise.
* config/sh/sh.md: Likewise.

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

21 years ago * config/avr/avr.c: Eliminate use of _PC_ in pc relative insns.
marekm [Sat, 28 Sep 2002 14:14:12 +0000 (14:14 +0000)]
* config/avr/avr.c: Eliminate use of _PC_ in pc relative insns.
* config/avr/avr.md: Ditto.

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

21 years ago* configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
rearnsha [Sat, 28 Sep 2002 12:19:19 +0000 (12:19 +0000)]
* configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
single entry to handle all these.
(arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
libjava on arm-*-elf.

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

21 years ago* configure.host: Handle arm*-elf, strongarm*-elf and xscale*-elf with
rearnsha [Sat, 28 Sep 2002 12:15:18 +0000 (12:15 +0000)]
* configure.host: Handle arm*-elf, strongarm*-elf and xscale*-elf with
a single configuration.

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

21 years ago* include/private/gcconfig.h: Don't check for __XSCALE__. Instead
rearnsha [Sat, 28 Sep 2002 12:12:36 +0000 (12:12 +0000)]
* include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
check for __arm__ or __thumb__.

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

21 years ago* src/arm/sysv.S: If we don't have machine/asm.h and the pre-processor
rearnsha [Sat, 28 Sep 2002 12:09:27 +0000 (12:09 +0000)]
* src/arm/sysv.S: If we don't have machine/asm.h and the pre-processor
has defined __USER_LABEL_PREFIX__, then use it in CNAME.
(ffi_call_SYSV): Handle soft-float.

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

21 years agoDaily bump.
gccadmin [Sat, 28 Sep 2002 07:17:09 +0000 (07:17 +0000)]
Daily bump.

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

21 years ago * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
geoffk [Sat, 28 Sep 2002 01:43:37 +0000 (01:43 +0000)]
* configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
things that depend on them.

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

21 years ago2002-09-27 Alexander N. Kabaev <ak03@gte.com>
zack [Sat, 28 Sep 2002 00:30:37 +0000 (00:30 +0000)]
2002-09-27  Alexander N. Kabaev <ak03@gte.com>

PR preprocessor/8055
* cppmacro.c (stringify_arg): Do not overflow the buffer
with the terminating NUL when the argument to be stringified
has no tokens.
* testsuite/gcc.dg/cpp/20020927-1.c: New.

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

21 years ago2002-09-27 Paolo Carlini <pcarlini@unitus.it>
paolo [Fri, 27 Sep 2002 23:08:22 +0000 (23:08 +0000)]
2002-09-27  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/locale_facets.tcc (num_put::_M_widen_int):
Deal correctly with grouped, showbased (oct or hex) zero.
* testsuite/22_locale/num_put_members_char.cc: Add test05.
* testsuite/22_locale/num_put_members_wchar_t.cc: Ditto.

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

21 years agoFix comment typo.
rth [Fri, 27 Sep 2002 22:59:29 +0000 (22:59 +0000)]
Fix comment typo.

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

21 years ago * unroll.c (simplify_cmp_and_jump_insns): New.
rth [Fri, 27 Sep 2002 22:41:07 +0000 (22:41 +0000)]
* unroll.c (simplify_cmp_and_jump_insns): New.
(unroll_loop): Use it.  Use simplify_gen_foo+force_operand
instead of expand_simple_foo.

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

21 years ago * include/std/std_limits.h (numeric_limits<T>::is_iec559): False
rth [Fri, 27 Sep 2002 22:39:28 +0000 (22:39 +0000)]
    * include/std/std_limits.h (numeric_limits<T>::is_iec559): False
        if denormals are not supported.

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

21 years ago * config/os/hpux/cpu_limits.h: Remove.
rth [Fri, 27 Sep 2002 22:39:08 +0000 (22:39 +0000)]
    * config/os/hpux/cpu_limits.h: Remove.

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