Re: Fwd: Problem with OpenMP Reduction Clause

2006-05-02 Thread Jakub Jelinek
On Tue, May 02, 2006 at 08:09:28AM -0700, Andrew Pinski wrote: > >I've stumbled onto a problem with the OpenMP REDUCTION clause > > > >gfortran segfault on compile (gfortran -fopenmp array_reduction.f90) > >with the following message: > >arrayreduction.f90: In function 'foo': > >arrayreduction.f90:

Fwd: Problem with OpenMP Reduction Clause

2006-05-02 Thread Andrew Pinski
FYI. Begin forwarded message: From: "Benjamin Réveillé" <[EMAIL PROTECTED]> Date: May 2, 2006 7:44:38 AM PDT To: [EMAIL PROTECTED] Subject: Problem with OpenMP Reduction Clause Hello I've stumbled onto a problem with the OpenMP REDUCTION clause Here is the reduced code array_reduction.f90