[bootstrap-O3,fortran] add a NULL initializer to avoid a warning at -O3
authorAlexandre Oliva <aoliva@redhat.com>
Thu, 5 Jan 2017 01:46:01 +0000 (01:46 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Thu, 5 Jan 2017 01:46:01 +0000 (01:46 +0000)
commit692216906ba1c7734183c4940122d5684c05141f
tree0a8d753e6d9c3946ada73645d502f5da923c431e
parentd61d5fcd7f68b623c693b241d0d50144e2bd443f
[bootstrap-O3,fortran] add a NULL initializer to avoid a warning at -O3

Building with the bootstrap-O3 configuration option fails to compile
fortran/module.c due to an AFAICT false-positive warning about an
uninitialized use of a variable.

This patch adds a dummy initializer to silence it.

for  gcc/fortran/ChangeLog

* module.c (load_omp_udrs): Initialize name.

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