re PR bootstrap/87225 (tree-vect-stmts.c:3748 error: converting to 'bool' from 'std...
authorRichard Biener <rguenther@suse.de>
Wed, 5 Sep 2018 09:39:34 +0000 (09:39 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 5 Sep 2018 09:39:34 +0000 (09:39 +0000)
2018-09-05  Richard Biener  <rguenther@suse.de>

PR bootstrap/87225
* tree-vect-stmts.c (vectorizable_simd_clone_call): Fix bogus
return.

From-SVN: r264116

gcc/ChangeLog
gcc/tree-vect-stmts.c

index 05fe124..e8f3054 100644 (file)
@@ -1,3 +1,9 @@
+2018-09-05  Richard Biener  <rguenther@suse.de>
+
+       PR bootstrap/87225
+       * tree-vect-stmts.c (vectorizable_simd_clone_call): Fix bogus
+       return.
+
 2018-09-05  Siddhesh Poyarekar  <siddhesh@sourceware.org>
            Kugan Vivekanandarajah  <kugan.vivekanandarajah@linaro.org>
 
index 8d94fca..3b23ad5 100644 (file)
@@ -3898,7 +3898,7 @@ vectorizable_simd_clone_call (stmt_vec_info stmt_info,
        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;