https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42270
--- Comment #12 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Sandra Loosemore <san...@gcc.gnu.org>: https://gcc.gnu.org/g:34efc890bf7df099e85b34e596dea82f3596aab2 commit r15-9044-g34efc890bf7df099e85b34e596dea82f3596aab2 Author: Sandra Loosemore <sloosem...@baylibre.com> Date: Wed Mar 26 14:56:02 2025 +0000 Doc: Organize atomic memory builtins documentation [PR42270] This is part of an incremental effort to make the chapter on GCC extensions better organized by grouping/rearranging sections by topic. This installment adds a container section to hold documentation for both the _atomic and _sync builtins, reordering them so that the new _atomic interface is presented before the legacy _sync one. I also incorporated material from the separate x86 transactional memory section directly into the __atomic builtins documentation instead of retaining that as a parallel section. gcc/ChangeLog PR other/42270 * doc/extend.texi (Atomic Memory Access): New section. (__sync Builtins): Make it a subsection of the above. (Atomic Memory Access): Likewise. (x86 specific memory model extensions for transactional memory): Delete this section, incorporating the text into the discussion of __atomic builtins.