This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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 03:49:05PM -0500, Jakub Jelinek wrote:
> On Wed, Feb 08, 2006 at 12:36:02PM -0800, Steve Kargl wrote:
> > 
> > Thanks. Trunk builds fine on amd64-*-freebsd.
> > I'm almost finished reading the patch.
> > 
> > But, I can't get the libgomp.fortran testsuite
> > to run.  I do
> 
> libgomp.fortran testsuite isn't run with make check-gfortran,
> but in the toplevel build directory with
> make check-target-libgomp
> 
> But the gfortran.dg/gomp testsuite works for me:
> make check-gfortran RUNTESTFLAGS=gomp.exp
> ...
>                 === gfortran Summary ===
> 
> # of expected passes            188
> # of expected failures          2
> /usr/src/gcc/obj2/gcc/testsuite/gfortran/../../gfortran  version 4.2.0 20060207 (experimental)
> 
> Can you mail me privately your testsuite/gfortran/gfortran.log?
> 

A "gmake check-target-libgomp" yields

WARNING: libgomp.fortran/vla7.f90  -Os  compilation failed to produce executable
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)

                === libgomp Summary ===

# of expected passes            1036
# of unexpected failures        600
# of expected failures          2
gmake[3]: *** [check-DEJAGNU] Error 1

I'm investigating.

-- 
Steve


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