Hi everyone,
-r136747 of llvm-gcc (and possibly others) is apparently tickling a binutils issue on linux x86-64
Has anyone seen anything like this?
Thanks
-jason
gccfail.txt (21 KB)
Hi everyone,
-r136747 of llvm-gcc (and possibly others) is apparently tickling a binutils issue on linux x86-64
Has anyone seen anything like this?
Thanks
-jason
gccfail.txt (21 KB)
Yes, it looks like this:
http://sourceware.org/bugzilla/show_bug.cgi?id=12887
I think switching from ld to gold might be an effective work-around.
Jay.
Hi everyone,
-r136747 of llvm-gcc (and possibly others) is apparently tickling a binutils
issue on linux x86-64
Has anyone seen anything like this?Yes, it looks like this:
http://sourceware.org/bugzilla/show_bug.cgi?id=12887
I think switching from ld to gold might be an effective work-around.
Hi Jay. Thanks - that seems to have done it.
Hi Jay. Thanks - that seems to have done it.
BTW, this *is* a bug on the llvm-gcc side too. See
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20110613/122608.html
Jay.
Cheers,
Rafael