From f7a35a838d88b579dbe2547cf6b5aaa05b3c237e Mon Sep 17 00:00:00 2001 From: Iain Sandoe Date: Tue, 24 Mar 2015 07:04:51 +0000 Subject: [PATCH] gfortran.texi (_gfortran_caf_sync_memory): Improve wording. 2015-03-24 Iain Sandoe Tobias Burnus * gfortran.texi (_gfortran_caf_sync_memory): Improve wording. Co-Authored-By: Tobias Burnus From-SVN: r221615 --- gcc/fortran/ChangeLog | 5 +++++ gcc/fortran/gfortran.texi | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 473d3192a92..0120d9c9113 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2015-03-24 Iain Sandoe + Tobias Burnus + + * gfortran.texi (_gfortran_caf_sync_memory): Improve wording. + 2015-03-23 Paul Thomas Mikael Morin diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 9eca6c7a756..a06c5fc4246 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 -- 2.30.2