This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug web/52382] Atomic builtins documentation, page not found
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 25 Feb 2012 17:33:52 +0000
- Subject: [Bug web/52382] Atomic builtins documentation, page not found
- Auto-submitted: auto-generated
- References: <bug-52382-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52382
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|c |web
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-02-25 17:33:52 UTC ---
Those were the docs for the __sync builtins, which have moved to:
http://gcc.gnu.org/onlinedocs/gcc/_005f_005fsync-Builtins.html
The docs for the new __atomic builtins are at
http://gcc.gnu.org/onlinedocs/gcc/_005f_005fatomic-Builtins.html
Maybe we should rename that page to preserve old links.