This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1d87302a8e2 c++: Add -Wexceptions warning option [PR97675] new e6fd02cc6d8 c++: Fix decltype(auto) deduction with rvalue ref [PR78209] new 44e1f63e20f c++: Add auto_diagnostic_group to check_handlers_1. new 0cfd9109e54 Daily bump. new f72af3af8d5 MAINTAINERS: Add myself for write after approval. new 65e82636bcd PR target/96307: Fix KASAN option checking. new 56ecdc2f02b RISC-V: Mark non-export symbol static and const in riscv-common.c new 6483f05989e Simplify x >> x to 0. This fixes PR96701. new 32ee472864a Improve overflow check new c283a711c85 Fortran: Fix type-decl for PDT / wrong-code pdt_14.f03 issu [...]
The 9 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: MAINTAINERS | 1 + gcc/ChangeLog | 114 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 5 + gcc/c-family/ChangeLog | 10 ++ gcc/common/config/riscv/riscv-common.c | 4 +- gcc/cp/ChangeLog | 40 ++++++++ gcc/cp/except.c | 1 + gcc/cp/pt.c | 2 + gcc/fortran/module.c | 3 + gcc/match.pd | 21 ++-- gcc/testsuite/ChangeLog | 86 ++++++++++++++++ gcc/testsuite/g++.dg/cpp1y/decltype-auto1.C | 8 ++ gcc/testsuite/gcc.dg/no-strict-overflow-4.c | 5 +- .../{gcc.target/riscv => gcc.dg}/pr91441.c | 1 + .../{gcc.target/riscv => gcc.dg}/pr96260.c | 1 + .../{lto/c-compatible-types-1_1.c => pr96307.c} | 5 + .../{tree-ssa/ssa-ccp-13.c => self-right-shift.c} | 9 +- gcc/testsuite/lib/target-supports.exp | 11 ++ gcc/toplev.c | 1 - libgomp/ChangeLog | 41 ++++++++ libstdc++-v3/ChangeLog | 75 ++++++++++++++ 22 files changed, 429 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/decltype-auto1.C rename gcc/testsuite/{gcc.target/riscv => gcc.dg}/pr91441.c (85%) rename gcc/testsuite/{gcc.target/riscv => gcc.dg}/pr96260.c (77%) copy gcc/testsuite/gcc.dg/{lto/c-compatible-types-1_1.c => pr96307.c} (57%) copy gcc/testsuite/gcc.dg/{tree-ssa/ssa-ccp-13.c => self-right-shift.c} (63%)