This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d3dc20418aa Fix PR88751 new 138c5492d82 MSP430: Use minimal code size library shift functions when [...] new 42c1dacdb12 Refactor SFINAE constraints on std::tuple constructors new 186ade930fb Fix tests that fail with -std=gnu++98 or -std=gnu++11 new 6ffe4cf3716 Remove redundant static assertions in [meta.unary.prop] traits
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: gcc/ChangeLog | 10 + gcc/config/msp430/msp430.md | 15 +- gcc/testsuite/ChangeLog | 4 + .../gcc.target/msp430/size-optimized-shifts.c | 26 + libstdc++-v3/ChangeLog | 49 ++ libstdc++-v3/include/std/tuple | 900 +++++++++------------ libstdc++-v3/include/std/type_traits | 25 +- libstdc++-v3/testsuite/18_support/set_terminate.cc | 1 + .../testsuite/18_support/set_unexpected.cc | 3 +- .../20_util/is_abstract/incomplete_neg.cc | 7 +- .../20_util/is_aggregate/incomplete_neg.cc | 6 +- .../incomplete_neg.cc | 7 +- .../incomplete_neg.cc | 9 +- .../20_util/is_nothrow_invocable/value.cc | 5 + .../20_util/is_nothrow_invocable/value_ext.cc | 23 +- .../20_util/is_polymorphic/incomplete_neg.cc | 7 +- libstdc++-v3/testsuite/20_util/tuple/cons/90700.cc | 66 ++ .../testsuite/20_util/tuple/cons/allocators.cc | 17 +- libstdc++-v3/testsuite/26_numerics/complex/proj.cc | 2 +- libstdc++-v3/testsuite/experimental/names.cc | 7 +- libstdc++-v3/testsuite/ext/char8_t/atomic-1.cc | 2 +- 21 files changed, 619 insertions(+), 572 deletions(-) create mode 100644 gcc/testsuite/gcc.target/msp430/size-optimized-shifts.c copy libstdc++-v3/testsuite/20_util/{is_nothrow_move_assignable => is_empty}/incom [...] copy libstdc++-v3/testsuite/20_util/{is_nothrow_move_assignable => is_final}/incom [...] create mode 100644 libstdc++-v3/testsuite/20_util/tuple/cons/90700.cc