This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e5c2ee0d105 [PR 90939] Remove outdated assert in ipcp_bits_lattice::meet_with new a4340c0d68e Create GCN-specific gthreads new 61b30ceddd6 Stub implementation of unwinding for AMD GCN. new 14462095a3d Enable full GFortran library for AMD GCN
The 3 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: config/ChangeLog | 5 + config/gthr.m4 | 1 + gcc/ChangeLog | 7 + gcc/config.gcc | 1 + gcc/config/gcn/gcn.c | 12 ++ libgcc/ChangeLog | 11 ++ libgcc/config/gcn/gthr-gcn.h | 163 +++++++++++++++++++++ libgcc/config/gcn/t-amdgcn | 3 +- .../{nvptx/nvptx-malloc.h => gcn/unwind-gcn.c} | 21 ++- libgcc/configure | 1 + libgfortran/ChangeLog | 6 + libgfortran/configure | 3 +- libgfortran/configure.ac | 3 +- 13 files changed, 227 insertions(+), 10 deletions(-) create mode 100644 libgcc/config/gcn/gthr-gcn.h copy libgcc/config/{nvptx/nvptx-malloc.h => gcn/unwind-gcn.c} (73%)