[Bug c++/96117] Cannot mix c++11-style and GCC-style attributes on struct in one specific location

2023-06-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96117 Andrew Pinski changed: What|Removed |Added Resolution|FIXED |DUPLICATE --- Comment #4 from Andrew Pin

[Bug c++/96117] Cannot mix c++11-style and GCC-style attributes on struct in one specific location

2023-06-23 Thread steveire at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96117 Stephen changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug c++/96117] Cannot mix c++11-style and GCC-style attributes

2021-12-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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

[Bug c++/96117] Cannot mix c++11-style and GCC-style attributes

2020-07-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96117 Jonathan Wakely changed: What|Removed |Added Last reconfirmed||2020-07-08 Status|UNCONFIR