[Bug c++/42232] [4.4 Regression] ICE in cleanup_omp_return
jakub at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Dec 1 13:35:00 GMT 2009
------- 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
More information about the Gcc-bugs
mailing list