https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113115
Kewen Lin <linkw at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #4 from Kewen Lin <linkw at gcc dot gnu.org> --- (In reply to Peter Bergner from comment #3) > Ke Wen, is this just a duplicate of PR109987 and PR103627? I know it was > bisected to Jeevitha's commit, but it seems more like her commit exposed the > same latent issue as those other PRs, rather than causing it. Your thoughts? Yes, I agree it's duplicated of PR109987, Jeevitha's commit just exposed this known issue, since we are in stage 3, I wonder if we can go with power9-vector guarding first (https://gcc.gnu.org/pipermail/gcc-patches/2021-December/587310.html) since power9-vector still exists in this release, and we can try to remove these workaround options in next release. (Sorry that I missed to follow up the power{8,9}-vector removal) *** This bug has been marked as a duplicate of bug 109987 ***