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

--- Comment #1 from Daniel Fruzynski <bugzi...@poradnik-webmastera.com> ---
A bit simpler test case which triggers this ICE:
[code]
void test()
{
  const int foo = Foo();
  short n;
  for (n = foo; n < 100; ++n) {}
}
[/code]

Reply via email to