------- Comment #1 from jakub at gcc dot gnu dot org  2010-04-26 14:33 -------
This isn't self-contained testcase.  Please either provide a preprocessed
source, or some small testcase that can be actually compiled.  See
http://gcc.gnu.org/bugs.html for details.

template<int N> void foo (void)
{
  int i;
#pragma omp parallel for
  for (i = 0; i < N; i++)
    ;
}

void bar (void)
{
  foo <1> ();
}

certainly compiles just fine with -fopenmp, so the precise details on what is
ROWS are needed.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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

Reply via email to