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 12:36:02PM -0800, Steve Kargl wrote:
> On Tue, Feb 07, 2006 at 05:15:48PM -0500, Jakub Jelinek wrote:
> > On Tue, Feb 07, 2006 at 02:04:50PM -0800, Steve Kargl wrote:
> > > 
> > > Am I missing an autoconf or automake step?
> > 
> > No, apparently svn diff did a poor job.
> > Here are the 3 missing files from the diff:
> > 
> 
> 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
...
Native configuration is x86_64-unknown-linux-gnu

                === gfortran tests ===

Schedule of variations:
    unix

Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using /usr/src/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /usr/src/gcc/gcc/testsuite/gfortran.dg/gomp/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?

	Jakub


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