This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-12 in repository gcc.
from a410f603fca amdgcn: Fix addsub bug new 07fc54f7f09 openmp: Fix initialization for 'unroll full'
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/ChangeLog.omp | 4 +++ gcc/omp-transform-loops.cc | 1 + libgomp/ChangeLog.omp | 35 ++++++++++++++++++++++ .../matrix-no-directive-unroll-full-1.C | 13 ++++++++ .../loop-transforms/matrix-no-directive-1.c | 2 +- .../matrix-no-directive-unroll-full-1.c | 2 +- .../matrix-omp-distribute-parallel-for-1.c | 2 ++ .../loop-transforms/matrix-omp-for-1.c | 2 +- .../loop-transforms/matrix-omp-parallel-for-1.c | 2 +- .../matrix-omp-parallel-masked-taskloop-1.c | 2 ++ .../matrix-omp-parallel-masked-taskloop-simd-1.c | 2 ++ .../matrix-omp-target-parallel-for-1.c | 2 +- ...ix-omp-target-teams-distribute-parallel-for-1.c | 2 ++ .../loop-transforms/matrix-omp-taskloop-1.c | 2 ++ .../matrix-omp-teams-distribute-parallel-for-1.c | 2 ++ .../loop-transforms/matrix-simd-1.c | 2 ++ .../loop-transforms/unroll-1.c | 8 +++-- .../loop-transforms/unroll-non-rect-1.c | 2 ++ 18 files changed, 79 insertions(+), 8 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c++/loop-transforms/matrix-no-directi [...]