* haifa-sched.c (autopref_multipass_init): Work around
-Wmaybe-uninitialized warning.
From-SVN: r232495
+2016-01-18 Jakub Jelinek <jakub@redhat.com>
+
+ * haifa-sched.c (autopref_multipass_init): Work around
+ -Wmaybe-uninitialized warning.
+
2016-01-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
* config/arm/arm.c (thumb1_reorg): Check that the comparison is
int i = 0;
rtx prev_base = NULL_RTX;
- int min_offset;
- int max_offset;
+ int min_offset = 0;
+ int max_offset = 0;
for (i = 0; i < n_elems; i++)
{