1. 08 Mar, 2004 14 commits
    • s390.md ("*extendqidi2_short_displ"): Add CC clobber. · 59f8a8be
      	* config/s390/s390.md ("*extendqidi2_short_displ"): Add CC clobber.
      	("*extendqisi2_short_displ"): Likewise.
      
      From-SVN: r79124
      Ulrich Weigand committed
    • re PR debug/14079 (wrong debug info for extern boolean variable in debug mode) · 97b6d55b
      PR debug/14079
      * name-lookup.c (add_decl_to_level): Add extern variables, as well as static, to static_decls array.
      
      From-SVN: r79122
      Matt Austern committed
    • pdp11.c (comparison_operator_index): Remove. · 23bd99da
      	* config/pdp11/pdp11.c (comparison_operator_index): Remove.
      	(comp_operator): Likewise.
      	* config/pdp11/pdp11-protos.h: Remove corresponding
      	prototypes.
      
      From-SVN: r79116
      Kazu Hirata committed
    • howto.html: Add entry for DR 103 [WP]. · 1d4eb925
      2004-03-08  Paolo Carlini  <pcarlini@suse.de>
      
      	* docs/html/ext/howto.html: Add entry for DR 103 [WP].
      	* include/bits/stl_multiset.h: Add comment about DR 103.
      	* include/bits/stl_set.h: Likewise.
      
      From-SVN: r79114
      Paolo Carlini committed
    • locale_facets.tcc (money_get<>::_M_extract): The value _space_ indicates that at… · f1c89270
      locale_facets.tcc (money_get<>::_M_extract): The value _space_ indicates that at least one space is required at that position.
      
      2004-03-08  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/bits/locale_facets.tcc (money_get<>::_M_extract):
      	The value _space_ indicates that at least one space is required
      	at that position.
      	* testsuite/22_locale/money_get/get/char/17.cc: New.
      	* testsuite/22_locale/money_get/get/wchar_t/17.cc: New.
      
      	* testsuite/22_locale/money_get/get/char/7.cc: Minor tweaks.
      	* testsuite/22_locale/money_get/get/wchar_t/7.cc: Likewise.
      
      	* include/bits/locale_facets.tcc (money_get<>::do_get(long_double&)):
      	Remove redundant conditional on __str.size().
      
      From-SVN: r79111
      Paolo Carlini committed
    • expr.c (highest_pow2_factor_for_type): Rename into highest_pow2_factor_for_target. · d50a16c4
      	* expr.c (highest_pow2_factor_for_type): Rename into
      	highest_pow2_factor_for_target.  Use DECL_ALIGN instead of
      	TYPE_ALIGN when the target is a COMPONENT_REF.
      	(expand_assignment): Ajust call to highest_pow2_factor_for_type.
      
      From-SVN: r79101
      Eric Botcazou committed
    • rs6000.c: Formatting fix. · b1917422
      	* config/rs6000/rs6000.c: Formatting fix.
      	(legitimate_offset_address_p): Correct offset range check.
      
      From-SVN: r79098
      Alan Modra committed
    • rs6000.c (rs6000_override_options): Don't override -msoft-float by -mcpu. · 957211c3
      	* config/rs6000/rs6000.c (rs6000_override_options): Don't override
      	-msoft-float by -mcpu.  Consolidate similar code for MASK_MULTIPLE
      	and MASK_STRING.
      
      From-SVN: r79094
      Alan Modra committed
    • rs6000.md (ashrdi3): Do not call ashrdi3_no_power for little endian. · 97727e85
              * config/rs6000/rs6000.md (ashrdi3): Do not call ashrdi3_no_power
              for little endian.
              ("ashrdi3_no_power"): Disable for little endian.
      	(ashrdi3): Same.
      
      From-SVN: r79092
      Aldy Hernandez committed
    • fold-const.c (tree_expr_nonnegative_p): Reformat checks for builtins. · 280e63ec
      	* fold-const.c (tree_expr_nonnegative_p): Reformat checks for
      	builtins.
      
      From-SVN: r79088
      Kaveh R. Ghazi committed
    • re PR target/14471 (Workaround for errata regarding multiplication bug) · 682a45fc
      	PR target/14471
      	* configure.ac (Target-specific assembler checks) <cris-*-*>: New
      	case, checking for -no-mul-bug-abort option.
      	* configure, config.in: Regenerate.
      	* doc/invoke.texi (CRIS Options): Document -mmul-bug-workaround
      	and -mno-mul-bug-workaround.
      	* config/cris/cris.md ("smulsi3_highpart", "umulsi3_highpart")
      	("mulsidi3", "umulsidi3"): Prefix output template with "%!".
      	("umulhisi3", "umulqihi3", "mulsi3", "mulqihi3", "mulhisi3"):
      	Ditto.  Make attribute "slottable" dependent on TARGET_MUL_BUG.
      	* config/cris/mulsi3.asm (__Mul) [__CRIS_arch_version >= 10]: Make
      	sure mulu.d is not last on cache-line.
      	* config/cris/cris.h (ASM_SPEC): Translate -mno-mul-bug-workaround
      	into -no-mul-bug-abort depending on HAVE_AS_MUL_BUG_ABORT_OPTION.
      	(TARGET_MASK_MUL_BUG, TARGET_MUL_BUG): New macros.
      	(TARGET_SWITCHES): New options -mmul-bug-workaround and
      	-mno-mul-bug-workaround.
      	(TARGET_DEFAULT): Include TARGET_MASK_MUL_BUG.
      	(PRINT_OPERAND_PUNCT_VALID_P): Include '!'.
      	* config/cris/cris.c (cris_operand_extend_operator): Clarify
      	relation to MULT in head comment.
      	(cris_op_str): Abort for MULT.
      	(cris_print_operand) <case '!'>: New case.
      
      From-SVN: r79086
      Hans-Peter Nilsson committed
    • re PR target/14471 (Workaround for errata regarding multiplication bug) · 86da66b5
      	PR target/14471
      	* configure.ac (Target-specific assembler checks) <cris-*-*>: New
      	case, checking for -no-mul-bug-abort option.
      	* configure, config.in: Regenerate.
      	* doc/invoke.texi (CRIS Options): Document -mmul-bug-workaround
      	and -mno-mul-bug-workaround.
      	* config/cris/cris.md ("smulsi3_highpart", "umulsi3_highpart")
      	("mulsidi3", "umulsidi3"): Prefix output template with "%!".
      	("umulhisi3", "umulqihi3", "mulsi3", "mulqihi3", "mulhisi3"):
      	Ditto.  Make attribute "slottable" dependent on TARGET_MUL_BUG.
      	* config/cris/mulsi3.asm (__Mul) [__CRIS_arch_version >= 10]: Make
      	sure mulu.d is not last on cache-line.
      	* config/cris/cris.h (ASM_SPEC): Translate -mno-mul-bug-workaround
      	into -no-mul-bug-abort depending on HAVE_AS_MUL_BUG_ABORT_OPTION.
      	(TARGET_MASK_MUL_BUG, TARGET_MUL_BUG): New macros.
      	(TARGET_SWITCHES): New options -mmul-bug-workaround and
      	-mno-mul-bug-workaround.
      	(TARGET_DEFAULT): Include TARGET_MASK_MUL_BUG.
      	(PRINT_OPERAND_PUNCT_VALID_P): Include '!'.
      	* config/cris/cris.c (cris_operand_extend_operator): Clarify
      	relation to MULT in head comment.
      	(cris_op_str): Abort for MULT.
      	(cris_print_operand) <case '!'>: New case.
      
      From-SVN: r79085
      Hans-Peter Nilsson committed
    • allocator.h: Switch defaults to mt_alloc. · f5fb3886
      
      2004-03-08  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/bits/allocator.h: Switch defaults to mt_alloc.
      
      From-SVN: r79084
      Benjamin Kosnik committed
    • Daily bump. · 3bf92dad
      From-SVN: r79081
      GCC Administrator committed
  2. 07 Mar, 2004 18 commits
  3. 06 Mar, 2004 8 commits