This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4ed02814c21 Fortran: Fix associate_69.f90 that fails on some platforms [...] new 059fdb725ba match: Fix `a != 0 ? a - 1 : 0` pattern [PR117363] new caa26905eaf docs: Document that __builtin_assoc_barrier also can be use [...]
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/extend.texi | 16 ++++++++++-- gcc/match.pd | 5 ++-- gcc/testsuite/gcc.dg/torture/pr117363-1.c | 41 +++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr117363-2.c | 12 +++++++++ 4 files changed, 70 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr117363-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr117363-2.c