OSDN Git Service

pf3gnuchains/gcc-fork.git
22 years agoDaily bump.
gccadmin [Thu, 14 Feb 2002 08:16:54 +0000 (08:16 +0000)]
Daily bump.

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

22 years ago2002-02-13 Toon Moene <toon@moene.indiv.nluug.nl>
toon [Thu, 14 Feb 2002 06:16:56 +0000 (06:16 +0000)]
2002-02-13  Toon Moene  <toon@moene.indiv.nluug.nl>

* news.texi: List Problem Reports fixed in 3.1.

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

22 years ago2002-02-13 Eric Christopher <echristo@redhat.com>
echristo [Thu, 14 Feb 2002 05:11:44 +0000 (05:11 +0000)]
2002-02-13  Eric Christopher  <echristo@redhat.com>

* config/mips/mips.c (override_options): Add check for march/mipsX
on the same command line. Fix error message in cpu processing.
Remove architecture and ISA checks.

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

22 years ago2002-02-13 Aldy Hernandez <aldyh@redhat.com>
aldyh [Thu, 14 Feb 2002 03:43:03 +0000 (03:43 +0000)]
2002-02-13  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Adjust for vectors.

        * config/rs6000/sysv4.h (ROUND_TYPE_ALIGN): Add MAX.

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

22 years ago2002-02-14 Aldy Hernandez <aldyh@redhat.com>
aldyh [Thu, 14 Feb 2002 03:37:37 +0000 (03:37 +0000)]
2002-02-14  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/rs6000.md ("*movv4si_internal"): Add m<-r and r<-r
        alternatives.
        ("*movv8hi_internal1"): Same.
        ("*movv16qi_internal1"): Same.
        ("*movv4sf_internal1"): Same.

        * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Do
        not push_reload for altivec modes.

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

22 years agoRemoved .s files.
bryce [Thu, 14 Feb 2002 00:09:23 +0000 (00:09 +0000)]
Removed .s files.

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

22 years ago2002-02-13 Joel Sherrill <joel@OARcorp.com>
joel [Wed, 13 Feb 2002 22:49:03 +0000 (22:49 +0000)]
2002-02-13 Joel Sherrill <joel@OARcorp.com>

* config.gcc (a29k-*-rtems), config/a29k/rtems.h: General cleanup across
all RTEMS targets including removal of #includes from config/*/rtems*.h
file and adding them to tm_file setting. Added xm_defines=POSIX to
many targets.
* config.gcc (c4x-*-rtems), config/c4x/rtems.h: Ditto.
* config.gcc (h8300-*-rtems), config/h8300/rtems.h: Ditto.
* config.gcc (hppa1.1-*-rtems), config/pa/rtems.h: Ditto.
* config.gcc (i960-*-rtems), config/i960/rtems.h: Ditto.
* config.gcc (m68k-*-rtems*), config/m68k/rtems.h,
config/m68k/rtemself.h: Ditto.
* config.gcc (mips*-*-rtems*), config/mips/rtems.h,
config/mips/rtems64.h: Ditto.
* config.gcc (powerpc-*-rtems*), config/rs6000/rtems.h: Ditto.
* config.gcc (sh-*-rtems*), config/sh/rtems.h, config/sh/rtemself.h:
Ditto.
* config.gcc (sparc-*-rtems*), config/sparc/rtems.h,
config/sparc/rtemself.h: Ditto.
* config.gcc (v850-*-rtems*), config/v850/rtems.h: Ditto.
* config.gcc (arm-rtems), config/arm/rtems-elf.h: Ditto plus moved
arm-rtems stanza closer to other arm-elf targets and made arm-rtems
more like arm-elf.
* config.gcc (i[34567]86-*-rtems*), config/i386/djgpp-rtems.h,
config/i386/rtems.h, config/i386/rtemself.h: Ditto plus i386-rtemself
target made more similar to i386-elf.
* config/i386/t-rtems-i386: Added soft float support and multilibs.
* config/m68k/t-m68kbare: Add 68040 and 68060 as multilib alternatives to
be similar to config/m68k/t-m68kelf.
* gthr-rtems.h: Encapsulate with extern "C" for C++.

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

22 years ago * regmove.c (kill_value): Handle subregs.
hubicka [Wed, 13 Feb 2002 22:44:12 +0000 (22:44 +0000)]
* regmove.c (kill_value): Handle subregs.

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

22 years ago * i386.md (mul patterns): Allow memory operand to be first;
hubicka [Wed, 13 Feb 2002 22:35:54 +0000 (22:35 +0000)]
* i386.md (mul patterns): Allow memory operand to be first;
add expanders where needed; fix constraints.
(min?f_nonieee, max?f_nonieee, SSE TImode patterns):
Allow memory operand to be the first.

* i386.c (ix86_prepare_fp_compare_args): Fix condition for swapping
operands.

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

22 years ago PR c/5681:
jakub [Wed, 13 Feb 2002 21:49:32 +0000 (21:49 +0000)]
PR c/5681:
* expr.c (safe_from_p): Pass VOIDmode to true_dependence instead of
GET_MODE (x).

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

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

22 years ago PR optimization/5547:
jakub [Wed, 13 Feb 2002 21:46:22 +0000 (21:46 +0000)]
PR optimization/5547:
* config/i386/i386.c (i386_simplify_dwarf_addr): Simplify
all valid IA-32 address modes involving non-scaled %ebx and
GOT/GOTOFF as displacement.

* g++.dg/other/debug3.C: New test.

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

22 years ago * g++.old-deja/g++.other/thunk1.C: New test.
mmitchel [Wed, 13 Feb 2002 20:59:37 +0000 (20:59 +0000)]
* g++.old-deja/g++.other/thunk1.C: New test.

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

22 years ago2002-02-13 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 13 Feb 2002 18:29:12 +0000 (18:29 +0000)]
2002-02-13  Benjamin Kosnik  <bkoz@redhat.com>

* src/localename.cc: Remove stdexcept include.
* src/locale-inst.cc: Same.
* src/locale.cc: Same.
* src/functexcept.cc: Remove string includes.
* include/std/std_bitset.h: Remove stdexcept include.
* testsuite/23_containers/bitset_members.cc: Add stdexcept.

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

22 years ago * config/s390/s390.c (s390_final_chunkify): Re-run shorten_branches
uweigand [Wed, 13 Feb 2002 17:55:02 +0000 (17:55 +0000)]
* config/s390/s390.c (s390_final_chunkify): Re-run shorten_branches
after emitting ltorg insns.

* config/s390/s390.md (*cmpdf_ccs_0, *cmpdf_ccs, *cmpsf_ccs_0,
*cmpsf_ccs, truncdfsf2_ieee, *adddf3, *addsf3, *subdf3, *subsf3,
*muldf3, *mulsf3, *divdf3, *divsf3, *negdf2, *negsf2, *absdf2,
*abssf2): Fix "op_type" attribute.

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

22 years ago * decl.c (builtin_function): Set TREE_THIS_VOLATILE on return fns.
jason [Wed, 13 Feb 2002 17:36:20 +0000 (17:36 +0000)]
    * decl.c (builtin_function): Set TREE_THIS_VOLATILE on return fns.
        (finish_function): Don't warn if current_function_returns_null.

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

22 years ago2002-02-13 Martin Kahlert <martin.kahlert@infineon.com>
tromey [Wed, 13 Feb 2002 17:34:52 +0000 (17:34 +0000)]
2002-02-13  Martin Kahlert  <martin.kahlert@infineon.com>

* jni.cc (_Jv_JNI_AttachCurrentThread): env->locals assigned
correctly.

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

22 years ago * typeck2.c (digest_init): Do handle values of vector type.
jason [Wed, 13 Feb 2002 17:32:24 +0000 (17:32 +0000)]
    * typeck2.c (digest_init): Do handle values of vector type.

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

22 years ago2002-02-13 Todd Stock <toddastock@yahoo.com>
tromey [Wed, 13 Feb 2002 17:12:27 +0000 (17:12 +0000)]
2002-02-13  Todd Stock  <toddastock@yahoo.com>

Fix for PR libgcj/5671:
* verify.cc (state::merge): Handle case where we're merging
against an interface.

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

22 years ago * mkconfig.sh: Avoid using a subshell redirect.
kenner [Wed, 13 Feb 2002 15:37:41 +0000 (15:37 +0000)]
* mkconfig.sh: Avoid using a subshell redirect.
($output.T): Change to $(output)T.
(ENABLE_NLS): Remove unneeded undef.

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

22 years ago * config/alpha/vms.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Define.
kenner [Wed, 13 Feb 2002 15:32:02 +0000 (15:32 +0000)]
* config/alpha/vms.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Define.
* config/alpha/x-vms (libsubdir): Define.

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

22 years ago * config/alpha/vms.h (MD_FALLBACK_FRAME_STATE_FOR): Handle
kenner [Wed, 13 Feb 2002 15:19:27 +0000 (15:19 +0000)]
* config/alpha/vms.h (MD_FALLBACK_FRAME_STATE_FOR): Handle
register frame procedures. Optimize retrieving context.

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

22 years ago * config/alpha/t-vms (MULTILIB_OPTIONS): Define.
kenner [Wed, 13 Feb 2002 15:14:49 +0000 (15:14 +0000)]
* config/alpha/t-vms (MULTILIB_OPTIONS): Define.
(MULTILIB_DIRNAME, LIBGCC, INSTALL_LIBGCC): Likewise.
* config/alpha/vms.h (ASM_FILE_START): Write .arch directive.

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

22 years ago * alias.c (find_base_term, case ZERO_EXTEND, case SIGN_EXTEND):
kenner [Wed, 13 Feb 2002 14:50:53 +0000 (14:50 +0000)]
* alias.c (find_base_term, case ZERO_EXTEND, case SIGN_EXTEND):
Make same change as for find_base_value.

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

22 years ago * config/h8300/h8300.h (MODES_TIEABLE_P): Accept a combination
kazu [Wed, 13 Feb 2002 13:07:48 +0000 (13:07 +0000)]
* config/h8300/h8300.h (MODES_TIEABLE_P): Accept a combination
of QImode and SImode.

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

22 years ago * config/h8300/h8300.c (h8300_adjust_insn_length): Correct the
kazu [Wed, 13 Feb 2002 12:51:53 +0000 (12:51 +0000)]
* config/h8300/h8300.c (h8300_adjust_insn_length): Correct the
length computation of movsi.
* config/h8300/h8300.md (movsi_h8300hs): Correct the length.

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

22 years ago * config/h8300/h8300.md (subqi3): Tighten the predicate for
kazu [Wed, 13 Feb 2002 12:42:33 +0000 (12:42 +0000)]
* config/h8300/h8300.md (subqi3): Tighten the predicate for
operands[2] to register_operand.

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

22 years ago * typeck2.c (digest_init, process_init_constructor): Treat vectors
jason [Wed, 13 Feb 2002 12:05:01 +0000 (12:05 +0000)]
    * typeck2.c (digest_init, process_init_constructor): Treat vectors
        like arrays.

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

22 years ago * i386.md (fop_*_comm_*): allow nonimmediate in the first operand.
hubicka [Wed, 13 Feb 2002 10:09:16 +0000 (10:09 +0000)]
* i386.md (fop_*_comm_*): allow nonimmediate in the first operand.

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

22 years agoDaily bump.
gccadmin [Wed, 13 Feb 2002 08:16:17 +0000 (08:16 +0000)]
Daily bump.

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

22 years ago2002-02-13 Toon Moene <toon@moene.indiv.nluug.nl>
toon [Wed, 13 Feb 2002 07:39:56 +0000 (07:39 +0000)]
2002-02-13  Toon Moene  <toon@moene.indiv.nluug.nl>

* data.c (ffedata_eval_offset_): Only convert index,
low and high bound in data statements to default integer
if they are constants.  Use a copy of the data structure.

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

22 years ago * dbg_mlc.c (GC_debug_generic_malloc): Removed.
bryce [Wed, 13 Feb 2002 05:38:39 +0000 (05:38 +0000)]
* dbg_mlc.c (GC_debug_generic_malloc): Removed.

* sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
preprocessor file.
* mips_sgi_mach_dep.S: Likewise.
* Makefile.am: Update for above changes.
* Makefile.in: Rebuilt.

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

22 years ago2002-02-12 Aldy Hernandez <aldyh@redhat.com>
aldyh [Wed, 13 Feb 2002 04:00:27 +0000 (04:00 +0000)]
2002-02-12  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/rs6000.md: Use predicate altivec_register_operand
        for altivec_lvx* and altivec_stvx*.
        ("*movv4si_internal"): Add constraint for loading from GPRs.
        ("*movv8hi_internal1"): Same.
        ("*movv16qi_internal1"): Same.
        ("*movv4sf_internal1"): Same.

        * config/rs6000/rs6000.c (altivec_register_operand): New.

        * config/rs6000/rs6000.h (PREDICATE_CODES): Add
        altivec_register_operand.

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

22 years ago * config/mmix/mmix.c (mmix_assemble_integer) <case 4>: Don't
hp [Wed, 13 Feb 2002 02:11:51 +0000 (02:11 +0000)]
* config/mmix/mmix.c (mmix_assemble_integer) <case 4>: Don't
handle SYMBOL_REF.

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

22 years ago * exception.cc (std::abort): Mark as noreturn.
tromey [Wed, 13 Feb 2002 00:29:42 +0000 (00:29 +0000)]
* exception.cc (std::abort): Mark as noreturn.

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

22 years ago2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
billingd [Tue, 12 Feb 2002 22:46:25 +0000 (22:46 +0000)]
2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>

* g++.dg/warn/weak1.C: weak attributes not supported on cygwin

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

22 years ago * c-typeck.c (digest_init): Handle vectors.
aldyh [Tue, 12 Feb 2002 22:26:12 +0000 (22:26 +0000)]
    * c-typeck.c (digest_init): Handle vectors.
        (really_start_incremental_init): Same.
        (pop_init_level): Same.
        (process_init_element): Same.

        * varasm.c (output_constant): Same.

        * expr.c (clear_storage): Same.
        (store_constructor): Same.

        * gcc.dg/altivec-3.c: New.

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

22 years ago2002-02-12 Eric Christopher <echristo@redhat.com>
echristo [Tue, 12 Feb 2002 21:55:29 +0000 (21:55 +0000)]
2002-02-12  Eric Christopher  <echristo@redhat.com>

* explow.c (hard_function_value): Add comment explaining
signed/unsigned comparison.

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

22 years ago * jump.c (never_reached_warning): Add finish argument.
jakub [Tue, 12 Feb 2002 21:39:42 +0000 (21:39 +0000)]
* jump.c (never_reached_warning): Add finish argument.
If finish is NULL, stop on CODE_LABEL, otherwise stop before first
real insn after end.
* rtl.h (never_reached_warning): Adjust prototype.
* cse.c (cse_insn): Pass NULL as finish to never_reached_warning.
* cfgrtl.c (flow_delete_block): Pass b->end as finish to
never_reached_warning.

* gcc.dg/Wunreachable-1.c: New test.
* gcc.dg/Wunreachable-2.c: New test.

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

22 years ago * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
jsm28 [Tue, 12 Feb 2002 21:33:12 +0000 (21:33 +0000)]
* gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.

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

22 years ago * config/pa/pa.h (GO_IF_LEGITIMATE_ADDRESS): Fix typos.
grahams [Tue, 12 Feb 2002 20:59:07 +0000 (20:59 +0000)]
* config/pa/pa.h (GO_IF_LEGITIMATE_ADDRESS): Fix typos.

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

22 years ago * configure.in: Re-apply 2001-06-26 configure change.
rth [Tue, 12 Feb 2002 18:40:38 +0000 (18:40 +0000)]
    * configure.in: Re-apply 2001-06-26 configure change.
        * configure: Rebuild.

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

22 years ago * config/h8300/h8300.c (shift_alg_hi): Improve the 15-bit
kazu [Tue, 12 Feb 2002 15:31:54 +0000 (15:31 +0000)]
* config/h8300/h8300.c (shift_alg_hi): Improve the 15-bit
logical shifts on H8/300.
(shift_alg_si): Improve several shifts on H8/300.
(get_shift_alg): Likewise.

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

22 years ago * config/pa/pa.c (compute_movstrsi_length): Fix typos.
law [Tue, 12 Feb 2002 15:21:04 +0000 (15:21 +0000)]
    * config/pa/pa.c (compute_movstrsi_length): Fix typos.

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

22 years ago * alias.c (find_base_value, case ZERO_EXTEND, case SIGN_EXTEND):
kenner [Tue, 12 Feb 2002 15:18:42 +0000 (15:18 +0000)]
* alias.c (find_base_value, case ZERO_EXTEND, case SIGN_EXTEND):
Handle #ifdef POINTERS_EXTEND_UNSIGNED.

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

22 years ago2002-02-12 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 12 Feb 2002 09:02:04 +0000 (09:02 +0000)]
2002-02-12  Benjamin Kosnik  <bkoz@redhat.com>
    Neil Booth  <neil.booth@bnpparibas.com>

* gcc.dg/decl-1.c: Add do-compile tag.

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

22 years agoDaily bump.
gccadmin [Tue, 12 Feb 2002 08:17:01 +0000 (08:17 +0000)]
Daily bump.

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

22 years ago * gcc.dg/decl-1.c: New test.
neil [Tue, 12 Feb 2002 07:36:38 +0000 (07:36 +0000)]
* gcc.dg/decl-1.c: New test.

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

22 years ago2002-02-12 Adam Megacz <adam@xwt.org>
megacz [Tue, 12 Feb 2002 06:10:45 +0000 (06:10 +0000)]
2002-02-12  Adam Megacz <adam@xwt.org>

        * java/lang/Win32Process.java: Filled in a placeholder
        implementation so Win32 will build.

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

22 years ago2002-02-12 Adam Megacz <adam@xwt.org>
megacz [Tue, 12 Feb 2002 05:52:33 +0000 (05:52 +0000)]
2002-02-12  Adam Megacz <adam@xwt.org>

    * java/io/natFilePosix.cc: Copied this from natFile.cc.
    * java/io/natFile.cc: Removed from repository.
    * configure.in: Added AC_LINK_FILES for natFile${PLATFORM}.

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

22 years ago * sparc_mach_dep.S: Delete incorrectly named file.
bryce [Tue, 12 Feb 2002 04:43:53 +0000 (04:43 +0000)]
* sparc_mach_dep.S: Delete incorrectly named file.

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

22 years ago Imported GC 6.1 Alpha 3. Finally.
bryce [Tue, 12 Feb 2002 04:37:57 +0000 (04:37 +0000)]
Imported GC 6.1 Alpha 3. Finally.

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

22 years ago2002-02-11 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 12 Feb 2002 04:35:58 +0000 (04:35 +0000)]
2002-02-11   Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/stl_algo (__stl_threshold): Declare external.
(__stl_chunk_size): Same.
* include/bits/stl_bvector.h (__WORD_BIT): Same.
* include/bits/stl_tree.h (_S_rb_tree_red): Same.
(_S_rb_tree_black): Same.
* src/stl-inst.cc (__stl_threshold): Define.
(__stl_chunk_size): Same.
(__WORD_BIT): Same.
(_S_rb_tree_red): Same.
(_S_rb_tree_black): Same.

* config/io/basic_file_libio.h (__basic_file): Add declarations.
* include/bits/basic_file.h: Remove.
* config/io/c_io_stdio.h: Remove _GLIBCPP_BASIC_FILE_ENCAPSULATION
Declare generic types, specialization.
        * config/io/basic_file_stdio.cc: Definitions.
* config/io/c_io_libio.h: Remove _GLIBCPP_BASIC_FILE_INHERITANCE.
Declare generic types.
* include/Makefile.am (bits_headers): Remove basic_file.h.
(extra_target_headers): Change basic_file_model.h to basic_file.h.
(stamp-target): Same.

* include/bits/stl_alloc.h: Tweaks.
* include/bits/localefwd.h: Same.

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

22 years ago2002-02-12 Adam Megacz <adam@xwt.org>
megacz [Tue, 12 Feb 2002 04:35:32 +0000 (04:35 +0000)]
2002-02-12  Adam Megacz <adam@xwt.org>

        * win32.cc: Added two #includes to make win32.cc compile.

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

22 years ago * boehm.cc (initialized, obj_kind_x, obj_free_list): Removed unused
bryce [Tue, 12 Feb 2002 04:14:52 +0000 (04:14 +0000)]
* boehm.cc (initialized, obj_kind_x, obj_free_list): Removed unused
declarations.
(_Jv_InitGC): Don't bother locking, as this is always called from a
single-thread. Turn off GC_all_interior_pointers. Remove dead code.

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

22 years ago2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
billingd [Tue, 12 Feb 2002 04:09:34 +0000 (04:09 +0000)]
2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>

        * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999

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

22 years ago2002-02-11 Adam Megacz <adam@xwt.org>
megacz [Tue, 12 Feb 2002 02:25:07 +0000 (02:25 +0000)]
2002-02-11  Adam Megacz <adam@xwt.org>

        * include/win32.h: Added _Jv_platform_gettimeofday.
        * win32.cc (_Jv_platform_gettimeofday): Added dummy function.

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

22 years ago2002-02-11 Adam Megacz <adam@xwt.org>
megacz [Tue, 12 Feb 2002 02:17:21 +0000 (02:17 +0000)]
2002-02-11  Adam Megacz <adam@xwt.org>

    * java/io/natFileWin32.cc, java/io/natFileDescriptorWin32.cc:
    Added #undef STRICT to make windows.h and
    java/lang/reflect/Modifier.h cooperate.

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

22 years ago2002-02-11 Adam Megacz <adam@xwt.org>
megacz [Tue, 12 Feb 2002 01:54:18 +0000 (01:54 +0000)]
2002-02-11  Adam Megacz <adam@xwt.org>

        * java/io/natFileWin32.cc: Created a placeholder class with lots
        of FIXMEs.

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

22 years ago2002-02-12 David Billinghurst <Davod.Billinghurst@riotinto.com>
billingd [Mon, 11 Feb 2002 22:53:09 +0000 (22:53 +0000)]
2002-02-12  David Billinghurst <Davod.Billinghurst@riotinto.com>

* class.c(build_utf8_ref): Move declaration of decl_size

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

22 years ago * config/mmix/mmix.c (mmix_assemble_integer) <case 1, 2>: Handle
hp [Mon, 11 Feb 2002 22:38:30 +0000 (22:38 +0000)]
* config/mmix/mmix.c (mmix_assemble_integer) <case 1, 2>: Handle
non-CONST_INT through default_assemble_integer.
<case 4>: Likewise, for non-CONST_INT, non-SYMBOL_REF.
<case 8>: Abort for CONST_DOUBLE.

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

22 years ago2002-02-11 Adam Megacz <adam@xwt.org>
megacz [Mon, 11 Feb 2002 22:32:11 +0000 (22:32 +0000)]
2002-02-11  Adam Megacz <adam@xwt.org>

        * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava
        and boehm-gc

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

22 years ago2002-02-11 Adam Megacz <adam@xwt.org>
megacz [Mon, 11 Feb 2002 22:28:58 +0000 (22:28 +0000)]
2002-02-11  Adam Megacz <adam@xwt.org>

    * exception.cc (_Jv_Throw, PERSONALITY_FUNCTION): Changed
    std::abort() to simply abort(). Also added "fake" std::abort() so
    we can #include unwind-pe.h without having to link against
    libstdc++-v3.

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

22 years ago * gcc.c (init_gcc_specs): Add static libgcc to link when "-shared"
danglin [Mon, 11 Feb 2002 22:14:25 +0000 (22:14 +0000)]
* gcc.c (init_gcc_specs): Add static libgcc to link when "-shared"
is specified.
* config/pa/pa-linux.h (LIB_SPEC): Delete.
* config/pa/pa32-linux.h (LINK_COMMAND_SPEC): Delete.

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

22 years ago * gcc.pot: Regenerate.
zack [Mon, 11 Feb 2002 19:49:47 +0000 (19:49 +0000)]
    * gcc.pot: Regenerate.

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

22 years ago2002-02-11 Aaron W LaFramboise <AWLaFramboise@aol.com>
bkoz [Mon, 11 Feb 2002 18:56:24 +0000 (18:56 +0000)]
2002-02-11  Aaron W LaFramboise  <AWLaFramboise@aol.com>

* include/bits/locale_facets.tcc (collate::do_hash): Fix.
* testsuite/22_locale/collate_members_char.cc (test03): New test.
* testsuite/22_locale/collate_members_wchar_t.cc (test03): Same.

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

22 years ago2002-02-11 Adam Megacz <adam@xwt.org>
megacz [Mon, 11 Feb 2002 18:31:10 +0000 (18:31 +0000)]
2002-02-11  Adam Megacz <adam@xwt.org>

        * gcc/boehm-gc/configure.in: support for win32, saner
        cross-compile options

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

22 years ago 2002-02-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
sirl [Mon, 11 Feb 2002 18:10:05 +0000 (18:10 +0000)]
2002-02-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

PR libobjc/4039
* aclocal.m4: Replace with version copied from libstdc++-v3.
* configure.in: Update for changes to aclocal and Makefile.
* configure: Regenerate.
* Makefile.in: Correct install of multilibs and shared libs, use
INSTALL_DATA for include files.

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

22 years ago2002-02-11 Andrew Haley <aph@cambridge.redhat.com>
aph [Mon, 11 Feb 2002 17:04:31 +0000 (17:04 +0000)]
2002-02-11  Andrew Haley  <aph@cambridge.redhat.com>

        * config/stormy16/stormy16.md (zero_extendqihi2): New.

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

22 years ago * parse.y (reserved_declspecs): Don't handle attributes.
jason [Mon, 11 Feb 2002 15:52:20 +0000 (15:52 +0000)]
    * parse.y (reserved_declspecs): Don't handle attributes.
        (reserved_typespecquals): Handle them here.
        * Make-lang.in (parse.c): Adjust expected conflicts.

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

22 years agomention NRVO
jason [Mon, 11 Feb 2002 15:24:37 +0000 (15:24 +0000)]
mention NRVO

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

22 years ago* regrename.c (regrename_optimize): Don't accept a
aoliva [Mon, 11 Feb 2002 13:35:14 +0000 (13:35 +0000)]
* regrename.c (regrename_optimize): Don't accept a
part-clobbered register if the replaced register is not part
clobbered.

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

22 years ago* calls.c (store_one_arg): In the non-BLKmode non-partial case,
aoliva [Mon, 11 Feb 2002 13:33:07 +0000 (13:33 +0000)]
* calls.c (store_one_arg): In the non-BLKmode non-partial case,
take padding into account when computing the argument value.

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

22 years ago* config/sh/sh.h (FUNCTION_ARG_REGNO_P): Fix parenthesizing error.
aoliva [Mon, 11 Feb 2002 08:37:07 +0000 (08:37 +0000)]
* config/sh/sh.h (FUNCTION_ARG_REGNO_P): Fix parenthesizing error.

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

22 years agoDaily bump.
gccadmin [Mon, 11 Feb 2002 08:16:16 +0000 (08:16 +0000)]
Daily bump.

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

22 years ago2002-02-06 Aldy Hernandez <aldyh@redhat.com>
aldyh [Mon, 11 Feb 2002 06:15:37 +0000 (06:15 +0000)]
2002-02-06  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/rs6000.c (altivec_init_builtins): Handle
        __builtin_altivec_abs*.
        (bdesc_abs): New.

        * config/rs6000/rs6000.h (rs6000_builtins): Add
        ALTIVEC_BUILTIN_ABS*.

        * config/rs6000/altivec.h: Use const char for builtins expecting
        literals.
        (vec_abs): New versions for C and C++.
        (vec_abss): Same.

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

22 years ago* combine.c (try_combine): Apply substitutions in
aoliva [Mon, 11 Feb 2002 06:07:03 +0000 (06:07 +0000)]
* combine.c (try_combine): Apply substitutions in
CALL_INSN_FUNCTION_USAGE too.

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

22 years ago2002-02-06 Aldy Hernandez <aldyh@redhat.com>
aldyh [Mon, 11 Feb 2002 06:05:05 +0000 (06:05 +0000)]
2002-02-06  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/rs6000.c (altivec_init_builtins): Handle
        __builtin_altivec_abs*.
        (bdesc_abs): New.

        * config/rs6000/rs6000.h (rs6000_builtins): Add
        ALTIVEC_BUILTIN_ABS*.

        * config/rs6000/altivec.h: Use const char for builtins expecting
        literals.
        (vec_abs): New versions for C and C++.
        (vec_abss): Same.

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

22 years ago * config/h8300/h8300.h (INITIALIZE_TRAMPOLINE): Simplify by
kazu [Mon, 11 Feb 2002 04:35:57 +0000 (04:35 +0000)]
* config/h8300/h8300.h (INITIALIZE_TRAMPOLINE): Simplify by
using Pmode.

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

22 years ago * config/h8300/h8300.h (STACK_POINTER_REGNUM): Use the
kazu [Mon, 11 Feb 2002 04:31:33 +0000 (04:31 +0000)]
* config/h8300/h8300.h (STACK_POINTER_REGNUM): Use the
constant definition from h8300.md.
(FRAME_POINTER_REGNUM): Likewise.
* config/h8300/h8300.md (define_constants): Add FP_REG.

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

22 years ago * config/h8300/h8300.c (print_operand): Remove redundant code.
kazu [Mon, 11 Feb 2002 04:26:58 +0000 (04:26 +0000)]
* config/h8300/h8300.c (print_operand): Remove redundant code.

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

22 years ago * config/h8300/h8300-protos.h: Remove the prototype for byte_reg.
kazu [Mon, 11 Feb 2002 04:21:53 +0000 (04:21 +0000)]
* config/h8300/h8300-protos.h: Remove the prototype for byte_reg.
* config/h8300/h8300.c (byte_reg): Make it static.

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

22 years agoNew.
rth [Mon, 11 Feb 2002 02:37:37 +0000 (02:37 +0000)]
New.

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

22 years ago PR c/5623
rth [Mon, 11 Feb 2002 02:28:00 +0000 (02:28 +0000)]
    PR c/5623
        * c-typeck.c (incomplete_type_error): Handle flexible array members.

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

22 years ago PR c++/5624
rth [Mon, 11 Feb 2002 02:12:41 +0000 (02:12 +0000)]
    PR c++/5624
        * tree.c (append_random_chars): Don't abort if main_input_filename
        does not exist.

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

22 years ago * config/mmix/t-mmix (MULTILIB_EXTRA_OPTS): Disable.
hp [Mon, 11 Feb 2002 00:33:08 +0000 (00:33 +0000)]
* config/mmix/t-mmix (MULTILIB_EXTRA_OPTS): Disable.

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

22 years ago For PR java/5641:
tromey [Mon, 11 Feb 2002 00:18:52 +0000 (00:18 +0000)]
For PR java/5641:
* libjava.compile/PR5641.xfail: New file.
* libjava.compile/PR5641.java: New file.

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

22 years ago2002-02-10 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
tromey [Mon, 11 Feb 2002 00:01:11 +0000 (00:01 +0000)]
2002-02-10  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>

* lib/libjava.exp (libjava_find_lib): Remove duplicate .la files.

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

22 years ago * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
kazu [Sun, 10 Feb 2002 20:37:22 +0000 (20:37 +0000)]
* gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
* gcc.c-torture/compile/980506-1.x: Likewise.

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

22 years ago * gcc.dg/20020210-1.c: New.
kazu [Sun, 10 Feb 2002 20:30:10 +0000 (20:30 +0000)]
* gcc.dg/20020210-1.c: New.

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

22 years ago * config/h8300/h8300.md (pushhi1_h8300): Correct the mode
kazu [Sun, 10 Feb 2002 20:24:16 +0000 (20:24 +0000)]
* config/h8300/h8300.md (pushhi1_h8300): Correct the mode
used.
(pushhi1): Likewise.

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

22 years ago2002-02-10 Andreas Tobler <toa@pop.agri.ch>
tromey [Sun, 10 Feb 2002 18:32:48 +0000 (18:32 +0000)]
2002-02-10  Andreas Tobler  <toa@pop.agri.ch>

* interpret.cc (continue1) [insn_f2l]: Use PUSHL, not PUSHI.

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

22 years ago * pa.c (reg_before_reload_operand): Don't accept a SUBREG operand.
danglin [Sun, 10 Feb 2002 17:27:55 +0000 (17:27 +0000)]
* pa.c (reg_before_reload_operand): Don't accept a SUBREG operand.
* pa.h (PREDICATE_CODES): Adjust codes for reg_before_reload_operand.

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

22 years ago2002-02-10 Phil Edwards <pme@gcc.gnu.org>
pme [Sun, 10 Feb 2002 09:05:46 +0000 (09:05 +0000)]
2002-02-10  Phil Edwards  <pme@gcc.gnu.org>

* include/bits/stl_algo.h (transform (both signatures), generate_n):
Use __typeof__ in concept checks.

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

22 years ago2002-02-10 Jonathan Wakely <cow@compsoc.man.ac.uk>
pme [Sun, 10 Feb 2002 09:00:41 +0000 (09:00 +0000)]
2002-02-10  Jonathan Wakely  <cow@compsoc.man.ac.uk>

* include/bits/stl_algo.h (__median, for_each, find, find_if,
adjacent_find, count, count_if, search, search_n, swap_ranges,
transform, replace, replace_if, replace_copy, replace_copy_if,
generate, generate_n, remove_copy, remove_copy_if, remove, remove_if,
unique, unique_copy, reverse, reverse_copy):  Doxygenate.

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

22 years agoDaily bump.
gccadmin [Sun, 10 Feb 2002 08:16:27 +0000 (08:16 +0000)]
Daily bump.

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

22 years ago2002-02-09 David O'Brien <obrien@FreeBSD.org>
obrien [Sat, 9 Feb 2002 21:51:56 +0000 (21:51 +0000)]
2002-02-09  David O'Brien  <obrien@FreeBSD.org>
* config/sparc/freebsd.h(TARGET_DEFAULT): Add MASK_EPILOGUE setting and
remove MASK_VIS.
(ASM_CPU_DEFAULT_SPEC): Remove.  Default setting is fine.

Approved by:  Richard Henderson <rth@redhat.com>
              Message-ID: <20020208111342.A4426@redhat.com>

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

22 years ago * config/h8300/h8300.c (output_logical_op): Use sub.w to clear
kazu [Sat, 9 Feb 2002 21:49:23 +0000 (21:49 +0000)]
* config/h8300/h8300.c (output_logical_op): Use sub.w to clear
a half of an SImode register on H8/300.

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

22 years ago2002-02-09 Toon Moene <toon@moene.indiv.nluug.nl>
toon [Sat, 9 Feb 2002 21:43:29 +0000 (21:43 +0000)]
2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>

* g77.f-torture/execute/947.f: New regression test
for PR fortran/947.

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

22 years ago2002-02-09 Toon Moene <toon@moene.indiv.nluug.nl>
toon [Sat, 9 Feb 2002 21:39:08 +0000 (21:39 +0000)]
2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>

* data.c (ffedata_eval_offset_): Convert non-default integer
constants to default integer kind if necessary.

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

22 years ago * i386.md (movdi_2): Add missing '!'.
hubicka [Sat, 9 Feb 2002 17:53:58 +0000 (17:53 +0000)]
* i386.md (movdi_2): Add missing '!'.

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