This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH Fortran/Diagnostics] Move Fortran to common diagnostics machinery
- From: Dodji Seketeli <dodji at redhat dot com>
- To: Manuel LÃpez-IbÃÃez <lopezibanez at gmail dot com>
- Cc: Gcc Patch List <gcc-patches at gcc dot gnu dot org>, "fortran\ at gcc dot gnu dot org List" <fortran at gcc dot gnu dot org>, Tobias Burnus <burnus at net-b dot de>
- Date: Fri, 08 Aug 2014 12:25:25 +0200
- Subject: Re: [PATCH Fortran/Diagnostics] Move Fortran to common diagnostics machinery
- Authentication-results: sourceware.org; auth=none
- References: <CAESRpQAAg8r10Eqw5G-0zXSp=DRv67Rv1KfxpnuQu6A0oiyNNQ at mail dot gmail dot com>
Hello Manuel,
Manuel LÃpez-IbÃÃez <lopezibanez@gmail.com> writes:
> 2014-08-03 Manuel LÃpez-IbÃÃez <manu@gcc.gnu.org>
>
> PR fortran/44054
> c-family/
> * c-format.c: Handle Fortran flags.
> * diagnostic.c (build_message_string): Make it extern.
> * diagnostic.h (build_message_string): Make it extern.
Small nit; the diagnostic.[ch] files are in gcc/, not in c-family.
The language-agnostic diagnostic infrastructure changes otherwise look
OK to me.
Thanks.
--
Dodji