https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65281
Jonathan Wakely changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65281
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|