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

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Shorter testcase:
struct A {};

void
foo (struct A a, int b)
{
}
compiles with sparc-solaris C, but doesn't with C++.

Reply via email to