https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114134
--- Comment #5 from Pilar Latiesa <pilarlatiesa at gmail dot com> --- Another testcase: struct TKey { int i, j, k, w; }; TKey Key(int x) { return {x, 0, x, 0}; }
pilarlatiesa at gmail dot com via Gcc-bugs Wed, 28 Feb 2024 04:13:40 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114134
--- Comment #5 from Pilar Latiesa <pilarlatiesa at gmail dot com> --- Another testcase: struct TKey { int i, j, k, w; }; TKey Key(int x) { return {x, 0, x, 0}; }