Re: [PATCHv2] stdatomic: make atomics compatible with GCC-14
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Jul 29 12:39, Alexey Lapshin wrote: > https://gcc.gnu.org/pipermail/gcc-patches/2023-September/631525.html > brings c_atomic and cxx_atomic definitions into GCC. > This patch makes atomics type detection correct for GCC. > > https://github.com/freebsd/freebsd-src/commit/680f40f38343de118d5b973129683804e496faaf > --- > newlib/libc/include/stdatomic.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Pushed. Thanks, Corinna