[Bug tree-optimization/97579] [11 Regression] ICE in gimple_expand_vec_cond_expr, at gimple-isel.cc:201 since r11-4123-g128f43cf679e5156
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Nov 3 15:23:15 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97579
--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rguenth@gcc.gnu.org>:
https://gcc.gnu.org/g:d0d8a1658054258baae87b445678c1c0c08d9455
commit r11-4674-gd0d8a1658054258baae87b445678c1c0c08d9455
Author: Richard Biener <rguenther@suse.de>
Date: Tue Nov 3 14:53:24 2020 +0100
middle-end/97579 - fix VEC_COND_EXPR ISEL optab query
This fixes a mistake in the optab query done by ISEL. It
doesn't fix the PR but shifts the ICE elsewhere.
2020-11-03 Richard Biener <rguenther@suse.de>
PR middle-end/97579
* gimple-isel.cc (gimple_expand_vec_cond_expr): Use
the correct types for the vcond_mask/vec_cmp optab queries.
More information about the Gcc-bugs
mailing list