This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2cec7d51724 modulo-sched: fix parameters usage and their ranges new 5e58c8b504e modulo-sched: fix branch rescheduling issue (PR92591) new 92b03650b40 Update OpenACC tests for amdgcn
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 | 7 ++++ gcc/modulo-sched.c | 39 +++++++++++++--------- gcc/testsuite/ChangeLog | 6 ++++ gcc/testsuite/gcc.dg/pr92951-1.c | 11 ++++++ gcc/testsuite/gcc.dg/pr92951-2.c | 5 +++ libgomp/ChangeLog | 11 ++++++ .../libgomp.oacc-c-c++-common/acc_prof-init-1.c | 2 ++ .../libgomp.oacc-c-c++-common/acc_prof-kernels-1.c | 4 +++ .../acc_prof-parallel-1.c | 12 +++++++ .../libgomp.oacc-c-c++-common/async_queue-1.c | 2 ++ .../libgomp.oacc-c-c++-common/asyncwait-nop-1.c | 2 ++ .../function-not-offloaded.c | 4 +-- .../testsuite/libgomp.oacc-c-c++-common/tile-1.c | 3 ++ 13 files changed, 91 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr92951-1.c create mode 100644 gcc/testsuite/gcc.dg/pr92951-2.c