[Bug rtl-optimization/71374] [5/6/7 Regression] ICE on valid code at -O1 and above on x86_64-linux-gnu: in extract_constrain_insn, at recog.c:2190
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jan 25 13:54:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71374
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
extern inline isn't needed:
int a, b, c;
void
foo (void *x, void *y)
{
__asm__ ("": "=&c" (a), "=&D" (b), "=&S" (c): "r" (y), "2" (y));
}
ICEs as well with -O1 and above. Vlad, do you think you could have a look?
More information about the Gcc-bugs
mailing list