Re: [PATCH, testsuite] Add effective target signal

2017-06-09 Thread Mike Stump
On Jun 9, 2017, at 1:25 AM, Tom de Vries wrote: > > Atm, -DSIGNAL_SUPPRESS is defined at top-level in gcc_target_compile > resulting in the macro being passed down to ~30k compilations. The macro is > used in just 17 test cases. > OK for trunk if x86_64 and nvptx testing succeeds? Ok.

[PATCH, testsuite] Add effective target signal

2017-06-09 Thread Tom de Vries
Hi, this patch adds effective target signal. Atm, -DSIGNAL_SUPPRESS is defined at top-level in gcc_target_compile resulting in the macro being passed down to ~30k compilations. The macro is used in just 17 testcases. The patch defines an effective target signal, which is used in: - individu