https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96812
Bug ID: 96812 Summary: gcc.dg/torture/pr90328.c FAILs with -fno-ivopts Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: rguenth at gcc dot gnu.org Target Milestone: --- With -fno-ivopts and -O3 -funroll-loops the testcase fails execution because the RTL unroller has exactly the same issue with respect to base/clique duplication as we fixed on the GIMPLE side a while ago.