https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78112
--- Comment #14 from Rainer Orth <ro at gcc dot gnu.org> --- Created attachment 40023 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40023&action=edit i386-pc-solaris2.12 assembler output: pr78112.s Unfortunately, the new testcase FAILs on both Solaris/SPARC and Solaris/x86: FAIL: g++.dg/pr78112.C scan-assembler-times DW_AT_object_pointer 37 In both cases (and for either 32 and 64-bit), DW_AT_object_pointer occurs 39 times instead. Attaching the Solaris/x86 assembler output. I cannot yet tell if this is related to assembler capabilities: still waiting for bootstrap results with gas instead of as. Rainer