https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68725

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Note C23 adds static compound literals which I think is the right appoarch
(with the addition of the const qualifier) for these kind of code where you
want the variable in read only data rather than on the stack.

Reply via email to