https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96117
Andrew Pinski changed:
What|Removed |Added
Resolution|FIXED |DUPLICATE
--- Comment #4 from Andrew Pin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96117
Stephen changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96117
--- Comment #2 from Andrew Pinski ---
Here is one where GCC works but clang does not:
__attribute__((visibility("default")))
[[deprecated("a message")]]
__attribute__((visibility("default")))
int A(void);
If you remove the first __attribute
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96117
Jonathan Wakely changed:
What|Removed |Added
Last reconfirmed||2020-07-08
Status|UNCONFIR