[Bug middle-end/26611] [GOMP] openmp gomp ICE at gimplify.c:4257
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Mar 9 18:43:00 GMT 2006
------- Comment #4 from pinskia at gcc dot gnu dot org 2006-03-09 18:43 -------
Confirmed, reduced testcase:
int t;
void search()
{
#pragma omp parallel for
for (int i = 0; i < 1000; ++i) try {
mm::print(t);
}catch(...){}
}
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2006-03-09 18:43:30
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26611
More information about the Gcc-bugs
mailing list