This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3353e7d2844 RISC-V/testsuite: Fix comment termination in pr105314.c new 113475d03b0 reassoc vs uninitialized variable [PR112581] new 7cbe41d35e6 middle-end: Don't apply copysign optimization if target doe [...]
The 2 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/doc/sourcebuild.texi | 4 +++ gcc/gimple-if-to-switch.cc | 3 ++ gcc/match.pd | 22 ++++++++++---- gcc/testsuite/gcc.c-torture/execute/pr112581-1.c | 37 ++++++++++++++++++++++++ gcc/testsuite/gcc.dg/fold-copysign-1.c | 7 +++-- gcc/testsuite/gcc.dg/pr55152-2.c | 6 ++-- gcc/testsuite/gcc.dg/tree-ssa/abs-4.c | 9 ++++-- gcc/testsuite/gcc.dg/tree-ssa/backprop-6.c | 9 ++++-- gcc/testsuite/gcc.dg/tree-ssa/copy-sign-2.c | 6 ++-- gcc/testsuite/gcc.dg/tree-ssa/mult-abs-2.c | 4 +-- gcc/testsuite/lib/target-supports.exp | 24 +++++++++++++++ gcc/tree-ssa-reassoc.cc | 7 ++++- 12 files changed, 118 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr112581-1.c