1. 01 Jun, 2015 11 commits
  2. 31 May, 2015 8 commits
  3. 30 May, 2015 11 commits
  4. 29 May, 2015 10 commits
    • 2015-05-29 François Dumont fdumont@gcc.gnu.org> · adad2a7d
      	* include/debug/debug.h (_GLIBCXX_DEBUG_ASSERT,
      	_GLIBCXX_DEBUG_PEDASSERT, _GLIBCXX_DEBUG_ONLY): Move definition...
      	* include/debug/assertions.h: ...here, new.
      	* include/debug/formatter.h
      	(_Error_formatter::_Is_iterator_value_type): New.
      	(_Error_formatter::_Is_instance): New.
      	(_Error_formatter::_Parameter): Make public and not friend anymore.
      	(_Error_formatter::_Parameter::__instance): New _M_kind enum entry.
      	(_Error_formatter::_Parameter::__iterator_value_type): New _M_kind enum
      	entry.
      	(_Error_formatter::_Parameter::_Type): New.
      	(_Error_formatter::_Parameter::_Instance): New, inherit from
      	latter.
      	(union _Error_formatter::_Parameter::_M_variant): Reorganize.
      	(_Parameter(_Iterator const&, const char*, _Is_iterator)): Make all
      	overloads take iterator through a const reference.
      	(_Parameter(const _Iterator&, const char*, _Is_iterator_value_type)):
      	New.
      	(_Parameter(const _Type&, const char*, _Is_instance)): New.
      	(_Error_formatter::_M_print_type): Delete.
      	(_Error_formatter::_M_iterator_value_type): New.
      	(_Error_formatter::_M_instance): New.
      	* include/Makefile.am: Add new above debug file.
      	* include/Makefile.in: Regenerate.
      	* include/debug/functions.h
      	(__check_dereferenceable(const _Safe_iterator<>&),
      	__valid_range(const _Safe_iterator<>&),
      	__is_safe_random_iterator<_Safe_iterator<>>): Move...
      	* include/debug/safe_iterator.h: ... here.
      	Replace debug.h include with assertions.h.
      	(__check_singular_aux): Move...
      	* include/debug/safe_base.h: ... here.
      	* include/debug/functions.h
      	(__check_dereferenceable(const _Safe_local_iterator<>&),
      	__valid_range(const _Safe_local_iterator<>&): Move...
      	* include/debug/safe_local_iterator.h: ...here.
      	* include/debug/safe_sequence.h: Replace debug.h with assertions.h.
      	Remove _Safe_iterator declaration.
      	* include/debug/safe_unordered_container.h: Replace debug.h with
      	assertions.h.
      	* include/debug/array: Replace safe_sequence.h include with
      	formatter.h and macros.h.
      	* include/debug/deque: Include functions.tcc.
      	* include/debug/forward_list: Likewise.
      	* include/debug/list: Likewise.
      	* include/debug/string: Likewise.
      	* include/debug/vector: Likewise.
      	* include/bits/unique_ptr.h: Replace debug.h include with new
      	assertions.h.
      	* include/bits/stl_iterator_base_funcs.h: Likewise.
      	* testsuite/23_containers/array/tuple_interface/get_debug_neg.cc:
      	Adjust dg-error line number.
      	* testsuite/23_containers/array/tuple_interface/
      	tuple_element_debug_neg.cc: Likewise.
      	* src/c++11/debug.cc: Adapt.
      
      From-SVN: r223877
      François Dumont committed
    • vextp64_1.c: Close comment on final line. · 8fd0be75
      2015-05-29  Christophe Lyon  <christophe.lyon@linaro.org>
      
      	* gcc.target/arm/simd/vextp64_1.c: Close comment on final line.
      
      From-SVN: r223876
      Christophe Lyon committed
    • * sv.po: Update. · d170ec49
      From-SVN: r223873
      Joseph Myers committed
    • status_cxx2017.xml: Fix duplicate ID attribute. · cfba236a
      	* doc/xml/manual/status_cxx2017.xml: Fix duplicate ID attribute.
      	* doc/html/manual/*: Regenerate.
      
      From-SVN: r223868
      Jonathan Wakely committed
    • PR 66215: S390: Fix placement of post-label NOPs with -mhotpatch · 1f8d3e42
      gcc/ChangeLog:
      	    PR target/66215
      	    * config/s390/s390.c (s390_reorg): Fix placement of post-label NOPs
      	    with -mhotpatch=.
      
      gcc/testsuite/ChangeLog:
      	    PR target/66215
      	    * gcc.target/s390/hotpatch-1.c: Remove optimization options from
      	    dg-options.
      	    * gcc.target/s390/hotpatch-10.c: Likewise.
      	    * gcc.target/s390/hotpatch-11.c: Likewise.
      	    * gcc.target/s390/hotpatch-12.c: Likewise.
      	    * gcc.target/s390/hotpatch-17.c: Likewise.
      	    * gcc.target/s390/hotpatch-18.c: Likewise.
      	    * gcc.target/s390/hotpatch-20.c: Likewise.
      	    * gcc.target/s390/hotpatch-21.c: Likewise.
      	    * gcc.target/s390/hotpatch-22.c: Likewise.
      	    * gcc.target/s390/hotpatch-23.c: Likewise.
      	    * gcc.target/s390/hotpatch-24.c: Likewise.
      	    * gcc.target/s390/hotpatch-2.c: Likewise.  Adjust scan-assembler
      	    to check for the exact nops too.
      	    * gcc.target/s390/hotpatch-3.c: Likewise.
      	    * gcc.target/s390/hotpatch-4.c: Likewise.
      	    * gcc.target/s390/hotpatch-5.c: Likewise.
      	    * gcc.target/s390/hotpatch-6.c: Likewise.
      	    * gcc.target/s390/hotpatch-7.c: Likewise.
      	    * gcc.target/s390/hotpatch-8.c: Likewise.
      	    * gcc.target/s390/hotpatch-9.c: Likewise.
      	    * gcc.target/s390/hotpatch-14.c: Likewise.
      	    * gcc.target/s390/hotpatch-15.c: Likewise.
      	    * gcc.target/s390/hotpatch-16.c: Likewise.
      	    * gcc.target/s390/hotpatch-19.c: Likewise.
      	    * gcc.target/s390/hotpatch-25.c: Likewise.  Remove
      	    scan-assembler-times counting number of .align directives.
      	    * gcc.target/s390/hotpatch-13.c: Remove optimization options from
      	    dg-options.  Remove scan-assembler-times counting number of .align
      	    directives.
      	    * gcc.target/s390/hotpatch-26.c: New file.
      	    * gcc.target/s390/hotpatch-27.c: New file.
      	    * gcc.target/s390/hotpatch-28.c: New file.
      	    * gcc.target/s390/s390.exp: Run hotpatch-*.c tests as torture tests
      	    using -Os -O0 -O1 -O2 -O3 options.
      
      From-SVN: r223867
      Dominik Vogt committed
    • future (__async_result_of): New alias template. · 75eb6443
      	* include/std/future (__async_result_of): New alias template.
      	(async): Use __async_result_of to pass decayed types to result_of.
      	* testsuite/30_threads/async/lwg2021.cc: New.
      	* doc/xml/manual/intro.xml: Document LWG 2021 status.
      
      From-SVN: r223866
      Jonathan Wakely committed
    • re PR libstdc++/66327 (-fsanitize=nonnull-attribute errors in stl_algobase.h) · 6759edde
      	PR libstdc++/66327
      	* include/bits/stl_algobase.h (__equal<true>::equal): Do not call
      	memcmp with null pointers.
      	(__lexicographical_compare<true>::__lc): Do not call memcmp for empty
      	ranges.
      
      From-SVN: r223865
      Jonathan Wakely committed
    • [obvious] Close comment in aarch64 test · ca382af0
      	* gcc.target/aarch64/vdup_lane_2.c: Close comment on final line.
      
      From-SVN: r223864
      Kyrylo Tkachov committed
    • re PR tree-optimization/66142 (Loop is not vectorized because not sufficient… · 2395a8ea
      re PR tree-optimization/66142 (Loop is not vectorized because not sufficient support for GOMP_SIMD_LANE)
      
      	PR tree-optimization/66142
      	* tree-if-conv.c (if_convertible_phi_p): Don't give up on
      	virtual phis that feed themselves.
      
      	* gcc.dg/vect/pr66142.c: New test.
      
      From-SVN: r223863
      Jakub Jelinek committed
    • re PR middle-end/66314 (ice in verify_loop_structure) · 52fc6859
      2015-05-29  Richard Biener  <rguenther@suse.de>
      
      	PR tree-optimization/66314
      	* tree-ssa-threadupdate.c (create_block_for_threading): Add
      	parameter that says which loop the new block belongs to.
      	(ssa_create_duplicates): Blocks duplicated for the threaded
      	path belong to the loop of the thread destination.
      
      	* gcc.dg/asan/pr66314.c: New testcase.
      
      From-SVN: r223861
      Richard Biener committed