This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e97a3063fb1 Filter out language specific options from --help=common. new 7974a14692c dojump: Fix gcc.dg/torture/pr91323.c for aarch64 targets new 150760dd6dd cselib: Fix handling of multireg values for call insns [PR93170] new e648e57efca lra: Stop registers being incorrectly marked live [PR92989] new 389cd88ce79 libstdc++: Fix deduction guide for std::span (PR93426)
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 | 21 ++++ gcc/cselib.c | 139 ++++++++++++--------- gcc/dojump.c | 2 +- gcc/lra-lives.c | 96 +++++++------- gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gcc.dg/torture/pr93170.c | 33 +++++ libstdc++-v3/ChangeLog | 6 + libstdc++-v3/include/std/span | 4 +- .../testsuite/23_containers/span/deduction.cc | 84 +++++++++++++ 9 files changed, 282 insertions(+), 107 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr93170.c create mode 100644 libstdc++-v3/testsuite/23_containers/span/deduction.cc