From 07e5b0566f0a899c8e57017c1c1c9571913de7bb Mon Sep 17 00:00:00 2001 From: Janis Johnson Date: Mon, 10 Nov 2008 19:11:12 +0000 Subject: [PATCH] * doc/sourcebuild.texi (Torture Tests): Fix formatting in example. From-SVN: r141744 --- gcc/ChangeLog | 4 ++++ gcc/doc/sourcebuild.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2d62c074b879..a76f73b34878 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-11-10 Janis Johnson + + * doc/sourcebuild.texi (Torture Tests): Fix formatting in example. + 2008-11-10 Eric Botcazou * calls.c (store_unaligned_arguments_into_pseudos): Deal only with diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index e0ed42f19d55..cce0c4145438 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -1578,7 +1578,7 @@ Most uses of torture options can override the default lists by defining file or add them to the @file{site.exp} file; for example @smallexample -set ADDITIONAL_TORTURE_OPTIONS [list @\ - @{ -O2 -ftree-loop-linear @} @\ +set ADDITIONAL_TORTURE_OPTIONS [list \ + @{ -O2 -ftree-loop-linear @} \ @{ -O2 -fpeel-loops @} ] @end smallexample