This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5a6c626710a [i386] Call force_reg unconditionally. new 5889e842ae4 rs6000: inline ldouble __gcc_qsub new 8cf428bfd3c libstdc++: Add static assertions for std::function requirements new d38d26be33a libstdc++: Avoid a move in std::function construction (LWG 2447) new 3a32a8ad7c7 libstdc:: Use markdown for Doxygen comments in std::function
The 4 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: libgcc/config/rs6000/ibm-ldouble.c | 14 +- libstdc++-v3/include/bits/std_function.h | 209 ++++++++++++--------- libstdc++-v3/include/bits/unique_ptr.h | 4 +- .../testsuite/20_util/function/cons/lwg2774.cc | 31 +++ .../testsuite/20_util/function/cons/noexcept.cc | 37 ++++ 5 files changed, 196 insertions(+), 99 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/function/cons/lwg2774.cc create mode 100644 libstdc++-v3/testsuite/20_util/function/cons/noexcept.cc