This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a1dda1ac8b4 * cp-tree.h (ovl_iterator::using_p): New predicate. (ovl_ [...] new b4d90ee2169 Implement new C++ intrinsics __is_assignable and __is_const [...]
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: gcc/c-family/ChangeLog | 6 + gcc/c-family/c-common.c | 2 + gcc/c-family/c-common.h | 1 + gcc/cp/ChangeLog | 19 ++ gcc/cp/cp-tree.h | 5 +- gcc/cp/cxx-pretty-print.c | 6 + gcc/cp/method.c | 42 ++- gcc/cp/parser.c | 10 + gcc/cp/semantics.c | 10 + gcc/testsuite/g++.dg/ext/80654.C | 18 ++ libstdc++-v3/ChangeLog | 37 +++ libstdc++-v3/include/std/type_traits | 290 +++++---------------- .../20_util/declval/requirements/1_neg.cc | 2 +- .../20_util/is_trivially_copy_assignable/value.cc | 2 + .../is_trivially_copy_constructible/value.cc | 2 + .../20_util/is_trivially_move_assignable/value.cc | 2 + .../is_trivially_move_constructible/value.cc | 2 + .../make_signed/requirements/typedefs_neg.cc | 2 +- .../make_unsigned/requirements/typedefs_neg.cc | 4 +- 19 files changed, 220 insertions(+), 242 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/80654.C