--
reichelt at gcc dot gnu dot org changed:
What|Removed |Added
Known to fail|4.2.0 4.2.2 4.3.0 |4.2.0 4.2.2
Known to work||4.3.0
--- Comment #5 from jakub at gcc dot gnu dot org 2008-01-25 10:03 ---
Fixed on the trunk.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status|
--- Comment #4 from jakub at gcc dot gnu dot org 2008-01-25 09:13 ---
Subject: Bug 3
Author: jakub
Date: Fri Jan 25 09:12:57 2008
New Revision: 131820
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131820
Log:
PR middle-end/3
* gimplify.c (gimplify_omp_fo
--
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
--- Comment #3 from reichelt at gcc dot gnu dot org 2007-12-27 19:09
---
Confirmed. Shorter testcase (just compile with "-fopenmp"):
==
struct A
{
int n;
void foo();
};
void A::foo()
{
try
{
#pragma omp parallel for
for (int i = 0; i < n; ++