* doc/sourcebuild.texi (Torture Tests): Fix formatting in example.

From-SVN: r141744
This commit is contained in:
Janis Johnson 2008-11-10 19:11:12 +00:00 committed by Janis Johnson
parent 852d22b41a
commit 07e5b0566f
2 changed files with 6 additions and 2 deletions

View 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

View 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