https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107187
Arthur O'Dwyer <arthur.j.odwyer at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |arthur.j.odwyer at gmail dot
com
--- Comment #3 from Arthur O'Dwyer <arthur.j.odwyer at gmail dot com> ---
I see that Yuxuan Chen posted a patch implementing this attribute in October
2025. Has there been any movement since then?
Andrew, back in 2022 you talked about a "shared c++ abi forum"; what is that,
and what "other c++ abi features" were you talking about? I'm not aware that
GCC supports any attribute namespaces beyond gnu::, clang::, omp::, arm::, and
riscv::. The correct namespace for [[clang::trivial_abi]] seems to be clang::
for compatibility with, uh, Clang; compare with GCC's compatibility support for
[[clang::musttail]].