On Tuesday 03 May 2005 21.16, Diego Novillo wrote: > > On Tue, May 03, 2005 at 11:05:05PM +0200, Lars Segerlund wrote: > > > we have to extend the gfortran internal representation also > > Yes, initially most of the effort will be in C/C++ since that's > the only parser we have so far. >
Is there any obstruction in principle to have the so-called sentinel directive (!$OMP) recognised by the gfortran parser? Talking with Lars, I have understood that at the moment some misbehaviour of the front-end prevents it, but I don't quite understand what the problem is. Can anyone shed some light? Also, talking about IR, since OpenMP is mostly unique, probably we just need to link the gfortran parser to the work in the middle-end that is currently being done, with perhaps a few (hopefully no) exception. Biagio