gdb 8.x - g++ 7.x compatibility

Jonathan Wakely jwakely.gcc@gmail.com
Mon Feb 5 20:12:00 GMT 2018


On 5 February 2018 at 20:10, Roman Popov wrote:
> Do you mean that g++ guarantees uniqueness of mangled names for types? And

Of course. The mangled name is determined by the ABI and must be
stable, predictable and unique, so that linking works.

> uses name compare for operator==  ?

Yes.



More information about the Gdb mailing list