This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from d2132067ab2 Daily bump. new b7a185371cb [HSA] Avoid ICE when "HSA does not implement indirect calls" new cd32b2c51b9 hurd: libgcc unwinding support over signal trampolines
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/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 +++++++++++++++++++++ 4 files changed, 143 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