Regarding 202y:
I think it is in general useful to have an implementation of features
before the standard is released, also to find issues before the standard
is released.
The downside I currently see is that the none of the features is really
ready (in the sense that there are explicit edits).
Committed attached patch as r15-4565-g0ecc45a88d7722. It removes
'terminal_width', an unused leftover before switching to the common
diagnostic, which I missed when doing the last cleanup. Best regards,
Tobias
commit 0ecc45a88d772268a3bd83af02759857da0826d4
Author: Tobias Burnus
Date: Wed Oct
David Malcolm wrote:
In order to handle various awkward parsing issues, the Fortran frontend
implements buffering of diagnostics, so that diagnostics reported to
global_dc can be either:
(a) immediately issued, or
(b) speculatively reported to global_dc, and stored in a buffer, to
either be issue
On Wed, 2024-10-23 at 11:03 +0200, Tobias Burnus wrote:
> David Malcolm wrote:
> > In order to handle various awkward parsing issues, the Fortran
> > frontend
> > implements buffering of diagnostics, so that diagnostics reported
> > to
> > global_dc can be either:
> > (a) immediately issued, or
> >