https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77798
Bug ID: 77798
Summary: 465.tonto ICE with trunk with -O2
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: prathamesh3492 at gcc dot gnu.org
Target Milestone: ---
Hi,
465.tonto from SPEC2006 ICE's with trunk with -O2 (tested with r240626):
intvec.fppized.f90: In function '__intvec_module_MOD_chop_large_values':
intvec.fppized.f90:394:0: error: bogus comparison result type
end subroutine
Error: bogus comparison result type
integer(kind=4)
_28 = bb_53 < 0;
intvec.fppized.f90:394:0: internal compiler error: verify_gimple failed
0xc6bb7c verify_gimple_in_cfg(function*, bool)
../../gcc/gcc/tree-cfg.c:5209
0xb5121a execute_function_todo
../../gcc/gcc/passes.c:1964
0xb51c55 execute_todo
../../gcc/gcc/passes.c:2014
Thanks,
Prathamesh