2017-06-16 Richard Biener <rguenther@suse.de>
* tree-switch-conversion.c (emit_case_bit_tests): Adjust
initializer to workaround ICE in host GCC 4.8.
From-SVN: r249245
+2017-06-16 Richard Biener <rguenther@suse.de>
+
+ * tree-switch-conversion.c (emit_case_bit_tests): Adjust
+ initializer to workaround ICE in host GCC 4.8.
+
2017-06-16 Jan Hubicka <hubicka@ucw.cz>
* ipa-inline-transform.c (update_noncloned_frequencies): Update also
emit_case_bit_tests (gswitch *swtch, tree index_expr,
tree minval, tree range, tree maxval)
{
- struct case_bit_test test[MAX_CASE_BIT_TESTS] = { };
+ struct case_bit_test test[MAX_CASE_BIT_TESTS] = { {} };
unsigned int i, j, k;
unsigned int count;