https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126374
Drea Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WORKSFORME
Status|UNCONFIRMED |RESOLVED
--- Comment #3 from Drea Pinski <pinskia at gcc dot gnu.org> ---
>PS: I tried to set the correct GCC version in the tool but it didn't let me...
Yes because anything before GCC 12.5.0 is no longer supported.
Since there is no testcase that shows the issue in a "modern" (within the last
3 years) compiler there is not much we can do here.
If you want the best way to figuring out if it is fully solved or not is revert
r10-1420-g744fd446c321f7 while doing a bisection.
But since there has been so many changed between now and GCC 10.1.0, it might
be hard to revert that.
r10-1420-g744fd446c321f7 change was a little over 7 years ago too.
Closing as works for me as there is no way to reproduce it in a newer gcc.
I even tried -fdisable-tree-fre4 for GCC 10.1.0 release and it worked there.