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 9d0ea7a55ac amdgcn: Fix register size bug new 4ac218a3f08 amdgcn: Add instruction patterns for complex number operations.
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 | 16 + gcc/config/gcn/gcn-protos.h | 5 + gcc/config/gcn/gcn-valu.md | 263 ++++++++++++++ gcc/config/gcn/gcn.cc | 73 ++++ gcc/config/gcn/gcn.md | 7 + gcc/testsuite/ChangeLog.omp | 4 + gcc/testsuite/gcc.target/gcn/complex.c | 627 +++++++++++++++++++++++++++++++++ 7 files changed, 995 insertions(+) create mode 100755 gcc/testsuite/gcc.target/gcn/complex.c