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] Fortran OpenMP parser


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


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