Hi.

This is one obvious documentation update, where we have tuples
that use ',' as the element separator. And we separate these tuples
with ',' as well.

Martin

gcc/ChangeLog:

2019-08-30  Martin Liska  <mli...@suse.cz>

        * doc/match-and-simplify.texi: Separate tuples with ;.
---
 gcc/doc/match-and-simplify.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


diff --git a/gcc/doc/match-and-simplify.texi b/gcc/doc/match-and-simplify.texi
index 760b7039d88..943ff1aac85 100644
--- a/gcc/doc/match-and-simplify.texi
+++ b/gcc/doc/match-and-simplify.texi
@@ -293,8 +293,8 @@ nested and a @code{for} can have multiple operators to iterate.
 @end smallexample
 
 In this example the pattern will be repeated four times with
-@code{opa, opb, opc} being @code{plus, minus, plus},
-@code{plus, minus, minus}, @code{minus, plus, plus},
+@code{opa, opb, opc} being @code{plus, minus, plus};
+@code{plus, minus, minus}; @code{minus, plus, plus};
 @code{minus, plus, minus}.
 
 To avoid repeating operator lists in @code{for} you can name

Reply via email to