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: [gomp merge] Stage 2: OpenMP for the Fortran front end


On Wed, Feb 08, 2006 at 04:11:44PM -0500, Jakub Jelinek wrote:
> On Wed, Feb 08, 2006 at 01:07:50PM -0800, Steve Kargl wrote:
> > FAIL: libgomp.fortran/workshare1.f90  -O   (test for errors, line 34)
> > FAIL: libgomp.fortran/workshare1.f90  -O   (test for errors, line 35)
> > FAIL: libgomp.fortran/workshare1.f90  -O   (test for errors, line 37)
> > FAIL: libgomp.fortran/workshare1.f90  -O   (test for errors, line 40)
> > FAIL: libgomp.fortran/workshare1.f90  -O  (test for excess errors)
> 
> wc -l libgomp/testsuite/libgomp.fortran/workshare1.f90
> 30 libgomp/testsuite/libgomp.fortran/workshare1.f90
> 
> So, if you are getting failures on lines 34, 35, 37, 40, that sounds
> very weird, almost as if you applied the patch twice or something.
> 

Yep, something mangled the patch.  It appears as if workshare1.f90
was written correctly, then the next testcase was appended to it.
At least, my version of workshare1.f90 has two MAIN program units,
which is of course wrong.

-- 
Steve


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