https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64003

--- Comment #7 from dmalcolm at gcc dot gnu.org ---
A more minimal reproducer:

$ cat get-attr-length-i386.c
int test_pr64003 (int p)
{
  if (p == 0)
    return 5;
  if (p == 1)
    return 7;

  return 0;
}

$ valgrind ./cc1 get-attr-length-i386.c -O2

Reply via email to