This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 16ac1e7c117 compiler, runtime: implement shifts by signed amounts new 5151e40eb43 PR libstdc++/91371 make std::is_function handle other calli [...]
The 1 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: libstdc++-v3/ChangeLog | 12 ++ libstdc++-v3/include/std/type_traits | 130 ++++----------------- .../20_util/{hash/89629.cc => bind/91371.cc} | 28 ++--- .../testsuite/20_util/is_function/91371.cc | 47 ++++++++ .../testsuite/20_util/is_function/value.cc | 6 + .../91371.cc} | 36 +++--- libstdc++-v3/testsuite/20_util/is_object/91371.cc | 38 ++++++ 7 files changed, 148 insertions(+), 149 deletions(-) copy libstdc++-v3/testsuite/20_util/{hash/89629.cc => bind/91371.cc} (64%) create mode 100644 libstdc++-v3/testsuite/20_util/is_function/91371.cc copy libstdc++-v3/testsuite/20_util/{hash/89629.cc => is_member_function_pointer/9 [...] create mode 100644 libstdc++-v3/testsuite/20_util/is_object/91371.cc