re PR bootstrap/78985 (profiledbootstrap failure by -Wuninitialized)
authorMartin Liska <mliska@suse.cz>
Sun, 5 Feb 2017 15:51:13 +0000 (16:51 +0100)
committerJeff Law <law@gcc.gnu.org>
Sun, 5 Feb 2017 15:51:13 +0000 (08:51 -0700)
commite6b07173d2cb671f6726bf1d00e08b107391fb5c
tree312546b6bbe6620c5aeff5195be479195ff57d97
parent139d4065e80d9141a23cf84d8b31fc9ee7c5d8c3
re PR bootstrap/78985 (profiledbootstrap failure by -Wuninitialized)

PR bootstrap/78985
* config/s390/s390.c (s390_gimplify_va_arg): Initialize local
variable to NULL.
(print_operand_address): Initialize a struct to zero.

From-SVN: r245195
gcc/ChangeLog
gcc/config/s390/s390.c