Re: gdb 8.x - g++ 7.x compatibility
Jonathan Wakely <[email protected]>
| Newsgroups | gmane.comp.gdb.devel,gmane.comp.gcc.devel |
|---|---|
| Message-ID | <CAH6eHdT_2PT5PUCamJ0rjL8VqV9A=P56mo6kkS2iTMj-gHhS3A@mail.gmail.com> |
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.