https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100329
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Started to ICE with r11-5002-ge3b3b59683c1e7d31a9d313dd97394abebf644be when the support for output operands on asm goto has been added, before that it has been rejected: pr100329.c: In function ‘foo’: pr100329.c:8:17: error: expected ‘:’ before string constant 8 | asm goto ("" : "=r" (x) : : : lab); | ^~~~~ | :