diff options
author | Janis Johnson <janis187@us.ibm.com> | 2008-11-10 19:11:12 +0000 |
---|---|---|
committer | Janis Johnson <janis@gcc.gnu.org> | 2008-11-10 19:11:12 +0000 |
commit | 07e5b0566f0a899c8e57017c1c1c9571913de7bb (patch) | |
tree | 9ce721d90ae47d099678def0d9b2191c42838955 | |
parent | 852d22b41a1467860f59d3aa900a8b9a96ed8be7 (diff) | |
download | gcc-07e5b0566f0a899c8e57017c1c1c9571913de7bb.zip gcc-07e5b0566f0a899c8e57017c1c1c9571913de7bb.tar.gz gcc-07e5b0566f0a899c8e57017c1c1c9571913de7bb.tar.bz2 |
* doc/sourcebuild.texi (Torture Tests): Fix formatting in example.
From-SVN: r141744
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2d62c07..a76f73b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index e0ed42f..cce0c41 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 |