https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118082
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |ebotcazou at gcc dot gnu.org Ever confirmed|0 |1 Last reconfirmed| |2025-01-05 Summary|Types from other packages |bogus undefined reference |are not visible inside |in value sequence of |aggregate and reduction |reduced expression within |expressions inside generic |generic body |bodies | --- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- The problem is that the resolution of the value sequence is not done until expansion, but this cannot work in a generic context (no expansion).