This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 68a5143 2016-07-13 Richard Biener rguenther@suse.de new 417e5cc 2016-07-13 Thomas Preud'homme thomas.preudhomme@arm.com new 8f5f278 2016-07-13 Thomas Preud'homme thomas.preudhomme@arm.com new 839a656 gcc/ new 4300aa2 Add non-const overload of std::string::data() new 2cf3140 Implement P0307R2, Making Optional Greater Equal Again. * i [...] new ee57375 Fix ChangeLog.
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 49 ++++++++ gcc/config/arm/arm.c | 31 +++-- gcc/config/arm/arm.h | 9 +- gcc/config/arm/arm.md | 60 +++++---- gcc/config/arm/thumb1.md | 140 +++++++++++++++++---- gcc/doc/sourcebuild.texi | 8 ++ gcc/ipa-inline-transform.c | 6 +- gcc/testsuite/ChangeLog | 21 ++++ gcc/testsuite/g++.dg/pr71633.C | 28 +++++ gcc/testsuite/gcc.target/arm/cbz.c | 12 ++ gcc/testsuite/gcc.target/arm/movdi_movw.c | 10 ++ gcc/testsuite/gcc.target/arm/movhi_movw.c | 10 ++ gcc/testsuite/gcc.target/arm/movsi_movw.c | 10 ++ gcc/testsuite/gcc.target/arm/pr42574.c | 2 +- gcc/testsuite/lib/target-supports.exp | 34 +++++ libstdc++-v3/ChangeLog | 73 +++++++++++ libstdc++-v3/include/bits/basic_string.h | 57 ++++++--- libstdc++-v3/include/bits/basic_string.tcc | 18 +-- libstdc++-v3/include/experimental/optional | 4 +- libstdc++-v3/include/std/optional | 125 ++++++++++-------- .../20_util/optional/constexpr/relops/2.cc | 12 ++ .../20_util/optional/constexpr/relops/4.cc | 12 ++ .../testsuite/20_util/optional/relops/1.cc | 16 +++ .../testsuite/20_util/optional/relops/2.cc | 16 +++ .../testsuite/20_util/optional/relops/3.cc | 16 +++ .../testsuite/20_util/optional/relops/4.cc | 16 +++ .../testsuite/20_util/optional/requirements.cc | 79 ++++++++++++ .../allocator/char/{minimal.cc => ext_ptr.cc} | 29 ++--- .../basic_string/operations/data/char/2.cc} | 15 ++- .../basic_string/operations/data/wchar_t/2.cc} | 15 ++- 30 files changed, 776 insertions(+), 157 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr71633.C create mode 100644 gcc/testsuite/gcc.target/arm/cbz.c create mode 100644 gcc/testsuite/gcc.target/arm/movdi_movw.c create mode 100644 gcc/testsuite/gcc.target/arm/movhi_movw.c create mode 100644 gcc/testsuite/gcc.target/arm/movsi_movw.c copy libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/{minimal.cc => [...] copy libstdc++-v3/testsuite/{26_numerics/headers/cmath/60637.cc => 21_strings/basi [...] copy libstdc++-v3/testsuite/{26_numerics/headers/cmath/60637.cc => 21_strings/basi [...]