Re: Build Failure on Cygwin
Christian Biesinger via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAPTJ0XHq2aMK5idaNxMijcX2o3SX9TUqgQKFAm+rz27Ho2Xb-w@mail.gmail.com> |
On Mon, Oct 19, 2020 at 9:34 PM Joel Sherrill <[email protected]> wrote: > And to this from Christian. > > > I've seen this error on various toolchains. I believe it to be a gcc > > bug; however, since it still seems to be an issue on some platforms, > > maybe gdb should avoid using global (nonstatic) threadlocal > > variables... (and instead abstract access to this variable through > > getters/setters) > > I emailed Corrina from Cygwin and she thought it was a gdb issue > and not a Cygwin issue. I didn't know which project was best to file > this on. Did she have any more thoughts on that? Like, what should gdb do differently? Christian