[Bug target/60336] empty struct value is passed differently in C and C++

ubizjak at gmail dot com gcc-bugzilla@gcc.gnu.org
Wed Feb 26 18:18:00 GMT 2014


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60336

--- Comment #6 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to H.J. Lu from comment #4)

> Can someone try this on non-x86 targets?

I get abort on alpha:

$ gcc -c fun.i
$ gcc -c x.ii
$ g++ fun.o x.o
$ ./a.out
Aborted


More information about the Gcc-bugs mailing list