Re: [PATCH Fortran/Diagnostics] Move Fortran to common diagnostics machinery

2014-08-15 Thread Tobias Burnus
Am 06.08.2014 18:50, schrieb Manuel López-Ibáñez: This is the first step for moving Fortran to use the common diagnostics machinery. This patch makes Fortran use the common machinery for those warnings that don't have a location or a controlling option. Bootstrapped and regression tested on x86_6

Re: [PATCH Fortran/Diagnostics] Move Fortran to common diagnostics machinery

2014-08-14 Thread Manuel López-Ibáñez
Hi Tobias (or any other Fortran maintainer), Is this patch OK? https://gcc.gnu.org/ml/gcc-patches/2014-08/msg00488.html Thanks, Manuel.

Re: [PATCH Fortran/Diagnostics] Move Fortran to common diagnostics machinery

2014-08-08 Thread Dodji Seketeli
Hello Manuel, Manuel López-Ibáñez writes: > 2014-08-03 Manuel López-Ibáñez > > 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 d

[PATCH Fortran/Diagnostics] Move Fortran to common diagnostics machinery

2014-08-06 Thread Manuel López-Ibáñez
This is the first step for moving Fortran to use the common diagnostics machinery. This patch makes Fortran use the common machinery for those warnings that don't have a location or a controlling option. Before: manuel@gcc10:~/test1$ echo end | ./213518/build/gcc/f951 -fdiagnostics-color -Werror