Dear Tobias, On 21 Mar 2015, at 14:28, H.J. Lu wrote:
> On Sat, Mar 21, 2015 at 6:19 AM, Dominique Dhumieres <domi...@lps.ens.fr> > wrote: a couple of minor nits that Dominique and I spotted while discussing this : > -@item @emph{NOTE} A simple implementation could be a simple @code{__asm__ maybe "A simple implementation could be " ... would read more smoothly? > -__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 also: @code{__asm__ __volatile__ ("":::"memory)} <= seems to be missing a quotation mark. i.e. __asm__ __volatile__ ("" ::: "memory") I wonder if the latter was somehow confusing the newer edition of texinfo? cheers, Iain