re PR fortran/52559 (Spurious \x00 in error messages of lines with tab)
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Mon, 19 Mar 2012 09:50:35 +0000 (09:50 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Mon, 19 Mar 2012 09:50:35 +0000 (09:50 +0000)
commita1b60e499f968e348d3465db67786e2571e8ed96
tree42610018225a4efcc29d63b97ee9f7b63eacbfd7
parent55c2a83ac9188599b36da4645ecea64fc4e6596b
re PR fortran/52559 (Spurious \x00 in error messages of lines with tab)

PR fortran/52559
* error.c (gfc_widechar_display_length): Consider tabs as
one character wide, as they're displayed as spaces.
(show_locus): Move tab handling to...
(print_wide_char_into_buffer): ... here.

From-SVN: r185517
gcc/fortran/ChangeLog
gcc/fortran/error.c