This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [gomp] Fortran OpenMP parser
- From: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>
- To: Diego Novillo <dnovillo at redhat dot com>
- Cc: Jakub Jelinek <jakub at redhat dot com>, gcc-patches at gcc dot gnu dot org,fortran at gcc dot gnu dot org, Richard Henderson <rth at redhat dot com>
- Date: Mon, 19 Sep 2005 20:36:29 +0200
- Subject: Re: [gomp] Fortran OpenMP parser
- References: <20050919175942.GC1020@devserv.devel.redhat.com> <432F0201.9030801@redhat.com>
Diego Novillo wrote:
> On 09/19/05 13:59, Jakub Jelinek wrote:
>
>
>>I'd like to check this into the gomp branch after review even in its
>>current limited form, so that middle-end GOMP changes can be tested
>>also on Fortran.
>>
>
> If the FE folks don't have too many issues with it, go ahead. More IL
> bits will be in soon. I'm hoping to finish all the major structures
> this week.
I had a quick look over it, and there's nothing egregiously wrong with it.
I'd suggest putting the gomp stuff in its own file, while probably not
necessary right now, I think this will make sense once the translation part is
going to grow. This will also save you large offsets when merging between
branches.
- Tobi