1. 19 Jun, 2006 18 commits
  2. 18 Jun, 2006 8 commits
    • avr.h (avr_have_movw_lpmx_p): Declare. · 4301ec4f
      	* config/avr/avr.h (avr_have_movw_lpmx_p): Declare.
      	(TARGET_CPU_CPP_BUILTINS): Add __AVR_HAVE_MOVW__ and 
      	__AVR_HAVE_LPMX__.
      	(AVR_HAVE_MOVW) Define.
      	(ASSEMBLER_DIALECT): Use AVR_HAVE_MOVW.
      	(ASM_SPEC): Add avr25.
      	(LINK_SPEC): Add avr25.
      	* config/avr/avr.c (avr_have_movw_lpmx_p): Add.
      	(base_arch_s): Add new member 'have_movw_lpmx'.
      	(avr_arch_types): Init 'have_movw_lpmx'.
      	(avr_mcu_types): Add 'avr25'. Move attiny13, attiny2313, attiny24,
      	attiny44, attiny84, attiny25, attiny45, attiny85, attiny261,
      	attiny461, attiny861 and at86rf401 in 'avr25' arhitecture.
      	(avr_override_options): Init 'avr_have_movw_lpmx_p'.
      	(output_movhi, output_movsisf, ashlsi3_out, avr_rtx_costs): Use 
      	AVR_HAVE_MOVW.
      	(avr_file_start): Do not output '.arh' derective.
      	* config/avr/libgcc.S (mov_l): Use __AVR_HAVE_MOVW__.
      	(__do_copy_data): Use __AVR_HAVE_LPMX__.
      	* config/avr/avr.md (mcu_enhanced): Delete.
      	(mcu_have_movw): Define.
      	(negsi2, extendhisi2, zero_extendhisi2): Use 'mcu_have_movw'.
      	(call_insn, call_value_insn): Use 'call_insn' and __AVR_HAVE_MOVW__.
      	* config/avr/t-avr(MULTILIB_OPTIONS, MULTILIB_DIRNAMES): Add avr25.
      	(MULTILIB_MATCHES): Add attiny13, attiny2313, attiny24, attiny44,
      	attiny84, attiny25, attiny45, attiny85, attiny261, attiny461, 
      	attiny861 and at86rf401 devices.
      
      From-SVN: r114758
      Anatoly Sokolov committed
    • re PR fortran/26801 (-fbounds-check generates segfault) · 98efaf34
      	PR fortran/26801
      
      	* trans-intrinsic.c (gfc_conv_associated): Use pre and post blocks
      	of the scalarization expression.
      
      	* gfortran.dg/associated_4.f90: New test.
      
      From-SVN: r114757
      Francois-Xavier Coudert committed
    • bfin.h (REG_CLASS_FROM_LETTER): Rename constraint 'B' to 'v', 'l' to 'u'. · a9c46998
      	* config/bfin/bfin.h (REG_CLASS_FROM_LETTER): Rename constraint 'B'
      	to 'v', 'l' to 'u'.
      	* config/bfin/bfin.md: Change comment accordingly.
      	(define_insn loop_end): Replace 'h' with 'v'.
      	(lsetup_with_autoinit): Replace 'l' with 'u'. 
      	(lsetup_without_autoinit): Ditto.
      	* md.texi: Record this change.
      
      From-SVN: r114756
      Jie Zhang committed
    • bfin.c (MAX_LOOP_LENGTH): Define to be 2042 instead of 4096. · 40327e03
      	* config/bfin/bfin.c (MAX_LOOP_LENGTH): Define to be 2042 instead
      	of 4096.
      
      From-SVN: r114755
      Jie Zhang committed
    • Add PR reference to last ChangeLog entry. · d5b7950a
      From-SVN: r114754
      Jerry DeLisle committed
    • re PR fortran/19310 ([4.1 Only] unnecessary error for overflowing results) · 604f802b
      2006-06-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR fortran/19310
      	PR fortran/19904
      	* gfortran.dg/real_const_3.f90: New test.
      
      From-SVN: r114753
      Jerry DeLisle committed
    • re PR fortran/19310 ([4.1 Only] unnecessary error for overflowing results) · 54554825
      2006-06-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR fortran/19310
      	* arith.c (gfc_range_check): Return ARITH_OK if -fno-range-check. Add
      	return of ARITH_NAN, ARITH_UNDERFLOW, and ARITH_OVERFLOW.
      	(gfc_arith_divide): If -fno-range-check allow mpfr to divide by zero.
      	* gfortran.h (gfc_option_t): Add new flag.
      	* invoke.texi: Document new flag.
      	* lang.opt: Add option -frange-check.
      	* options.c (gfc_init_options): Initialize new flag.
      	(gfc_handle_options): Set flag if invoked.
      	* simplify.c (range_check): Add error messages for
      	overflow, underflow, and other errors.
      	* trans-const.c (gfc_conv_mpfr_to_tree): Build NaN and Inf from mpfr
      	result.
      
      From-SVN: r114752
      Jerry DeLisle committed
    • Daily bump. · 37b4da10
      From-SVN: r114750
      GCC Administrator committed
  3. 17 Jun, 2006 9 commits
  4. 16 Jun, 2006 5 commits
    • re PR c++/27979 (conversion check confused by enum bitfields) · 80eb9ddd
      	PR c++/27979
      	* call.c (standard_conversion): Strip cv-qualifiers from bitfield
      	types.
      	PR c++/27979
      	* g++.dg/expr/bitfield2.C: New test.
      
      From-SVN: r114733
      Mark Mitchell committed
    • hash_data_map_rand.cc: Revert accidental commit. · 43765c8a
      2006-06-16  Paolo Carlini  <pcarlini@suse.de>
      
      	* testsuite/ext/pb_ds/regression/hash_data_map_rand.cc: Revert
      	accidental commit.
      	* testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc: Same.
      	* testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc: Same.
      	* testsuite/ext/pb_ds/regression/list_update_no_data_map_rand.cc: Same.
      	* testsuite/ext/pb_ds/regression/priority_queue_rand.cc: Same.
      	* testsuite/ext/pb_ds/regression/tree_data_map_rand.cc: Same.
      	* testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc: Same.
      	* testsuite/ext/pb_ds/regression/trie_data_map_rand.cc: Same.
      	* testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc: Same.
      
      From-SVN: r114732
      Paolo Carlini committed
    • random (uniform_real<>::uniform_real(_RealType, _RealType)): Implement. · 0934c5ef
      2006-06-16  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/tr1/random (uniform_real<>::uniform_real(_RealType,
      	_RealType)): Implement.
      	(uniform_real<>::min()): Likewise.
      	(uniform_real<>::max()): Likewise.
      	(uniform_real<>::reset()): Likewise.
      
      	* include/tr1/random (class uniform_real<>): Minor cosmetic tweaks.
      
      From-SVN: r114730
      Paolo Carlini committed
    • 2006-06-16 Paolo Carlini <pcarlini@suse.de> · e4d154a1
      	* Fix ChangeLog typo.
      
      From-SVN: r114729
      Paolo Carlini committed
    • locale_facets.tcc (time_get<>::_M_extract_via_format): Ignore the value of the __err argument. · e11b210a
      2006-06-17  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/bits/locale_facets.tcc (time_get<>::_M_extract_via_format):
      	Ignore the value of the __err argument.
      	(time_get<>::do_get_weekday): Likewise.
      	(time_get<>::do_get_monthname): Likewise.
      	* testsuite/22_locale/time_get/get_year/wchar_t/5.cc: New.
      	* testsuite/22_locale/time_get/get_year/char/5.cc: Likewise.
      	* testsuite/22_locale/time_get/get_monthname/wchar_t/5.cc: Likewise.
      	* testsuite/22_locale/time_get/get_monthname/char/5.cc: Likewise.
      	* testsuite/22_locale/time_get/get_weekday/wchar_t/5.cc: Likewise.
      	* testsuite/22_locale/time_get/get_weekday/char/5.cc: Likewise.
      	* testsuite/22_locale/time_get/get_date/wchar_t/5.cc: Likewise.
      	* testsuite/22_locale/time_get/get_date/char/5.cc: Likewise.
      	* testsuite/22_locale/time_get/get_time/wchar_t/5.cc: Likewise.
      	* testsuite/22_locale/time_get/get_time/char/5.cc: Likewise.
      
      From-SVN: r114728
      Paolo Carlini committed