https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114574

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Oops, return stmt missing:
struct S foo (const struct S *);
struct S {};
struct S bar (const struct S **) { return (struct S) {}; }

Reply via email to