[Bug c/84873] [6/7/8 Regression] ICE: verify_ssa failed (error: definition in block 3 does not dominate use in block 4)
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Mar 15 09:53:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84873
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Why the
+ if (TREE_CODE (*op1_p) == INTEGER_CST)
+ *op1_p = fold_convert (unsigned_type_node, *op1_p);
+ else
+ *op1_p = build1 (NOP_EXPR, unsigned_type_node, *op1_p);
? Just change the convert to fold_convert... I hope the FE ensures that the
shift count has a sane type (some integral one).
More information about the Gcc-bugs
mailing list