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, but either way the test is inappropriate.OK to commit? Andrew