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: [patch] Fix PR fortran/27698 emit error when rejecting invalid name


On Thu, Jul 06, 2006 at 12:35:10AM +0200, Paul Thomas wrote:
> Steve and Bernhard,
> >
> >>>
> >>>Prove me wrong!
> >>>
> >>
> >I just ran this patch against my large colllection of legal
> >Fortran (with extensions :-), and the only failure was in the
> >Moware package.  The failure occurs with and without the patch.  It
> >involves a *.F90 that needs to be preprocessed an Moware program,
> >and may have screwed up the Makefile sufficiently to get the
> >preprocessing mangled.
> >
> Sounds of humble pie being consumed.... munch, munch, munch!
> 

Well, in truth you are correct that gfc_match_name is only
one matcher that gets called often in a large set of possible
matchers.  One thing to keep in mind with the matchers is
that errors are queued.  If a match is eventually found, then the
queue is tossed out; otherwise, the queue is unwound and
errors are emitted.

-- 
Steve


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