[bootstrap-O1] add initializers to avoid warnings at -O1
authorAlexandre Oliva <aoliva@redhat.com>
Thu, 5 Jan 2017 01:45:51 +0000 (01:45 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Thu, 5 Jan 2017 01:45:51 +0000 (01:45 +0000)
commitd61d5fcd7f68b623c693b241d0d50144e2bd443f
tree3ec652b6d00d0a685a3bb03375edf15058a004f6
parent08edc32002de18797cf148742241e05585b657d3
[bootstrap-O1] add initializers to avoid warnings at -O1

Building with the bootstrap-O1 configuration option fails to compile a
number of files due to AFAICT false-positive warnings about uses of
uninitialized variables.

This patch adds dummy initializers to silence them all.

for  gcc/ChangeLog

* multiple_target.c (create_dispatcher_calls): Init e_next.
* tree-ssa-loop-split.c (split_loop): Init border.
* tree-vect-loop.c (vect_determine_vectorization_factor): Init
scalar_type.

From-SVN: r244086
gcc/ChangeLog
gcc/multiple_target.c
gcc/tree-ssa-loop-split.c
gcc/tree-vect-loop.c