This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b6cd5c3786c MAINTAINERS: Add myself as OpenACC maintainer new 9f9c0549dd4 libstdc++: Fix regression in hash containers new 0c5df67ffcf libstdc++: Fix typo in chrono::year_month_weekday::operator== new 5494edae83a libstdc++: Use correct argument type for __use_alloc [PR 96803] new af06acfc8de libstdc++: Whitespace changes in <tuple> new 703e049aa72 MSP430: Simplify and extend shift instruction patterns new 8f1ea8ddccc x86: Reject target("no-general-regs-only")
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/config/i386/i386-options.c | 7 + gcc/config/msp430/constraints.md | 10 +- gcc/config/msp430/msp430-protos.h | 6 +- gcc/config/msp430/msp430.c | 272 ++++++++++----- gcc/config/msp430/msp430.md | 381 ++++++--------------- gcc/config/msp430/msp430.opt | 6 + gcc/config/msp430/predicates.md | 13 +- gcc/doc/invoke.texi | 15 +- .../{aarch64/target_attr_11.c => i386/pr96802-1.c} | 1 - gcc/testsuite/gcc.target/i386/pr96802-2.c | 16 + gcc/testsuite/gcc.target/msp430/emulate-srli.c | 2 +- .../msp430/max-inline-shift-430-no-opt.c | 52 +++ .../gcc.target/msp430/max-inline-shift-430.c | 50 +++ .../gcc.target/msp430/max-inline-shift-430x.c | 48 +++ libgcc/config/msp430/slli.S | 15 + libgcc/config/msp430/srai.S | 15 + libgcc/config/msp430/srli.S | 16 + libstdc++-v3/include/bits/hashtable_policy.h | 8 +- libstdc++-v3/include/std/chrono | 2 +- libstdc++-v3/include/std/tuple | 170 +++++---- .../{element_access/71096.cc => cons/96803.cc} | 19 +- .../unordered_map/dup_types.cc} | 14 +- .../testsuite/std/time/year_month_weekday/1.cc | 5 + 23 files changed, 678 insertions(+), 465 deletions(-) copy gcc/testsuite/gcc.target/{aarch64/target_attr_11.c => i386/pr96802-1.c} (81%) create mode 100644 gcc/testsuite/gcc.target/i386/pr96802-2.c create mode 100644 gcc/testsuite/gcc.target/msp430/max-inline-shift-430-no-opt.c create mode 100644 gcc/testsuite/gcc.target/msp430/max-inline-shift-430.c create mode 100644 gcc/testsuite/gcc.target/msp430/max-inline-shift-430x.c copy libstdc++-v3/testsuite/20_util/tuple/{element_access/71096.cc => cons/96803.c [...] copy libstdc++-v3/testsuite/{20_util/tuple/creation_functions/55713.cc => 23_conta [...]