1. 15 Dec, 2014 31 commits
  2. 14 Dec, 2014 5 commits
  3. 13 Dec, 2014 4 commits
    • re PR libstdc++/64239 (regex_iterator::operator= should copy match_results::position) · bc273845
      	PR libstdc++/64239
      	* include/bits/regex.h (match_results<>::match_results,
      	match_results<>::operator=, match_results<>::position,
      	match_results<>::swap): Remove match_results::_M_in_iterator.
      	Fix ctor/assign/swap.
      	* include/bits/regex.tcc: (__regex_algo_impl<>,
      	regex_iterator<>::operator++): Set match_results::_M_begin as
      	"start position".
      	* testsuite/28_regex/iterators/regex_iterator/char/
      	string_position_01.cc: Test cases.
      
      From-SVN: r218710
      Tim Shen committed
    • Post-Urbana updates to Library Fundamentals v1. · 65545817
      	* include/experimental/any (any): Remove allocator support and update
      	feature-testing macro.
      	* include/experimental/functional: Update feature-testing macro.
      	* include/experimental/optional (optional::_M_get()): Add constexpr.
      	(optional::operator*(), optional::value()): Overload and add
      	ref-qualifiers. Update feature-testing macro.
      	* include/experimental/string_view (basic_string_view::clear): Remove
      	and update feature-testing macro.
      	* testsuite/experimental/any/cons/3.cc: Remove.
      	* testsuite/experimental/any/cons/4.cc: Remove.
      	* testsuite/experimental/any/misc/any_cast.cc: Remove allocator tests.
      	* testsuite/experimental/any/misc/any_cast_neg.cc: Adjust dg-error.
      	* testsuite/experimental/string_view/capacity/1.cc: Don't test clear().
      
      From-SVN: r218709
      Jonathan Wakely committed
    • re PR target/53513 ([SH] Add support for fpchg insn and improve fenv support) · d64474d2
      gcc/testsuite/
      	PR target/53513
      	* gcc.target/sh/attr-isr-nosave_low_regs.c: Fix matching of expected
      	register push/pop sequences.
      	* gcc.target/sh/attr-isr.c: Likewise.
      	* gcc.target/sh/attr-isr-trapa.c: Likewise.
      	* gcc.target/sh/pragma-isr-nosave_low_regs.c: Likewise.
      	* gcc.target/sh/pragma-isr-trapa.c: Likewise.
      	* gcc.target/sh/pragma-isr-trapa2.c: Likewise.
      
      From-SVN: r218707
      Oleg Endo committed
    • sp-switch.c: Match zero or more underscores in alt_stack symbol. · 42948a43
      gcc/testsuite/
      	* gcc.target/sh/sp-switch.c: Match zero or more underscores in
      	alt_stack symbol.
      
      From-SVN: r218706
      Oleg Endo committed