------- Comment #1 from reichelt at gcc dot gnu dot org 2009-05-06 06:59
-------
Confirmed. Simple testcase (just compile with -fopenmp:
=====================================
void foo(int n)
{
int x[n];
#pragma omp parallel private(x)
x[0] = 0;
}
=====================================
Only the C++ frontend seems to be affected, not the C frontend.
--
reichelt at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Keywords| |ice-on-valid-code, openmp
Last reconfirmed|0000-00-00 00:00:00 |2009-05-06 06:59:43
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39958