https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118657
--- Comment #9 from Andi Kleen <andi-gcc at firstfloor dot org> --- With constexpr you are guaranteed an visible initializer. const would potentially require messing with IPA and might impossible.
andi-gcc at firstfloor dot org via Gcc-bugs Sun, 26 Jan 2025 20:07:31 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118657
--- Comment #9 from Andi Kleen <andi-gcc at firstfloor dot org> --- With constexpr you are guaranteed an visible initializer. const would potentially require messing with IPA and might impossible.