diff options
author | Iain Sandoe <iain@codesourcery.com> | 2015-03-24 07:04:51 +0000 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2015-03-24 08:04:51 +0100 |
commit | f7a35a838d88b579dbe2547cf6b5aaa05b3c237e (patch) | |
tree | 5c98e233f6e0c67c61bb1529b8d5c0dbc1929795 | |
parent | 0c0f9f31836114913fb51e3f66796c4f273ccc51 (diff) | |
download | gcc-f7a35a838d88b579dbe2547cf6b5aaa05b3c237e.zip gcc-f7a35a838d88b579dbe2547cf6b5aaa05b3c237e.tar.gz gcc-f7a35a838d88b579dbe2547cf6b5aaa05b3c237e.tar.bz2 |
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
-rw-r--r-- | gcc/fortran/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/fortran/gfortran.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 473d319..0120d9c 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +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> Mikael Morin <mikael@gcc.gnu.org> diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 9eca6c7..a06c5fc 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -3860,8 +3860,8 @@ an error message; may be NULL @item @var{errmsg_len} @tab the buffer size of errmsg. @end multitable -@item @emph{NOTE} A simple implementation could be a simple -@code{__asm__ __volatile__ ("":::"memory)} to prevent code movements. +@item @emph{NOTE} A simple implementation could be +@code{__asm__ __volatile__ ("":::"memory")} to prevent code movements. @end table |