[Bug middle-end/25990] gomp ICE with -fopenmp

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Jan 27 15:18:00 GMT 2006



------- Comment #6 from reichelt at gcc dot gnu dot org  2006-01-27 15:18 -------
Even simpler testcase:

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


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
           Keywords|                            |monitored


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



More information about the Gcc-bugs mailing list