https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49766
Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |manu at gcc dot gnu.org
Resolution|--- |DUPLICATE
--- Comment #1 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
As explained in PR53934, the main show-stopper in implementing this is that the
Fortran compiler needs to call the preprocessor in-process in order to re-use
the line-table generated by CPP. The rest of the things mentioned by Dodji are
already implemented or are trivial to implement.
*** This bug has been marked as a duplicate of bug 53934 ***