Re: bootstrap: Don't use strsignal [PR 98300]

2020-12-17 Thread Jakub Jelinek via Gcc-patches
On Thu, Dec 17, 2020 at 09:06:57AM -0500, Nathan Sidwell wrote: > > Sadly strsignal is nonportable, so signal numbers it is then. > > c++tools/ > * server.cc (crash_signal): Don't use strsignal. Strange. It is portable, we even have a fallback implementation for it in libibe

bootstrap: Don't use strsignal [PR 98300]

2020-12-17 Thread Nathan Sidwell
Sadly strsignal is nonportable, so signal numbers it is then. c++tools/ * server.cc (crash_signal): Don't use strsignal. pushing to trunk -- Nathan Sidwell diff --git i/c++tools/server.cc w/c++tools/server.cc index 6457dc5b878..8514ef6293b 100644 --- i/c++tools/server.cc +++ w/c