This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with OpenMP Reduction Clause


On Fri, May 05, 2006 at 08:06:56AM +0200, Benjamin R?veill? wrote:
> 
> Good new and bad news... :)  :(
> 
> Jakub fixed PR27395 but I have stumbled on its brother or evil twin...
> 
> Indeed the 2 test cases provided now compile and run normally with the compile 
> options I had specified..., but If I try and add the -fbounds-check compile 
> options they both ICE's again...
> 
> >> gfortran -fopenmp -fbounds-check array_reduction1.f90
> array_reduction1.f90: In function 'foo1':
> array_reduction1.f90:24: internal compiler error: in declare_tmp_vars, at 
> gimplify.c:661
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> 
> >> gfortran -fopenmp -fbounds-check array_reduction2.f90
> array_reduction2.f90: In function 'foo2':
> array_reduction2.f90:20: internal compiler error: in declare_tmp_vars, at 
> gimplify.c:661
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
>                                                                        
> 
> Should I declare a new bug or reopen the previous with this extra 
> information ?

Submit a new bug report with the code.  This is a different
problem, so gcc should probably have a new audit trail.
You'll also probably want to mention the old PR number.

-- 
steve


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]