This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 22847ef1936 libstdc++: Hide 128-bit int and float types behind handle f [...] new a68e32b8e4b testsuite: Remove sve/pre_cond_share_1.c [PR115248] new 7dae3f64c06 match.pd: Fold ((X >> C1) & C2) * (1 << C1) new feb75e4643d match.pd: Extend pointer alignment folds new 5967fe0dd1f libstdc++: Allow 'configure.host' to pre-set 'EXTRA_CFLAGS' [...] new 6888a4bb584 Move 'find-dg-do-what' from 'gcc/testsuite/lib/gcc-dg.exp' [...]
The 5 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/match.pd | 55 +++++++++ gcc/testsuite/gcc.dg/fold-mul-and-lshift-1.c | 59 +++++++++ gcc/testsuite/gcc.dg/fold-mul-and-lshift-2.c | 15 +++ gcc/testsuite/gcc.dg/pointer-arith-11.c | 39 ++++++ gcc/testsuite/gcc.dg/pointer-arith-12.c | 82 +++++++++++++ .../gcc.target/aarch64/sve/pre_cond_share_1.c | 132 --------------------- gcc/testsuite/lib/gcc-dg.exp | 20 ---- gcc/testsuite/lib/target-supports-dg.exp | 21 ++++ libstdc++-v3/acinclude.m4 | 4 +- libstdc++-v3/configure | 4 +- libstdc++-v3/configure.host | 4 + 11 files changed, 281 insertions(+), 154 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/fold-mul-and-lshift-1.c create mode 100644 gcc/testsuite/gcc.dg/fold-mul-and-lshift-2.c create mode 100644 gcc/testsuite/gcc.dg/pointer-arith-11.c create mode 100644 gcc/testsuite/gcc.dg/pointer-arith-12.c delete mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pre_cond_share_1.c