[Bug ada/99264] Ada doesn't build against latest glibc

2021-02-25 Thread fw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99264 --- Comment #5 from Florian Weimer --- (In reply to Eric Botcazou from comment #4) > This looks like a serious compatibility breakage on the glibc side though. POSIX does not require that the constant is usable in preprocessor macros, so the

[Bug ada/99264] Ada doesn't build against latest glibc

2021-02-25 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99264 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/99264] Ada doesn't build against latest glibc

2021-02-25 Thread fw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99264 --- Comment #3 from Florian Weimer --- As a stop-gap measure, it might be possible to replace the preprocessor check with a run-time check during initialization.

[Bug ada/99264] Ada doesn't build against latest glibc

2021-02-25 Thread fw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99264 Florian Weimer changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment

[Bug ada/99264] Ada doesn't build against latest glibc

2021-02-25 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99264 --- Comment #1 from Richard Biener --- Works for me with glibc 2.33 and g:9e0d8a375bae07486c839228a520eaed9004a4f3

[Bug ada/99264] Ada doesn't build against latest glibc

2021-02-25 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99264 Jakub Jelinek changed: What|Removed |Added Target Milestone|--- |11.0 CC|