[Bug libstdc++/69767] Clash with macros from sys/sysmacros.h

2025-03-21 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69767 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/69767] Clash with macros from sys/sysmacros.h

2016-02-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69767 --- Comment #3 from Richard Biener --- I think glibc should simply stop defining those with __cplusplus?

[Bug libstdc++/69767] Clash with macros from sys/sysmacros.h

2016-02-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69767 --- Comment #4 from Richard Biener --- And we can always fixinclude this...

[Bug libstdc++/69767] Clash with macros from sys/sysmacros.h

2016-02-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69767 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/69767] Clash with macros from sys/sysmacros.h

2016-02-11 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69767 --- Comment #1 from Marek Polacek --- GCC 5 behaves the same here. If I use #include the the program won't compile even in C++03. Not 100 % sure this is a bug though...