OSDN Git Service

* doc/sourcebuild.texi (Torture Tests): Fix formatting in example.
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Nov 2008 19:11:12 +0000 (19:11 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Nov 2008 19:11:12 +0000 (19:11 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141744 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/sourcebuild.texi

index 2d62c07..a76f73b 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 e0ed42f..cce0c41 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