[Bug fortran/84217] [8 Regression] ICE: verify_gimple failed

vries at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Feb 6 15:04:00 GMT 2018


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

--- Comment #4 from Tom de Vries <vries at gcc dot gnu.org> ---
C testcase:
...
void
foo (void)
{
  #pragma acc parallel loop tile (2, 3)
  for (short i = 0; i < 10; ++i)
    for (short j = 0; j < 10; ++j)
      ;
}
...


More information about the Gcc-bugs mailing list