[gfortran,patch] Internationalisation of the Fortran front-end

Tobias Schlüter tobias.schlueter@physik.uni-muenchen.de
Fri Sep 2 01:45:00 GMT 2005


Tobias Schlüter wrote:
> What exactly are the advantages of using the common machinery if the most
> complicated part of the code (preparing the lines for caret printing and
> printing them) will still have to be done in the frontend (and probably
> reimplemented, as gfortran's code will probably not drop into place)?

Well, coming to think of it, there are other complications in gfortran's error
printing code: error messages are buffered, so that if one matcher determines
that the statement is not a correct instance of the statement it's trying to
match, a later matcher still can accept the statement without an error message
being printed.  I have no idea how well this mechanism would fit in with the
common machinery.

- Tobi



More information about the Gcc-patches mailing list