Re: Add missing ECF_NOTHROW flags to internal.def

2017-08-17 Thread Richard Sandiford
Richard Biener writes: > On Thu, Aug 17, 2017 at 11:47 AM, Richard Sandiford > wrote: >> This patch adds missing ECF_NOTHROW flags to the vectorisable >> integer internal functions. I noticed it while doing some SVE >> work but don't have a testcase that's useful now. >> >> Tested on aarch64-lin

Re: Add missing ECF_NOTHROW flags to internal.def

2017-08-17 Thread Richard Biener
On Thu, Aug 17, 2017 at 11:47 AM, Richard Sandiford wrote: > This patch adds missing ECF_NOTHROW flags to the vectorisable > integer internal functions. I noticed it while doing some SVE > work but don't have a testcase that's useful now. > > Tested on aarch64-linux-gnu and x86_64-linux-gnu. OK

Add missing ECF_NOTHROW flags to internal.def

2017-08-17 Thread Richard Sandiford
This patch adds missing ECF_NOTHROW flags to the vectorisable integer internal functions. I noticed it while doing some SVE work but don't have a testcase that's useful now. Tested on aarch64-linux-gnu and x86_64-linux-gnu. OK to install? Richard 2017-08-17 Richard Sandiford gcc/