This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/70650] [6 regression] bootstrap failure: ICE in emit_move_insn, at expr.c:3546


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++.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]