1. 25 Mar, 2014 8 commits
  2. 24 Mar, 2014 18 commits
  3. 23 Mar, 2014 5 commits
  4. 22 Mar, 2014 5 commits
  5. 21 Mar, 2014 4 commits
    • re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement) · 09e40ffe
      2014-03-21  Jerry DeLisle  <jvdelisle@gcc.gnu>
      
      	PR libfortran/60148
      	* io/transfer.c (data_transfer_init): If std= was specified, set
      	delim status to DELIM_NONE of no other was specified.
      
      From-SVN: r208759
      Jerry DeLisle committed
    • re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement) · e6e27788
      2014-03-21  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR fortran/60148
      	* gfortran.texi: Add description of namelist DELIM= behavior.
      
      From-SVN: r208757
      Jerry DeLisle committed
    • re PR target/60610 (ICE in convert_regs_1, at reg-stack.c:3064) · e49080ec
      	PR target/60610
      	* config/i386/i386.h (TARGET_64BIT_P): If not TARGET_BI_ARCH,
      	redefine to 1 or 0.
      	* config/i386/darwin.h (TARGET_64BIT_P): Redefine to
      	TARGET_ISA_64BIT_P(x).
      
      From-SVN: r208756
      Jakub Jelinek committed
    • re PR libstdc++/60587 (debug-mode -std=c++11 vector::insert(pos, begin, end)… · 72d1f255
      re PR libstdc++/60587 (debug-mode -std=c++11 vector::insert(pos, begin, end) dereferences begin too eagerly)
      
      	PR libstdc++/60587
      	* include/debug/functions.h (_Is_contiguous_sequence): Define.
      	(__foreign_iterator): Accept additional iterator. Do not dispatch on
      	iterator category.
      	(__foreign_iterator_aux2): Likewise. Add overload for iterators
      	from different types of debug container. Use _Is_contiguous_sequence
      	instead of is_lvalue_reference.
      	(__foreign_iterator_aux3): Accept additional iterator. Avoid
      	dereferencing past-the-end iterator.
      	(__foreign_iterator_aux4): Use const value_type* instead of
      	potentially user-defined const_pointer type.
      	* include/debug/macros.h (__glibcxx_check_insert_range): Fix comment
      	and pass end iterator to __gnu_debug::__foreign_iterator.
      	(__glibcxx_check_insert_range_after): Likewise.
      	(__glibcxx_check_max_load_factor): Fix comment.
      	* include/debug/vector (_Is_contiguous_sequence): Define partial
      	specializations.
      	* testsuite/23_containers/vector/debug/57779_neg.cc: Remove
      	-std=gnu++11 option and unused header.
      	* testsuite/23_containers/vector/debug/60587.cc: New.
      	* testsuite/23_containers/vector/debug/60587_neg.cc: New.
      
      From-SVN: r208755
      Jonathan Wakely committed