[PATCH 1/2] PR debug/63239 Add DWARF representation for C++11 deleted member function.

Rainer Orth ro@CeBiTec.Uni-Bielefeld.DE
Wed Oct 8 08:56:00 GMT 2014


Steven Bosscher <stevenb.gcc@gmail.com> writes:

> On Mon, Oct 6, 2014 at 9:54 AM, Mark Wielaard wrote:
>> Just removing the # prefix (but keeping the space) from
>> scan-assembler-times should work for both our cases. I just don't know
>> why our .s outputs look different.
>
> Wild guess: different comment marker in the target's assembly language?

True: on Solaris/x86 with /bin/as, I have

                        / DW_AT_GNU_deleted

on Solaris/SPARC with /bin/as, it's

        .byte   0x1     ! DW_AT_GNU_deleted

instead, and probably even more others on different platforms.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University



More information about the Gcc-patches mailing list