This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-14 in repository gcc.
from 682fd948f83 Merge branch 'releases/gcc-14' into devel/omp/gcc-14 new 87dcdc3deb6 OpenACC 2.7: Connect readonly modifier to points-to analysis
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/c-family/c-omp.cc | 4 ++++ gcc/fortran/trans-openmp.cc | 2 ++ gcc/gimple-expr.cc | 2 ++ gcc/omp-low.cc | 2 ++ gcc/testsuite/c-c++-common/goacc/readonly-1.c | 20 ++++++++++---------- gcc/testsuite/c-c++-common/goacc/readonly-2.c | 16 ++++++++++++++++ gcc/testsuite/gfortran.dg/goacc/readonly-1.f90 | 20 ++++++++++---------- gcc/testsuite/gfortran.dg/pr67170.f90 | 2 +- gcc/tree-pretty-print.cc | 4 ++++ gcc/tree-ssanames.cc | 3 +++ gcc/tree.h | 11 +++++++++++ 11 files changed, 65 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/goacc/readonly-2.c