https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65733
--- Comment #5 from Jack Howarth <howarth.at.gcc at gmail dot com> --- Created attachment 35295 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35295&action=edit binary conftest.o.g from clang 3.6.0 compiler The binary conftest.o.g was created on x86_64-apple-darwin13 using the cctools from Xcode 6.2 and the llvm.org 3.6.0 clang compilers with the command... echo "int f (void) { return 0; }" > conftest.c clang-3.6 -c -g conftest.c mv conftest.o conftest.o.g