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 diagnostics/Fortran] Implement Fortran prefix/caret style using the common diagnostics machinery


Hello Manuel,

Manuel LÃpez-IbÃÃez <lopezibanez@gmail.com> writes:

> Hi,
>
> This patch is relative to this one here:
> https://gcc.gnu.org/ml/gcc-patches/2014-08/msg01652.html
>
> It implements the Fortran style of prefix and caret line in the
> gfc_diagnostic_starter by using the common pretty-printer.
>
> This requires making configurable the caret character in the
> diagnostics machinery.

[...]


> 2014-08-19  Manuel LÃpez-IbÃÃez  <manu@gcc.gnu.org>
>
>     PR fortran/44054
>     * diagnostic.c: Set default caret.
>     (diagnostic_show_locus): Use it. Tell pretty-printer that a new
>     line is needed.
>     * diagnostic.h (struct diagnostic_context):

> Bootstrapped and regression tested on x86_64-linux-gnu.
>
> OK?

The generic diagnostics part is OK.

Thanks!

Cheers.

-- 
		Dodji


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