This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 9f1e32c69d3 tree-optimization/105786 - avoid strlen replacement for pointers new af039edf70b RISC-V: Implement C[LT]Z_DEFINED_VALUE_AT_ZERO
The 1 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/riscv/riscv.h | 5 +++ gcc/doc/sourcebuild.texi | 12 ++++++ gcc/testsuite/gcc.dg/pr90838.c | 25 ++++++++++++ gcc/testsuite/gcc.target/aarch64/pr90838.c | 64 ------------------------------ gcc/testsuite/gcc.target/i386/pr95863-2.c | 27 ------------- gcc/testsuite/lib/target-supports.exp | 30 ++++++++++++++ 6 files changed, 72 insertions(+), 91 deletions(-) delete mode 100644 gcc/testsuite/gcc.target/aarch64/pr90838.c delete mode 100644 gcc/testsuite/gcc.target/i386/pr95863-2.c