[gomp merge] Fortran FE changes from gomp branch not dependent on OpenMP
Jakub Jelinek
jakub@redhat.com
Wed Jan 25 23:29:00 GMT 2006
On Wed, Jan 25, 2006 at 11:13:37PM +0100, Tobias Schl?ter wrote:
> Jakub Jelinek wrote:
> > This patch contains changes from gomp branch that don't rely on
> > OpenMP framework, two comment typos and code to make sure array times have
> > complete types whenever possible. For details, you can see:
> > http://gcc.gnu.org/ml/gcc-patches/2005-10/msg01299.html
> > http://gcc.gnu.org/ml/gcc-patches/2005-11/msg00361.html
> > http://gcc.gnu.org/ml/gcc-patches/2005-11/msg00447.html
> > http://gcc.gnu.org/ml/gcc-patches/2005-12/msg00332.html
> > Bootstrapped/regtested on i686-linux, ok for trunk?
>
> I have one question: will the testsuite for the Fortran parts of gomp be run
> with make check-fortran? This would make sure that we don't accidentally
> break any of the gomp parts when following the testing procedure for frontends.
There are 2 parts. One, gfortran.dg/gomp/gomp.exp contains only
compile time tests and is run with make check-fortran.
The rest are runtime tests, which need libgomp, so they are part of
libgomp's testsuite.
So, on gomp-20050608-branch if you want to run all Fortran tests, including
OpenMP runtime ones (and no C/C++/etc. tests), you run
make -C gcc -k check-gfortran; make -C libgomp -k check RUNTESTFLAGS=fortran.exp
Jakub
More information about the Gcc-patches
mailing list