This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 27736735f6f Do not load body for alias symbols. new b843bcb8951 openmp: Avoid ICEs with declare simd; declare simd inbranch [...] new bfce27245b0 Fix up comment typo.
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/ChangeLog | 10 ++++++++++ gcc/ChangeLog-2009 | 2 +- gcc/omp-simd-clone.c | 12 ++++++++++-- gcc/testsuite/ChangeLog | 9 ++++++++- gcc/testsuite/c-c++-common/gomp/pr93555-1.c | 18 ++++++++++++++++++ gcc/testsuite/c-c++-common/gomp/pr93555-2.c | 16 ++++++++++++++++ gcc/testsuite/gfortran.dg/gomp/pr93555.f90 | 11 +++++++++++ gcc/tree-ssa-alias.c | 2 +- 8 files changed, 75 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr93555-1.c create mode 100644 gcc/testsuite/c-c++-common/gomp/pr93555-2.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr93555.f90