PR ada/70017
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Mar 2016 11:32:54 +0000 (11:32 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Mar 2016 11:32:54 +0000 (11:32 +0000)
commit1c1a1b9a6a88eefc9b6420840a19fc964725cea9
treeaa5518b7e4f38b4b97980697060af4ff059ecb56
parent490ee78a39cc213839d963d7917937839b8b4dec
PR ada/70017
* calls.c (emit_library_call_value_1): Clear the ECF_NOTHROW flag if
the libcall is LCT_THROW.
* explow.c (probe_stack_range): Pass LCT_THROW to emit_library_call
for the checking routine.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234160 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/calls.c
gcc/explow.c