This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6b161257f9f c++: Improve CTAD for aggregates [PR93976] new 71237df0a0b Allow --with-cpu=power10 new 4543acc8745 Daily bump. new 7f967bd2a7b options: Properly compare string options. new f0008858dec openmp: Fix two pastos in non-rect loop OpenMP lowering. new 01e10b0ee77 fold-const: Fix A <= 0 ? A : -A folding [PR95810]
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/ChangeLog | 40 ++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 47 ++++++++++++++++++++++++++++++++++++ gcc/config.gcc | 4 +-- gcc/cp/ChangeLog | 22 +++++++++++++++++ gcc/fold-const.c | 18 ++++++++++++-- gcc/fortran/ChangeLog | 13 ++++++++++ gcc/omp-low.c | 4 +-- gcc/optc-save-gen.awk | 20 ++++++++++++--- gcc/testsuite/ChangeLog | 39 ++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/ubsan/pr95810.c | 13 ++++++++++ include/ChangeLog | 4 +++ libgcc/ChangeLog | 6 +++++ libgcc/config/avr/libf7/ChangeLog | 4 +++ libgomp/ChangeLog | 5 ++++ libiberty/ChangeLog | 7 ++++++ libstdc++-v3/ChangeLog | 30 +++++++++++++++++++++++ 17 files changed, 267 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ubsan/pr95810.c