This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4083d5e Fix instances of gen_rtx_REG (VOIDmode, ...) new 16cdc55 * gcc.target/i386/funcspec-56.inc: New file. * gcc.target/i [...] new 84beee7 Adjust pretty printer test for variant<T&> new b2dcfe3 libiberty: Fix some demangler crashes caused by reading past [...] new 3a7ea91 libiberty: demangler crash with missing :? or fold expression [...] new 22d87db Make std::tuple_size<cv T> SFINAE-friendly (LWG 2770) new 92b06c8 Use existing helper for new std::string constructor
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/testsuite/ChangeLog | 7 ++ gcc/testsuite/gcc.target/i386/funcspec-5.c | 105 +-------------------- .../i386/{funcspec-6.c => funcspec-56.inc} | 44 +++++++-- gcc/testsuite/gcc.target/i386/funcspec-6.c | 69 +------------- libiberty/ChangeLog | 18 ++++ libiberty/cp-demangle.c | 4 + libiberty/cplus-dem.c | 14 ++- libiberty/testsuite/demangle-expected | 28 ++++++ libstdc++-v3/ChangeLog | 21 ++++- libstdc++-v3/doc/html/manual/bugs.html | 14 +-- libstdc++-v3/doc/xml/manual/intro.xml | 17 +--- libstdc++-v3/include/bits/basic_string.h | 16 ++-- libstdc++-v3/include/std/utility | 18 ++-- .../testsuite/20_util/tuple/cv_tuple_size.cc | 10 ++ .../testsuite/libstdc++-prettyprinters/cxx17.cc | 4 +- 15 files changed, 167 insertions(+), 222 deletions(-) copy gcc/testsuite/gcc.target/i386/{funcspec-6.c => funcspec-56.inc} (62%)