[Bug middle-end/30538] gcc reach gcc_unreachable()

kuba at et dot pl gcc-bugzilla@gcc.gnu.org
Mon Jan 22 01:41:00 GMT 2007



------- Comment #2 from kuba at et dot pl  2007-01-22 01:41 -------

int foo()
{
  int a = 0, i;
#pragma omp for firstprivate(a)
  for(i = 0; i < 10; i++)
    a += i;

  return a;
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30538



More information about the Gcc-bugs mailing list