makeinfo warns about this. Obvious, tested, committing.
Segher 2018-08-17 Segher Boessenkool <seg...@kernel.crashing.org> * doc/md.texi (Patterns): Use @ref instead of @xref in the middle of a sentence. --- gcc/doc/md.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 02f9e1e..fd8b9d2 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -144,7 +144,7 @@ a nameless pattern for all other purposes. Names beginning with the The name may also have the form @samp{@@@var{n}}. This has the same effect as a name @samp{@var{n}}, but in addition tells the compiler to -generate further helper functions; see @xref{Parameterized Names} for details. +generate further helper functions; see @ref{Parameterized Names} for details. @item The @dfn{RTL template}: This is a vector of incomplete RTL expressions -- 1.8.3.1