On Thu, 26 Apr 2012, Ricardo Catalinas Jiménez wrote: > Remove extra whitespace from doc.
Thank you, Ricardo. I created a ChangeLog entry and committed your patch. Sorry that it took us a bit to get to it. Gerald 2012-08-26 Ricardo Catalinas Jiménez <jimenezr...@gmail.com> * doc/extend.texi (__atomic Builtins): Remove space before comma. Index: doc/extend.texi =================================================================== --- doc/extend.texi (revision 190669) +++ doc/extend.texi (working copy) @@ -7175,7 +7175,7 @@ release stores in all threads. @end table -When implementing patterns for these built-in functions , the memory model +When implementing patterns for these built-in functions, the memory model parameter can be ignored as long as the pattern implements the most restrictive @code{__ATOMIC_SEQ_CST} model. Any of the other memory models will execute correctly with this memory model but they may not execute as