http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40958
--- Comment #6 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2011-11-29 17:49:31 UTC --- Author: tkoenig Date: Tue Nov 29 17:49:24 2011 New Revision: 181810 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181810 Log: 2011-11-29 Thomas Koenig <tkoe...@gcc.gnu.org> PR fortran/40958 * module.c (prev_module_line): New variable. (prev_module_column): New variable. (prev_character): New variable. (module_char): Update the new variables. (module_unget_char): New function. (parse_string): Use module_unget_char. (parse_integer): Likewise. (parse_name): Likewise. Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/module.c