https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114682
--- Comment #3 from Andrew Pinski ---
Mine, similar to PR 102138 but slightly different because this becomes a load
which is more similar to what phiprop does.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114682
Andrew Pinski changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114682
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114682
--- Comment #1 from Andrew Pinski ---
Note I was imspired to look into this because of
https://github.com/llvm/llvm-project/issues/88274 (note LLVM does a worse job
here and does not constant loads the string either).