1. 05 Jun, 2002 10 commits
  2. 04 Jun, 2002 30 commits
    • xtensa.c (xtensa_init_machine_status): Fix typo in function prototype and include "ggc.h" header. · 07232638
              * config/xtensa/xtensa.c (xtensa_init_machine_status): Fix
              typo in function prototype and include "ggc.h" header.
      
      From-SVN: r54269
      Bob Wilson committed
    • Makefile.am (libgcj_convenience.la): New target. · 622dc71b
      2002-06-04  H.J. Lu  (hjl@gnu.org)
      
      	* Makefile.am (libgcj_convenience.la): New target.
      	(libgcj.la): Depend on libgcj_convenience.la.
      	* Makefile.in: Regenerated.
      
      From-SVN: r54268
      H.J. Lu committed
    • alpha.c (mode_mask_operand): Simplify without ifdefs. · c4b50f1a
              * config/alpha/alpha.c (mode_mask_operand): Simplify without ifdefs.
              (print_operand) ['U']: Likewise.
              (alpha_expand_unaligned_store): Correct constants for 32-bit cross.
              (alpha_expand_unaligned_store_words): Likewise.
              (alpha_expand_builtin_vector_binop): Fix typo.
              (enum alpha_builtin, code_for_builtin): Add remaining ext, ins, msk,
              umulh, and cix insns.
              (one_arg_builtins): Add cix builtins.
              (two_arg_builtins): Add ext, ins, msk, umulh builtins.
              (alpha_expand_builtin): Fix typo in arity.
              * config/alpha/alpha.md (UNSPEC_CTLZ, UNSPEC_CTPOP): New.
              (builtin_extbl, builtin_extwl, builtin_extll, builtin_extwh,
              builtin_extlh, builtin_insbl, builtin_inswl, builtin_insll,
              builtin_insql, builtin_inswh, builtin_inslh, builtin_insqh,
              builtin_mskbl, builtin_mskwl, builtin_mskll, builtin_mskql,
              builtin_mskwh, builtin_msklh, builtin_mskqh, builtin_cttz,
              builtin_ctlz, builtin_ctpop): New.
              * doc/extend.texi (Alpha Built-in Functions): Update.
      
              * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
              * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
              * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
      
      From-SVN: r54267
      Richard Henderson committed
    • gengtype.c (write_gc_root): Don't unnecessarily prevent global variable-length arrays being roots. · afb0f770
      	* gengtype.c (write_gc_root): Don't unnecessarily prevent
      	global variable-length arrays being roots.
      
      From-SVN: r54266
      Geoffrey Keating committed
    • config.gcc (powerpc-*-darwin*): Set config_gtfiles. · aaab35ae
      	* config.gcc (powerpc-*-darwin*): Set config_gtfiles.
      	* configure.in (config_gtfiles): New variable.
      	(all_gtfiles): Initialise from config_gtfiles.
      	* configure: Regenerate.
      
      From-SVN: r54265
      Geoffrey Keating committed
    • gcj.texi (Input Options): Fixed typo. · 0bb5f0e4
      2002-06-04  Michael Koch  <konqueror@gmx.de>
      
      	* gcj.texi (Input Options): Fixed typo.
      
      From-SVN: r54263
      Michael Koch committed
    • configure.in (--with-newlib): New option: Check ${with_newlib} instead of… · 9e7823cc
      configure.in (--with-newlib): New option: Check ${with_newlib} instead of ${with_cross_host} for newlib.
      
      2002-06-04  H.J. Lu  (hjl@gnu.org)
      
      	* configure.in (--with-newlib): New option:
      	Check ${with_newlib} instead of ${with_cross_host} for newlib.
      	(HAVE_PROC_SELF_EXE): Defined to 1 only for cross compiling to
      	Linux.
      	* configure: Regenerated.
      
      From-SVN: r54262
      H.J. Lu committed
    • java-tree.h, [...]: Remove all #if JAVA_USE_HANDLES blocks... · c02ebb18
      	* java-tree.h, class.c, expr.c, jcf-parse.c, parse.y,
      	typeck.c, verify.c: Remove all #if JAVA_USE_HANDLES blocks,
      	all mention of CLASS_TO_HANDLE_TYPE or HANDLE_TO_CLASS_TYPE,
      	and all now-pointless local variables.  Rename other local
      	variables to reflect their not being handles.
      
      	* java-tree.h, jcf-dump.c, jcf-io.c: Remove all
      	#if JCF_USE_STDIO blocks.
      
      	* parse.y: Add missing semicolon at end of rule.
      
      From-SVN: r54261
      Zack Weinberg committed
    • re PR libgcj/6389 (System.getProperty("") should always throw an IllegalArgumentException) · d6ee617d
      	* libjava.compile/T20020604.java: New file.
      
      	For PR libgcj/6389:
      	* libjava.mauve/xfails: Now passes System.getProperty test.
      
      	For PR java/1343 and PR java/6336:
      	* libjava.compile/PR1343.java: New file.
      
      	For PR java/5913:
      	* libjava.compile/PR5913.xfail: Removed.
      
      From-SVN: r54259
      Tom Tromey committed
    • * java/util/natTimeZone.cc: Include <stdio.h>. · 4e176a9b
      From-SVN: r54258
      Tom Tromey committed
    • libstdc++-v3-dg.exp (libstdc++-v3_target_compile): Search correct multilib… · d6c7e073
      libstdc++-v3-dg.exp (libstdc++-v3_target_compile): Search correct multilib testsuite dir for libv3test.
      
      	* testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3_target_compile):
      	Search correct multilib testsuite dir for libv3test.
      
      From-SVN: r54256
      Rainer Orth committed
    • 2002-06-04 Paolo Carlini <pcarlini@unitus.it> · 05261e70
      	    Gaby Dos Reis  <gdr@codesourcery.com>
      
      	* include/bits/basic_string.tcc
      	(basic_string::_S_construct(forward_iterator_tag):
      	Fix typo in null pointer check.
      	* testsuite/21_strings/ctor_copy_dtor.cc: Add test04.
      
      Co-Authored-By: Gabriel Dos Reis <gdr@codesourcery.com>
      
      From-SVN: r54255
      Paolo Carlini committed
    • beos-elf.h, [...] (CPP_SPEC): Remove cpp_cpu. · 1ba7b414
      config/i386:
      	* beos-elf.h, cygwin.h, djgpp.h, gas.h, gnu.h, i386-interix.h,
      	i386-interix3.h, i386elf.h, linux-aout.h, linux.h, linux64.h,
      	mingw32.h, netbsd-elf.h, netbsd.h, netbsd64.h, rtemself.h,
      	sco5.h, sol2.h, sysv3.h, sysv4.h, sysv5.h, uwin.h, vxi386.h,
      	win32.h	(CPP_SPEC): Remove cpp_cpu.
      	* i386.h (TARGET_CPU_CPP_BUILTINS): Use.
      	(CPP_CPU_DEFAULT_SPEC, CPP_CPU_SPEC): Die!
      
      From-SVN: r54254
      Neil Booth committed
    • sched-int.h (struct deps): New field libcall_block_tail_insn. · 85d69216
              * sched-int.h (struct deps): New field libcall_block_tail_insn.
              * sched_deps.c (init_deps): Initialize libcall_block_tail_insn.
              * sched_deps.c (sched_analyze_insn): If libcall_block_tail_insn
              is set, then mark the current insn as being part of a libcall
              scheduling group.
              (sched_analyze): Set and clear libcall_block_tail_insn appropriately.
      
              * haifa-sched.c (schedule_block): Do not count USE or CLOBBER
              insns against the issue rate.
      
      From-SVN: r54251
      Jeff Law committed
    • Tue Jun 4 19:29:42 CEST 2002 Jan Hubicka <jh@suse.cz> · 63f4a88e
      	* cfglayout.c (duplicate_insn_chain): Kill NOTE_INSN_RANGE notes.
      	* final.c (final_scan_insn): Likewise.
      	* ggc-common.c (ggc_mark_rtx_children_1): Likewise; use
      	NOTE_EXPECTED_VALUE instead of NOTE_RANGE.
      	* haifa-sched.c (unlink_other_notes): Likeewise.
      	(reemit_notes): Likewise.
      	* print-rtl.c (print_rtx): Likewise.
      	* sched-deps (sched-analyze): Likewise.
      	* rtl.c (note_insn_name): Likewise.
      	* rtl.h (NOTE_RANGE_INFO, NOTE_LIVE_INFO): Kill.
      	(enum insn_note): Kill NOTE_INSN_RANGE_*, NOTE_INSN_LIVE.
      	(RANGE_*): Kill.
      
      From-SVN: r54250
      Jan Hubicka committed
    • * varasm.c (mark_constants): Handle RTX format 'B'. · a5d1f75b
      From-SVN: r54247
      Jason Thorpe committed
    • 2002-06-04 Paolo Carlini <pcarlini@unitus.it> · 23992195
      	* testsuite/22_locale/money_get_members_char.cc
      	(test02): Add decimal point to long double constants.
      	* testsuite/22_locale/money_get_members_wchar_t.cc
      	(test02): Likewise.
      	* testsuite/22_locale/money_put_members_char.cc
      	(test02, test03, test06): Likewise.
      	* testsuite/22_locale/money_put_members_wchar_t.cc:
      	(test02, test03, test06): Likewise.
      	* testsuite/22_locale/num_get_members_char.cc:
      	(test02, test01): Likewise; suffix long long constants with LL.
      	* testsuite/22_locale/num_get_members_wchar_t.cc:
      	(test02, test01): Likewise.
      	* testsuite/22_locale/num_put_members_char.cc:
      	(test02, test01): Likewise.
      	* testsuite/22_locale/num_put_members_wchar_t.cc:
      	(test02, test01): Likewise.
      
      From-SVN: r54243
      Paolo Carlini committed
    • cpphash.h (FIRST, [...]): New. · 82eda77e
      	* cpphash.h (FIRST, LAST, CUR, RLIMIT): New.
      	(struct cpp_context): Add traditional fields.
      	* cppmacro.c (paste_all_tokens, push_ptoken_context,
      	push_token_context, cpp_get_token, _cpp_backup_tokens): Update.
      	* cpptrad.c (skip_comment, lex_identifier,
      	_cpp_read_logical_line_trad, scan_out_logical_line): Update.
      
      From-SVN: r54242
      Neil Booth committed
    • gbl-ctors.h: Fix formatting. · 589005ff
      	* gbl-ctors.h: Fix formatting.
      	* gcc.c: Likewise.
      	* gccspec.c: Likewise.
      	* gcov.c: Likewise.
      	* gcov-io.h: Likewise.
      	* gcse.c: Likewise.
      	* ggc-common.c: Likewise.
      	* ggc.h: Likewise.
      	* ggc-page.c: Likewise.
      	* ggc-simple.c: Likewise.
      	* global.c: Likewise.
      	* graph.h: Likewise.
      	* gthr-dce.h: Likewise.
      	* gthr.h: Likewise.
      	* gthr-posix.h: Likewise.
      	* gthr-rtems.h: Likewise.
      	* gthr-solaris.h: Likewise.
      	* gthr-win32.h: Likewise.
      
      From-SVN: r54240
      Kazu Hirata committed
    • Make-lang.in (gnatbind): Readd rule that has been lost in last patch. · 94213cff
      	* Make-lang.in (gnatbind): Readd rule that has been lost in last
      	patch.
      
      From-SVN: r54239
      Andreas Jaeger committed
    • Daily bump. · 8884cbb2
      From-SVN: r54237
      GCC Administrator committed
    • Merge from pch-branch up to tag pch-commit-20020603. · e2500fed
      From-SVN: r54232
      Geoffrey Keating committed
    • altivec-2.c: Remove test for invalid vector type V2DF. · c2ae6616
      2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
      
              * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
      
      From-SVN: r54231
      Aldy Hernandez committed
    • * config.gcc (sh5-*-netbsd*, sh5l*-*-netbsd*) · b655555e
      (sh64-*-netbsd*, sh64l*-*-netbsd*): New targets.
      * config/sh/netbsd-elf.h (TARGET_VERSION_ENDIAN)
      (TARGET_VERSION_CPU): Define according to the
      default target.
      (TARGET_VERSION): Use TARGET_VERSION_ENDIAN and
      TARGET_VERSION_CPU.
      (TARGET_OS_CPP_BUILTINS): Use NETBSD_OS_CPP_BUILTINS_LP64
      if TARGET_SHMEDIA64.
      (LINK_DEFAULT_CPU_EMUL): Define according to the
      default target.
      (SUBTARGET_LINK_EMUL_SUFFIX): Define.
      (SUBTARGET_LINK_SPEC): Define.
      (LINK_SPEC): Use SH_LINK_SPEC.
      (ASM_SPEC): Remove.
      (TARGET_DEFAULT): Use TARGET_CPU_DEFAULT.
      (FUNCTION_PROFILER): Add cases for TARGET_SHMEDIA32
      and TARGET_SHMEDIA64 which abort, for now.
      * config/sh/t-netbsd-sh5: New file.
      * config/sh/t-netbsd-sh5-32: New file.
      * config/sh/t-netbsd-sh5-64: New file.
      
      From-SVN: r54230
      Jason Thorpe committed
    • alpha.c (reg_or_const_int_operand): New. · 6d8fd7bb
              * config/alpha/alpha.c (reg_or_const_int_operand): New.
              (some_operand, input_operand): Accept CONST_VECTOR.
              (alpha_extra_constraint): Add 'W'.
              (alpha_expand_zap_mask): New.
              (alpha_expand_builtin_vector_binop): New.
              (enum alpha_builtin): New.
              (zero_arg_builtins, one_arg_builtins, two_arg_builtins): New.
              (alpha_init_builtins, alpha_expand_builtin): New.
              (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): New.
              * config/alpha/alpha.h (VECTOR_MODE_SUPPORTED_P): New.
              (PREDICATE_CODES): Update.
              * config/alpha/alpha-protos.h: Update.
              * config/alpha/alpha.md (UNSPEC_CMPBGE, UNSPEC_ZAP,
              UNSPEC_AMASK, UNSPEC_IMPLVER, UNSPEC_PERR, UNSPECV_RPCC): New.
              (movv8qi, movv8qi_fix, movv8qi_nofix): New.
              (movv4hi, movv4hi_fix, movv4hi_nofix): New.
              (movv2si, movv2si_fix, movv2si_nofix): New.
              (uminv8qi3, sminv8qi3, uminv4hi3, sminv4hi3): New.
              (umaxv8qi3, smaxv8qi3, umaxv4hi3, smaxv4hi3): New.
              (builtin_cmpbge, builtin_extql, builtin_extqh, builtin_zap,
              builtin_zap_1, builtin_zapnot, builtin_zapnot_1, builtin_amask,
              builtin_implver, builtin_rpcc, builtin_minub8, builtin_minsb8,
              builtin_minuw4, builtin_minsw4, builtin_maxub8, builtin_maxsb8,
              builtin_maxuw4, builtin_maxsw4, builtin_perr, builtin_pklb,
              pklb, builtin_pkwb, pkwb, builtin_unpkbl, unpkbl,
              builtin_unpkbw, unpkbw): New.
              * doc/extend.texi (Alpha Built-in Functions): New.
      
              * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
              * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
      
      From-SVN: r54229
      Richard Henderson committed
    • crtstuff.c (__EH_FRAME_BEGIN__): Conditionalize on USE_EH_FRAME_REGISTRY, not… · 618939de
      crtstuff.c (__EH_FRAME_BEGIN__): Conditionalize on USE_EH_FRAME_REGISTRY, not EH_FRAME_SECTION_NAME.
      
              * crtstuff.c (__EH_FRAME_BEGIN__): Conditionalize on
              USE_EH_FRAME_REGISTRY, not EH_FRAME_SECTION_NAME.
      
      From-SVN: r54228
      Richard Henderson committed
    • alpha.c (reg_or_0_operand): Use CONST0_RTX. · 73db7137
              * config/alpha/alpha.c (reg_or_0_operand): Use CONST0_RTX.
              (const0_operand): New.
              (reg_or_fp0_operand, fp0_operand): Remove.
              * config/alpha/alpha.h (PREDICATE_CODES): Update.
              * config/alpha/alpha-protos.h: Update.
              * config/alpha/alpha.md: Replace all uses of reg_or_fp0_operand
              and fp0_operand with reg_or_0_operand and const0_operand.
      
      From-SVN: r54226
      Richard Henderson committed