]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* doc/sourcebuild.texi (Torture Tests): Fix formatting in example.
authorJanis Johnson <janis187@us.ibm.com>
Mon, 10 Nov 2008 19:11:12 +0000 (19:11 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Mon, 10 Nov 2008 19:11:12 +0000 (19:11 +0000)
From-SVN: r141744

gcc/ChangeLog
gcc/doc/sourcebuild.texi

index 2d62c074b8793af4873bef0e282b862d19e0dfa6..a76f73b3487896422e34737f9b97b6933fac7a89 100644 (file)
@@ -1,3 +1,7 @@
+2008-11-10  Janis Johnson  <janis187@us.ibm.com>
+
+       * doc/sourcebuild.texi (Torture Tests): Fix formatting in example.
+
 2008-11-10  Eric Botcazou  <ebotcazou@adacore.com>
 
        * calls.c (store_unaligned_arguments_into_pseudos): Deal only with
index e0ed42f19d55835b251f43bf72c4daa42b8432f5..cce0c414543805094b5d99d8959a8df3d30a2861 100644 (file)
@@ -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