Re: [PATCH] testsuite: gimplefe-44 requires exceptions

2020-09-11 Thread Andrew Stubbs
This is now committed and backported to GCC 10. Andrew On 10/09/2020 15:03, Andrew Stubbs wrote: This patch prevents an ICE (segmentation fault) the occurs for amdgcn because the test is trying to use -fexceptions which is unsupported on the target. Arguably it should fail more gracefully, b

Re: [PATCH] testsuite: gimplefe-44 requires exceptions

2020-09-10 Thread Richard Biener via Gcc-patches
On Thu, Sep 10, 2020 at 4:04 PM Andrew Stubbs wrote: > > This patch prevents an ICE (segmentation fault) the occurs for amdgcn > because the test is trying to use -fexceptions which is unsupported on > the target. > > Arguably it should fail more gracefully, but either way the test is > inappropri

[PATCH] testsuite: gimplefe-44 requires exceptions

2020-09-10 Thread Andrew Stubbs
This patch prevents an ICE (segmentation fault) the occurs for amdgcn because the test is trying to use -fexceptions which is unsupported on the target. Arguably it should fail more gracefully, but either way the test is inappropriate. OK to commit? Andrew testsuite: gimplefe-44 requires ex