re PR target/79494 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2330)
authorJakub Jelinek <jakub@redhat.com>
Tue, 21 Feb 2017 14:39:21 +0000 (15:39 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 21 Feb 2017 14:39:21 +0000 (15:39 +0100)
commit2f3ec56d606df6665d93599b2a018db631a13113
treec342c5dab1daaea372097f60db202ee861e37058
parent03108bad95b96d9dad75dc99482d652ea9a749c5
re PR target/79494 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2330)

PR target/79494
* config/i386/i386.c (ix86_expand_split_stack_prologue): Call
make_reg_eh_region_note_nothrow_nononlocal on call_insn.
* config/rs6000/rs6000.c: Include except.h.
(rs6000_expand_split_stack_prologue): Call
make_reg_eh_region_note_nothrow_nononlocal on the call insn.

* gcc.dg/pr79494.c: New test.

From-SVN: r245629
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/rs6000/rs6000.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr79494.c [new file with mode: 0644]