https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67259
Miguel Ojeda <miguel.ojeda.sandonis at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |miguel.ojeda.sandonis@gmail | |.com --- Comment #2 from Miguel Ojeda <miguel.ojeda.sandonis at gmail dot com> --- I stumbled on this when doing something like: struct T { char a[2]; }; T f() { return { "f" }; } It is also rejected on 7.3, 8.1 and trunk.