--- Comment #4 from jakub at gcc dot gnu dot org 2009-05-29 13:17 ---
Fixed.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status|NEW
--- Comment #3 from jakub at gcc dot gnu dot org 2009-05-29 13:15 ---
Subject: Bug 39958
Author: jakub
Date: Fri May 29 13:14:53 2009
New Revision: 147975
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147975
Log:
PR middle-end/39958
* omp-low.c (scan_omp_1_op):
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-05-06 15:56 ---
*** Bug 40047 has been marked as a duplicate of this bug. ***
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
---
--- 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;
}
=
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39958
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39958