1. 17 Jul, 2000 23 commits
  2. 16 Jul, 2000 10 commits
  3. 15 Jul, 2000 7 commits
    • valarray_array.h (__valarray_get_memory, [...]): New functions. · 5b2ff385
      2000-07-15  Gabriel Dos Reis  <gdr@codesourcery.com>
      
      	* std/valarray_array.h (__valarray_get_memory,
      	__valarray_get_storage, __valarray_release_storage): New
      	functions.
      	(_Array_default_ctor, _Array_init_ctor, _Array_copy_ctor,
      	_Array_copier): New traits classes.
      	(__valarray_default_construct): New function.  Implements valarray
      	default construction.
      	(__valarray_fill_construct): New function. Implements valarray
      	construction with initializer.
      	(__valarray_copy_construct): New function.  Implements valarray
      	copy construction.
      	(__valarray_destroy_elements): New function.
      	(__valarray_copy, __valarray_fill): Tweak.
      	(__valarray_sum, __valarray_product): New helper functions.
      	(_Array<>::free_data): Remove.
      	(_Array<>::_Array): Tweak.
      
      	* std/std_valarray.h (valarray<>::product): Remove.
      	(valarray<>::valarray): Use __valarray_get_storage.
      	(valarray<>::shift, valarray<>::cshift, valarray<>::resize):
      	Tweak.
      
      	* std/cpp_type_traits.h: New file.
      
      	* valarray.cc (multiplies<>, accumulate, valarray<>::product):
      	Remove explicit instantiation.
      	(__valarray_product): New function.
      	(_Indexer::_Indexer): Use.
      
      From-SVN: r35055
      Gabriel Dos Reis committed
    • ia64-protos.h (ia64_move_ok): Prototype. · 557b9df5
              * config/ia64/ia64-protos.h (ia64_move_ok): Prototype.
              * config/ia64/ia64.c (ia64_move_ok): New function.
              * config/ia64/ia64.md (movqi, movqi_internal): Use it.
              (movhi, movsi, movdi, movsf, movdf, movxf): Likewise.
      
      From-SVN: r35054
      Richard Henderson committed
    • valarray_array.h (__valarray_get_storage): New function. · d4c4ae6f
      2000-07-15  Gabriel Dos Reis  <gdr@codesourcery.com>
      
      	* bits/valarray_array.h (__valarray_get_storage): New function.
      	(_Array<>::Array): Use it.
      	* bits/std_valarray.h (valarray<>::valarray): Likewise.
      	(valarray<>::resize): Likewise.  Tweak.
      	* src/valarray-inst.cc (__valarray_product): Tweak.
      
      From-SVN: r35053
      Gabriel Dos Reis committed
    • cpphash.c (save_expansion): Clear PREV_WHITE on tokens immediately following a paste operator. · 2c0accc9
      	* cpphash.c (save_expansion): Clear PREV_WHITE on tokens
      	immediately following a paste operator.
      	* cppinit.c (sort_options): New function (only for HOST_EBCDIC).
      	(cpp_reader_init): Call it, if HOST_EBCDIC.
      	(cpp_handle_options): Do not sort option list here.
      	(handle_option): Rename to cpp_handle_option and export.
      	* cpplex.c (cpp_scan_buffer_nooutput, cpp_scan_buffer): Use
      	_cpp_get_token directly.
      	(cpp_scan_line): Return 0 at EOF, 1 otherwise.
      	* cpplib.c (cpp_push_buffer): Don't set new->lineno to 1.
      	* cpplib.h: Prototype cpp_handle_option.  Update prototype of
      	cpp_scan_line.
      
      From-SVN: r35052
      Zack Weinberg committed
    • * gcc.dg/20000715-1.c: New test. · a8c12308
      From-SVN: r35051
      Jakub Jelinek committed
    • * gcc.c-torture/execute/20000715-2.c: New test. · 91f4790c
      From-SVN: r35050
      Jakub Jelinek committed
    • fold-const.c (extract_muldiv): Don't optimize past an unsigned cast around an expression. · eff9c80d
              * fold-const.c (extract_muldiv): Don't optimize past an unsigned
              cast around an expression.  Tidy other unsigned tests.
      
      From-SVN: r35049
      Richard Henderson committed