From: Janis Johnson Date: Mon, 10 Nov 2008 19:11:12 +0000 (+0000) Subject: * doc/sourcebuild.texi (Torture Tests): Fix formatting in example. X-Git-Tag: releases/gcc-4.4.0~1739 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07e5b0566f0a899c8e57017c1c1c9571913de7bb;p=thirdparty%2Fgcc.git * doc/sourcebuild.texi (Torture Tests): Fix formatting in example. From-SVN: r141744 --- 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