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}; }

Reply via email to