https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35629
Jeffrey A. Law <law at redhat dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |law at redhat dot com Summary|[4.9/5/6 Regression] |gcc.dg/tree-ssa/loop-25.c |gcc.dg/tree-ssa/loop-25.c |scan-tree-dump-times |scan-tree-dump-times |profile fails |profile fails | --- Comment #20 from Jeffrey A. Law <law at redhat dot com> --- Based on c#10, this really isn't a regression. Essentially the testsuite is checking for a particular disambiguation of loops, but the compiler selected a different one -- either would be correct. The testsuite should probably be fixed to accept either disambiguation for this code. Leaving the BZ open for that to happen, but removing the regression markers.