[Bug tree-optimization/86097] [8/9 Regression] ICE: verify_gimple failed (error: mismatching comparison operand types)
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jun 11 11:34:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86097
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2018-06-11
CC| |jakub at gcc dot gnu.org
Target Milestone|--- |8.2
Summary|[9 Regression] ICE: |[8/9 Regression] ICE:
|verify_gimple failed |verify_gimple failed
|(error: mismatching |(error: mismatching
|comparison operand types) |comparison operand types)
Ever confirmed|0 |1
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
This first started to ICE in r254867, with:
internal compiler error: in transform_to_exit_first_loop, at
tree-parloops.c:2004
In r258713 it changed into a checking ICE:
error: mismatching comparison operand types
signed int
unsigned int
if (ivtmp_32 < 3)
during GIMPLE pass: parloops
pr86097.c:4:1: internal compiler error: verify_gimple failed
More information about the Gcc-bugs
mailing list