Commit f7a35a83 by Iain Sandoe Committed by Tobias Burnus

gfortran.texi (_gfortran_caf_sync_memory): Improve wording.

2015-03-24  Iain Sandoe  <iain@codesourcery.com>
            Tobias Burnus  <burnus@net-b.de>

        * gfortran.texi (_gfortran_caf_sync_memory): Improve wording.


Co-Authored-By: Tobias Burnus <burnus@net-b.de>

From-SVN: r221615
parent 0c0f9f31
2015-03-24 Iain Sandoe <iain@codesourcery.com>
Tobias Burnus <burnus@net-b.de>
* gfortran.texi (_gfortran_caf_sync_memory): Improve wording.
2015-03-23 Paul Thomas <pault@gcc.gnu.org> 2015-03-23 Paul Thomas <pault@gcc.gnu.org>
Mikael Morin <mikael@gcc.gnu.org> Mikael Morin <mikael@gcc.gnu.org>
......
...@@ -3860,8 +3860,8 @@ an error message; may be NULL ...@@ -3860,8 +3860,8 @@ an error message; may be NULL
@item @var{errmsg_len} @tab the buffer size of errmsg. @item @var{errmsg_len} @tab the buffer size of errmsg.
@end multitable @end multitable
@item @emph{NOTE} A simple implementation could be a simple @item @emph{NOTE} A simple implementation could be
@code{__asm__ __volatile__ ("":::"memory)} to prevent code movements. @code{__asm__ __volatile__ ("":::"memory")} to prevent code movements.
@end table @end table
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment