https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120326
Joseph S. Myers <jsm28 at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2025-05-19 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW CC| |uecker at gcc dot gnu.org --- Comment #2 from Joseph S. Myers <jsm28 at gcc dot gnu.org> --- These two structs have no tags; it should be fine to have both of them in the same translation unit, structs without tags need have no relation to one another. Rejection should only be if they were given the same tag.