This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [gomp merge] Fortran FE changes from gomp branch not dependent on OpenMP
- From: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, fortran at gcc dot gnu dot org
- Date: Wed, 25 Jan 2006 23:13:37 +0100
- Subject: Re: [gomp merge] Fortran FE changes from gomp branch not dependent on OpenMP
- References: <20060117084832.GH7768@devserv.devel.redhat.com>
Hi Jakub,
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.
Thanks,
- Tobi