Comment # 11 on bug 196 from
I can confirm that this shows on Linux, however unlike OSX, GNU assembles
without error.

---
        .align 32
        .type   .3531, @object
        .size   .3531, 80
.3531:
        .quad   _D3bug11ThreadError6__vtblZ
        .quad   0
        .zero   16
        .zero   16
        .quad   0
        .zero   8
        .zero   8
        .zero   8

---


I'm reading this as, there is a global symbol being emitted with no name, so
gcc gives it a unique identifier.


You are receiving this mail because: