[Bug libgcc/65281] Lots of macros using non-reserved names in gthr headers

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

[Bug libgcc/65281] Lots of macros using non-reserved names in gthr headers

2024-04-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65281 --- Comment #3 from Andrew Pinski --- Actually HIDE_EXPORTS has been handled as _GLIBCXX_HIDE_EXPORTS for a long time now. And UNUSED has also been handled as _GLIBCXX_UNUSED too for a long time (since 2001). This is all handled by the code in l

[Bug libgcc/65281] Lots of macros using non-reserved names in gthr headers

2016-01-24 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65281 --- Comment #2 from Jonathan Wakely --- (In reply to Andrew Pinski from comment #1) > GCC_GTHR_POSIX_H gets converted into _GLIBCXX_GCC_GTHR_POSIX_H Indeed, most of the macros I referred to actually get transformed and so are OK. > I think UNUS

[Bug libgcc/65281] Lots of macros using non-reserved names in gthr headers

2016-01-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65281 --- Comment #1 from Andrew Pinski --- GCC_GTHR_POSIX_H gets converted into _GLIBCXX_GCC_GTHR_POSIX_H I think UNUSED was GCC_GTHR_UNUSED it would have been converted into _GLIBCXX_GCC_GTHR_UNUSED

[Bug libgcc/65281] Lots of macros using non-reserved names in gthr headers

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