------- Comment #2 from jakub at gcc dot gnu dot org  2009-12-01 13:34 -------
Reduced testcase:
extern int foo (void);
extern int g;

void
bar ()
{
#pragma omp critical
  {
    int j;
    for (j = 0; j < foo (); j++) ;
    if (0)
      if (g >= 4) ;
  }
}


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-12-01 13:34:58
               date|                            |


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

Reply via email to