r244087 - in /trunk/gcc/fortran: ChangeLog modu...

aoliva@gcc.gnu.org aoliva@gcc.gnu.org
Thu Jan 5 01:46:00 GMT 2017


Author: aoliva
Date: Thu Jan  5 01:46:01 2017
New Revision: 244087

URL: https://gcc.gnu.org/viewcvs?rev=244087&root=gcc&view=rev
Log:
[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.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/module.c



More information about the Gcc-cvs mailing list