[Bug c++/118117] Array Of Nested Structs Makes Inner Struct Anonymous

2024-12-18 Thread lgomez at windhoverlabs dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118117 --- Comment #1 from Lorenzo Gomez --- I should also mention that if undef USE_VIRTUAL, then there is NO issue. So the combination of array of nested structs (t1::t2 in this case) and having a virtual method in t1 triggers this issue.

[Bug c++/118117] New: Array Of Nested Structs Makes Inner Struct Anonymous

2024-12-18 Thread lgomez at windhoverlabs dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118117 Bug ID: 118117 Summary: Array Of Nested Structs Makes Inner Struct Anonymous Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Com