[Bug c++/70639] internal compiler error: in guard_tinfo_to_string, at c-family/c-indentation.c:560

mpolacek at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Apr 12 16:44:00 GMT 2016


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);
}


More information about the Gcc-bugs mailing list