gengtype.c (create_user_defined_type): Workaround -Wmaybe-uninitialized false positives.
authorJakub Jelinek <jakub@redhat.com>
Thu, 15 Jan 2015 13:08:44 +0000 (14:08 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 15 Jan 2015 13:08:44 +0000 (14:08 +0100)
commite54bd4ab156d04ee02da62008d34c7eaba498d5e
treebde934e4aa356a8650f60f1d993ef54085998bc3
parent928923e765d97970732426c49a69ffd7802db034
gengtype.c (create_user_defined_type): Workaround -Wmaybe-uninitialized false positives.

* gengtype.c (create_user_defined_type): Workaround
-Wmaybe-uninitialized false positives.
* cse.c (fold_rtx): Likewise.
* loop-invariant.c (gain_for_invariant): Likewise.

From-SVN: r219652
gcc/ChangeLog
gcc/cse.c
gcc/gengtype.c
gcc/loop-invariant.c