Re: Issue with Latest GDB on AIX with GCC-6.12
David Edelsohn <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAGWvny=snvFXj2zJr_WZcwqhqeC2S4if_LdtqJywtXS+NQvHcg@mail.gmail.com> |
On Tue, Feb 7, 2017 at 5:30 AM, Pedro Alves <[email protected]> wrote: > Speaking of compilers, we know that building gdb with gcc 4.8.5 > doesn't run into this. Do we know that changed? Did, for example, > AIX switch from sjlj to dwarf-based exceptions between gcc 4.8.5 > and 6.1? Might also be useful to try to build gdb with current > gcc trunk / gcc 7. I cannot tell if some have reported that GCC 4.8.5 works correctly or not. I believe that GDB links libstdc++ statically. Does it work if linked dynamically? Thanks, David