Committed as obvious.
Richard. 2018-09-05 Richard Biener <rguent...@suse.de> PR bootstrap/87225 * tree-vect-stmts.c (vectorizable_simd_clone_call): Fix bogus return. Index: gcc/tree-vect-stmts.c =================================================================== --- gcc/tree-vect-stmts.c (revision 264102) +++ gcc/tree-vect-stmts.c (working copy) @@ -3898,7 +3898,7 @@ vectorizable_simd_clone_call (stmt_vec_i dump_printf_loc (MSG_MISSED_OPTIMIZATION, vect_location, "not considering SIMD clones; not yet supported" " for variable-width vectors.\n"); - return NULL; + return false; } unsigned int badness = 0;