http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55289
--- Comment #12 from Jack Howarth <howarth at nitro dot med.uc.edu> 2012-11-13 20:21:35 UTC --- The disasembled testcase that is choking on shows... test.o: file format mach-o-x86-64 Disassembly of section .text: 0000000000000000 <_main>: 0: 55 push %rbp 1: 48 89 e5 mov %rsp,%rbp 4: c7 45 fc 05 00 00 00 movl $0x5,-0x4(%rbp) b: b8 00 00 00 00 mov $0x0,%eax 10: 5d pop %rbp 11: c3 retq 0000000000000012 <__GLOBAL__sub_I_00099_0_test.cc>: 12: 55 push %rbp 13: 48 89 e5 mov %rsp,%rbp 16: e8 00 00 00 00 callq 1b <__GLOBAL__sub_I_00099_0_test.cc+0x9> 1b: 5d pop %rbp 1c: c3 retq Disassembly of section __DATA.__mod_init_func: 0000000000000020 <__DATA.__mod_init_func>: ...