https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64053
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2024-03-17 Keywords| |inline-asm Ever confirmed|0 |1 --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I wonder if doing constexpr is better similar in the way that is proposed for inline-asm : https://gcc.gnu.org/pipermail/gcc-patches/2024-March/647821.html This would be easier to support I think and would be more obvious and stuff like fmt supports formating at compile time with constexpr even.