This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5f29f3d5dd9 aarch64: Introduce --param=aarch64-autovec-preference to se [...] new f324479caf0 OpenACC: Fix integer-type issue with collapse/tile [PR97880] new bf0a63a1f47 gimple-fold: Fix another __builtin_clear_padding ICE
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/gimple-fold.c | 2 ++ gcc/omp-expand.c | 28 ++++++++++++---------- .../g++.dg/torture/builtin-clear-padding-3.C | 24 +++++++++++++++++++ gcc/testsuite/gcc.dg/goacc/tile-1.c | 10 ++++++++ 4 files changed, 51 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/builtin-clear-padding-3.C create mode 100644 gcc/testsuite/gcc.dg/goacc/tile-1.c