[Bug c/97957] ICE in init_dynamic_diag_info, at c-family/c-format.c:5024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97957 Martin Liška changed: What|Removed |Added Last reconfirmed||2020-11-23 CC|
[Bug c/97957] ICE in init_dynamic_diag_info, at c-family/c-format.c:5024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97957 --- Comment #1 from G. Steinmetz --- Another similar situation : $ cat z2.c typedef long __gcc_host_wide_int__; typedef long __gcc_host_wide_int__; __attribute__ ((__format__ (__asm_fprintf__, 1, 2))) void f () {} $ gcc-11-20201122 -c z2.c z