From 2aec4543b1eb0e438db030cefcaeb6cd180ccc57 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sat, 21 Mar 2015 14:26:52 +0000 Subject: [PATCH] Put @{xxx} in one line * gfortran.texi (_gfortran_caf_sync_memory): Put @{xxx} in one line. From-SVN: r221552 --- 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 a9b9c16543f..14abd8130e7 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2015-03-21 H.J. Lu + + * gfortran.texi (_gfortran_caf_sync_memory): Put @{xxx} in one + line. + 2015-03-21 Tobias Burnus * gfortran.texi (_gfortran_caf_sync_all, _gfortran_caf_sync_images, diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index fe1c8d2b5a5..c980fe3d008 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 -- 2.30.2