re PR fortran/32147 (Module file change due to order of writting out changes)
authorTobias Schlüter <tobi@gcc.gnu.org>
Sun, 28 Oct 2007 18:53:27 +0000 (19:53 +0100)
committerTobias Schlüter <tobi@gcc.gnu.org>
Sun, 28 Oct 2007 18:53:27 +0000 (19:53 +0100)
commit5cb41805708de9784dd9ce6dfc88c0cd4f87af93
tree6b0dbd378d040ff0c2dc656b2f563ea140b6339b
parent6f17d116b739645d9c331ffb4b741eebbfb69a5c
re PR fortran/32147 (Module file change due to order of writting out changes)

fortran/
PR fortran/32147
* module.c (write_symbol): Fix whitespace.
(write_symbol0): Walk symtree from left-to-right instead
breadth-first.
(write_symbol1): Similarly change walk of pointer info tree.
(write_module): Insert linebreak.
* symbol.c (gfc_traverse_symtree): Change to left-to-right order.
(traverse_ns): Likewise.

testsuite/
PR fortran/32147
* gfortran.dg/module_md5_1.f90: Update hash-value.

From-SVN: r129701
gcc/fortran/ChangeLog
gcc/fortran/module.c
gcc/fortran/symbol.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/module_md5_1.f90