1. 21 Sep, 2001 1 commit
  2. 20 Sep, 2001 10 commits
    • 990208-1.x: New. · 91dc6f6e
      
      2001-09-20  Andrew MacLeod  <amacleod@redhat.com>
      
      	* testsuite/gcc.c-torture/execute/990208-1.x: New. XFAIL at -O3
      	on ia64.
      
      From-SVN: r45712
      Andrew MacLeod committed
    • fold-const.c (hashtab.h): Include. · 4c160717
      	* fold-const.c (hashtab.h): Include.
      	(int_const_binop): Remove FORSIZE arg and compute from type; all
      	callers changed.
      	Call size_int_type_wide for all single-word constants.
      	(size_htab_hash, size_htab_eq): New functions.
      	(size_int_type_wide): Rework to use hash table.
      	* ggc-common.c (hashtab.h): Include.
      	(struct d_htab_root): New struct.
      	(d_htab_roots): New variable.
      	(ggc_add_deletable_htab, ggc_htab_delete): New functions
      	(ggc_mark_roots): Handle deletable htabs.
      	* ggc-page.c (ggc_marked_p): New function.
      	* ggc-simple.c (ggc_marked_p): Likewise.
      	* ggc.h: Reformatting throughout.
      	(ggc_marked_p, ggc_add_deletable_htab): New declarations.
      	* tree.c (init_obstacks): Make type_hash_table a deletable root.
      	(type_hash_add): Allocate struct type_hash from GC memory.
      	(mark_hash_entry, mark_type_hash): Deleted.
      	(type_hash_marked_p, type_hash_mark): New functions.
      	* Makefile.in (ggc-common.o, fold-const.o): Include hashtab.h.
      
      From-SVN: r45710
      Richard Kenner committed
    • sh.c (shiftcosts): Don't use shiftcosts array for modes wider than SImode. · c762ab6e
      	* sh.c (shiftcosts): Don't use shiftcosts array for modes wider
      	than SImode.
      
      From-SVN: r45709
      J"orn Rennecke committed
    • stor-layout.c (layout_type, [...]): Kludge to disable array-too-large test for signed sizetype. · ed1a150e
      	* stor-layout.c (layout_type, case ARRAY_TYPE): Kludge to disable
      	array-too-large test for signed sizetype.
      
      From-SVN: r45707
      Richard Kenner committed
    • i386.md (indirect_jump): Allow Pmode operand. · 6eb791fc
      
      	* i386.md (indirect_jump): Allow Pmode operand.
      	(tablejump): LIkewise; perform expansion to 64bit mode.
      	* i386.c (symbolic_operand): Allow 64bit PIC references.
      	(pic_symbolic_operand): Likewise.
      	(ix86_find_base_term): Strip the 64bit PIC references.
      	(legitimate_pic_address_disp_p): Handle 64bit PIC.
      	(legitimize_pic_address): Likewise.
      	(i386_simplify_dwarf_addr): Strip down the 64bit PIC references.
      	* i386.h (CASE_VECTOR_MODE): Set to SImode for 64bit PIC compilation.
      
      From-SVN: r45705
      Jan Hubicka committed
    • [multiple changes] · 5b66fcf9
      
      2001-09-20  Scott Johnston <scott@accom.com>
      	    Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
      
      	* include/backward/alloc.h: Conditionally define malloc_alloc
      	* testsuite/backward/header_deque_h.cc: New file.
      
      2001-09-20  Sylvain Pion <Sylvain.Pion@sophia.inria.fr>
      
      	* libstdc++-v3/include/bits/locale_facets.tcc (money_put::do_put):
              change variable name so that it works with -fno-for-scope.
      
      From-SVN: r45704
      Benjamin Kosnik committed
    • numpunct_members_char.cc (test01): Remove redundant sanity checks. · 9a92330f
      
      2001-09-20  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* testsuite/22_locale/numpunct_members_char.cc (test01): Remove
      	redundant sanity checks.
      	* testsuite/22_locale/money_put_members_wchar_t.cc (test01): Same.
      	(test02): Same.
      	* testsuite/22_locale/money_put_members_char.cc (test01): Same.
      	(test02): Same.
      	* testsuite/22_locale/moneypunct_members_wchar_t.cc (test01): Same.
      	* testsuite/22_locale/moneypunct_members_char.cc (test01): Same.
      	* testsuite/22_locale/money_get_members_wchar_t.cc (test01): Same.
      	(test02): Same.
      	* testsuite/22_locale/money_get_members_char.cc (test01): Same.
      	(test02): Same.
      
      From-SVN: r45703
      Benjamin Kosnik committed
    • Implement std::time_put. · e08138aa
      
      2001-09-19  Benjamin Kosnik  <bkoz@redhat.com>
      
      	Implement std::time_put.
      	* include/bits/locale_facets.h: Include time_members.h.
      	(__timepunct): New.
      	(time_put): Implement.
      	* include/bits/locale_facets.tcc (do_put): Put generic versions here.
      	* include/bits/localefwd.h: Bump number of facets.
      	* config/locale/time_members_generic.h: New file.
      	* config/locale/time_members_gnu.h: New file.
      	* config/locale/c_locale_generic.h: Include clocale.
      	* src/locale-inst.cc: Add use_facet instantiations for __timepunct.
      	* src/locale.cc: Add __timepunct initializations.
      	* src/localename.cc (locale::_Impl::_Impl(string, size_t)): Same.
      	* include/Makefile.am (stamp-target): Add time_members.h.
      	* include/Makefile.in: Regenerate.
      	* acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Add CTIME_H.
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      	* testsuite/22_locale/time_put.cc: New file.
      	* testsuite/22_locale/time_put_members_char.cc: New file.
      
      	* docs/html/22_locale/locale.html: Add note.
      
      From-SVN: r45702
      Benjamin Kosnik committed
    • Daily bump. · 10bd1d78
      From-SVN: r45701
      GCC Administrator committed
    • revert: rs6000.c (logical_operand): CONST_INTs are already sign-extended. · 40501e5f
      2001-09-19  Alan Modra  <amodra@bigpond.net.au>
                  David Edelsohn  <edelsohn@gnu.org>
      
              Revert:
              * config/rs6000/rs6000.c (logical_operand): CONST_INTs are
              already sign-extended.
      
              * config/rs6000/aix.h (INIT_TARGET_OPTABS): Define TFmode handlers.
              * config/rs6000/rs6000.c (logical_operand): Streamline comparison
              with HOST_WIDE_INT.
              (rs6000_emit_set_long_const): Avoid unnecessary shift.
              (output_profile_hook): Declare label_name const.
              * config/rs6000/rs6000.md (boolcsi3, boolcdi3): Change predicates
              to match constraints.
      
      Co-Authored-By: David Edelsohn <edelsohn@gnu.org>
      
      From-SVN: r45699
      Alan Modra committed
  3. 19 Sep, 2001 9 commits
  4. 18 Sep, 2001 11 commits
  5. 17 Sep, 2001 9 commits
    • rs6000.h (FIXED_REGISTERS): Use FIXED_R2. · 5dead3e5
      2001-09-17  Dale Johannesen  <dalej@apple.com>
      
              * config/rs6000/rs6000.h (FIXED_REGISTERS): Use FIXED_R2.
              * config/rs6000/aix.h (FIXED_R2): Define.
              * config/rs6000/darwin.h (FIXED_R2): Define.
              * config/rs6000/sysv4.h (FIXED_R2): Define.
      
      From-SVN: r45669
      Dale Johannesen committed
    • configopts.html: HTML to XHTML change. · 5d5e5e4e
      2001-09-17  Phil Edwards  <pme@gcc.gnu.org>
      
      	* docs/html/configopts.html:  HTML to XHTML change.  Lowercase tags.
      	* docs/html/documentation.html:  Likewise.
      	* docs/html/explanations.html:  Likewise.
      	* docs/html/install.html:  Likewise.
      	* docs/html/17_intro/howto.html:  Likewise.
      	* docs/html/18_support/howto.html:  Likewise.
      	* docs/html/19_diagnostics/howto.html:  Likewise.
      	* docs/html/20_util/howto.html:  Likewise.
      	* docs/html/21_strings/howto.html:  Likewise.
      	* docs/html/22_locale/codecvt.html:  Likewise.
      	* docs/html/22_locale/ctype.html:  Likewise.
      	* docs/html/22_locale/howto.html:  Likewise.
      	* docs/html/22_locale/locale.html:  Likewise.
      	* docs/html/22_locale/messages.html:  Likewise.
      	* docs/html/23_containers/howto.html:  Likewise.
      	* docs/html/24_iterators/howto.html:  Likewise.
      	* docs/html/25_algorithms/howto.html:  Likewise.
      	* docs/html/26_numerics/howto.html:  Likewise.
      	* docs/html/27_io/howto.html:  Likewise.
      	* docs/html/ext/howto.html:  Likewise.
      	* docs/html/faq/index.html:  Likewise.
      	* docs/html/faq/index.txt:  Regenerated.
      
      From-SVN: r45668
      Phil Edwards committed
    • except.c (dw2_build_landing_pads): New local clobbers_hard_regs. · 5c701bb1
      	* except.c (dw2_build_landing_pads): New local
      	clobbers_hard_regs.  Emit an ASM_INPUT as a scheduling
      	barrier after clobbers.  Fixes c++/4012.
      
      From-SVN: r45667
      Jeff Sturm committed
    • libiberty.h (concat_length, [...]): New. · c793eea7
      include:
      	* libiberty.h (concat_length, concat_copy, concat_copy2,
      	libiberty_concat_ptr, ACONCAT): New.
      
      libiberty:
      	* concat.c (vconcat_length, vconcat_copy, concat_length,
      	concat_copy, concat_copy2): New functions.
      	(concat): Use vconcat_length/vconcat_copy.
      
      gcc:
      	* gcc.c (find_file): Use ACONCAT in lieu of alloca/strcpy/strcat.
      
      From-SVN: r45664
      Kaveh R. Ghazi committed
    • dostage2, [...]: Remove obsolete files. · 63fb6fc7
      	* dostage2, dostage3, listing, make-l2.com, makefile.vms,
      	patch-apollo-includes, vmsconfig.com: Remove obsolete files.
      
      From-SVN: r45661
      Joseph Myers committed
    • libiberty.h (ASTRDUP): New macro. · c1d49704
      include:
      	* libiberty.h (ASTRDUP): New macro.
      	libiberty_optr, libiberty_nptr, libiberty_len): Declare.
      
      libiberty:
      	* alloca.c (libiberty_optr, libiberty_nptr, libiberty_len):
      	Define.
      
      gcc:
      	* c-aux-info.c (affix_data_type): Use ASTRDUP in lieu of
      	alloca/strcpy.
      
      From-SVN: r45657
      Kaveh R. Ghazi committed
    • cpphash.h (_cpp_lex_direct): New. · 14baae01
      	* cpphash.h (_cpp_lex_direct): New.
      	* cpplex.c (_cpp_lex_token): Update.
      	(lex_token): Rename _cpp_lex_direct; lex into pfile->cur_token,
      	and increment that pointer.
      	* cppmacro.c (alloc_expansion_token): New.
      	(lex_expansion_token): Lex macro expansion directly into
      	macro storage.
      
      From-SVN: r45656
      Neil Booth committed
    • re PR java/4189 (gcj generates bytecode for switch stmt that doesn't verify) · 7a91449c
      	* jcf-write.c (generate_bytecode_insns) [SWITCH_EXPR]: Call
      	NOTE_PUSH for single-case push.  Fixes PR java/4189.
      
      From-SVN: r45655
      Tom Tromey committed
    • * gcc.dg/array-5.c: Fix VLA decomposition test. · 17920efb
      From-SVN: r45654
      Richard Henderson committed