]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/40958 (module files too large)
authorThomas Koenig <tkoenig@gcc.gnu.org>
Tue, 29 Nov 2011 17:49:24 +0000 (17:49 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Tue, 29 Nov 2011 17:49:24 +0000 (17:49 +0000)
commit645e511b2006cb2635b30a7a44d295dfc312c596
tree0b450b1d27ddf3d44af1bf96dd40dcd4f043f45d
parent7fa14a013045ffc50f3b280223d067ee406ca06d
re PR fortran/40958 (module files too large)

2011-11-29  Thomas Koenig  <tkoenig@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.

From-SVN: r181810
gcc/fortran/ChangeLog
gcc/fortran/module.c