Re: [PATCH] Fix target/102173 ICE after error recovery

2021-09-03 Thread Richard Sandiford via Gcc-patches
apinski--- via Gcc-patches writes: > From: Andrew Pinski > > After the recent r12-3278-823685221de986a change, the testcase > gcc.target/aarch64/sve/acle/general-c/type_redef_1.c started > to ICE as the code was not ready for error_mark_node in the > type. This fixes that and the testcase now pa

[PATCH] Fix target/102173 ICE after error recovery

2021-09-02 Thread apinski--- via Gcc-patches
From: Andrew Pinski After the recent r12-3278-823685221de986a change, the testcase gcc.target/aarch64/sve/acle/general-c/type_redef_1.c started to ICE as the code was not ready for error_mark_node in the type. This fixes that and the testcase now passes. gcc/ChangeLog: * config/aarch64