https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99613
Jake Hemstad <jacobhemstad at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jacobhemstad at gmail dot com
--- Comment #15 from Jake Hemstad <jacobhemstad at gmail dot com> ---
https://itanium-cxx-abi.github.io/cxx-abi/abi.html#once-ctor
Likewise, note that the Itanium ABI has an example of how `__cxa_atexit` and
`__cxa_guard_release` should be ordered and it is consistent with the order
Clang produces.