Re: [Patch, Fortran] Convert gfc_notify_std to common diagnostics

2014-12-12 Thread FX
> PING - https://gcc.gnu.org/ml/gcc-patches/2014-12/msg00731.html OK.

Re: [Patch, Fortran] Convert gfc_notify_std to common diagnostics

2014-12-11 Thread Tobias Burnus
PING - https://gcc.gnu.org/ml/gcc-patches/2014-12/msg00731.html Tobias Burnus wrote: > This patch requires that the gfc_error patch has been applied, > https://gcc.gnu.org/ml/gcc-patches/2014-12/msg00607.html That patch has now been committed - and my patch still applies, building and regtesting

[Patch, Fortran] Convert gfc_notify_std to common diagnostics

2014-12-08 Thread Tobias Burnus
This patch requires that the gfc_error patch has been applied, https://gcc.gnu.org/ml/gcc-patches/2014-12/msg00607.html The patch does some missing '%s' to %qs and '...' to %<...%> for gfc_error, does likewise for gfc_notify_std and converts the latter into calls to gfc_error and gfc_warning.