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

Reply via email to