https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118403
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2025-01-10 Status|UNCONFIRMED |WAITING See Also| |https://github.com/llvm/llv | |m-project/issues/78034 Ever confirmed|0 |1 --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #1) > Using `{}` is the correct fix. The referenced part of the C standard here is > applying to struct and not unions. Oh the big reason is GCC switched to defaulting to C23. Can you attach the preprocessed source with the exact command line used?