diff options
| -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 a9b9c16..14abd81 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2015-03-21 H.J. Lu <hongjiu.lu@intel.com> + + * gfortran.texi (_gfortran_caf_sync_memory): Put @{xxx} in one + line. + 2015-03-21 Tobias Burnus <burnus@net-b.de> * gfortran.texi (_gfortran_caf_sync_all, _gfortran_caf_sync_images, diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index fe1c8d2..c980fe3 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -3847,8 +3847,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 a simple +@code{__asm__ __volatile__ ("":::"memory)} to prevent code movements. @end table |
