Re: [PATCH] stdatomic: make atomics compatible with GCC-14
Alexey Lapshin <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
> If GCC provides the c_atomic and cxx_atomic extensions, then why can't we use them for this header file? To keep code simple. Anyway GCC will go into `#elif __GNUC_PREREQ__(4, 7)` branch