https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125873
Saksham Gupta <io.sakshamgupta at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |io.sakshamgupta at gmail dot
com
--- Comment #7 from Saksham Gupta <io.sakshamgupta at gmail dot com> ---
Hi Richard,
I'd like to take a crack at this bug.
Since the previous bisection was thrown off by modifying the test case to use
return, I am going to set up a fresh automated git bisect using the original
small.c with __builtin_abort() to pinpoint the actual offending commit.
Once I have the correct revision, my plan is to reduce the test case with
creduce and compare the GIMPLE dumps to see where
-fno-aggressive-loop-optimizations is being ignored.
Please let me know if anyone is already actively working on a fix for this,
otherwise I will share my bisection results here shortly.