module.c (load_commons): Initialize flags to 0 to silecne -Wmaybe-uninitialized warning.
authorJan Hubicka <hubicka@gcc.gnu.org>
Wed, 2 Oct 2019 15:07:52 +0000 (15:07 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 2 Oct 2019 15:07:52 +0000 (15:07 +0000)
commit408b33fcc39bc1d8c12e41fa6149ed404b23f50f
tree4c1f0a1b3db630ccb649b343f20503e77aaee1e8
parent709310e7a4668cf9fad232bc970021eba07e9325
module.c (load_commons): Initialize flags to 0 to silecne -Wmaybe-uninitialized warning.

* module.c (load_commons): Initialize flags to 0 to silecne
-Wmaybe-uninitialized warning.
(read_module): Likewise for n and comp_name.

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