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 d4309091390 Merge branch 'releases/gcc-12' into devel/omp/gcc-12 new 0f34c713fa5 amdgcn, libgomp: Manually allocated stacks
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 | 20 ++ gcc/config/gcn/gcn-run.cc | 62 +++-- gcc/config/gcn/gcn.cc | 192 ++++++++++------ gcc/config/gcn/gcn.h | 2 +- gcc/config/gcn/gcn.opt | 2 +- gcc/testsuite/ChangeLog.omp | 8 + gcc/testsuite/gcc.c-torture/execute/pr47237.c | 2 +- gcc/testsuite/gcc.dg/builtin-apply3.c | 1 + gcc/testsuite/gcc.dg/builtin-apply4.c | 1 + .../gcc.dg/torture/stackalign/builtin-apply-3.c | 1 + .../gcc.dg/torture/stackalign/builtin-apply-4.c | 1 + include/ChangeLog.omp | 4 + include/gomp-constants.h | 2 +- libgomp/ChangeLog.omp | 35 +++ libgomp/config/gcn/libgomp-gcn.h | 34 +++ libgomp/config/gcn/team.c | 8 +- libgomp/libgomp.h | 5 +- libgomp/plugin/plugin-gcn.c | 252 +++++++++++---------- 18 files changed, 399 insertions(+), 233 deletions(-)