aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanis Johnson <janis187@us.ibm.com>2008-11-10 19:11:12 +0000
committerJanis Johnson <janis@gcc.gnu.org>2008-11-10 19:11:12 +0000
commit07e5b0566f0a899c8e57017c1c1c9571913de7bb (patch)
tree9ce721d90ae47d099678def0d9b2191c42838955
parent852d22b41a1467860f59d3aa900a8b9a96ed8be7 (diff)
downloadgcc-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/ChangeLog4
-rw-r--r--gcc/doc/sourcebuild.texi4
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