This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-8 in repository gcc.
from 572c0aff9a5 Daily bump. new e7fad651096 [HSA] Avoid ICE when "HSA does not implement indirect calls" new 9c5787ea072 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 | 11 ++- .../c-c++-common/gomp/hsa-indirect-call-1.c | 24 +++++ libgcc/config.host | 8 +- libgcc/config/i386/gnu-unwind.h | 107 +++++++++++++++++++++ 4 files changed, 144 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/hsa-indirect-call-1.c create mode 100644 libgcc/config/i386/gnu-unwind.h