This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 55838f7fbd6 PR fortran/95088 - Buffer overflows with PDTs, submodules a [...] new ad3f0ec1a80 [HSA] Avoid ICE when "HSA does not implement indirect calls" new a2b187c1391 hurd: libgcc unwinding support over signal trampolines new 61c896d84bd Add 'dg-do run' to 'libgomp.fortran/use_device_ptr-optional [...]
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: gcc/hsa-gen.c | 9 +- .../c-c++-common/gomp/hsa-indirect-call-1.c | 24 +++++ libgcc/config.host | 8 +- libgcc/config/i386/gnu-unwind.h | 107 +++++++++++++++++++++ .../libgomp.fortran/use_device_ptr-optional-3.f90 | 1 + 5 files changed, 144 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/hsa-indirect-call-1.c create mode 100644 libgcc/config/i386/gnu-unwind.h