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

--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Shorter testcase:

void bar (int);
void
foo (int x)
{
  switch (x);
    bar (x);
}

Reply via email to