This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 04771106cda c++: NRV in lambda in template [PR91217] new b680b904973 rs6000: Avoid -fpatchable-function-entry* regressions on po [...] new cda41ce0e84 rs6000: Fix up libgcc ABI when built with --with-long-doubl [...] new 9c7473688e7 dse: Fix up hard reg conflict checking in replace_read [PR99863] new a40015780f8 bswap: Fix up bswap_view_convert after the recent change [PR99882]
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/config/rs6000/rs6000.c | 28 ++++++++++++++++++++++++ gcc/dse.c | 11 +++++----- gcc/gimple-ssa-store-merging.c | 11 +++++++++- gcc/targhooks.c | 38 ++++++++++++++++++++++----------- gcc/targhooks.h | 3 +++ gcc/testsuite/g++.dg/pr93195a.C | 1 + gcc/testsuite/gcc.dg/pr99882.c | 37 ++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr99863.c | 33 ++++++++++++++++++++++++++++ libgcc/config/rs6000/t-linux | 10 +++++---- 9 files changed, 149 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr99882.c create mode 100644 gcc/testsuite/gcc.target/i386/pr99863.c