summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>2008-11-10 19:11:12 +0000
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>2008-11-10 19:11:12 +0000
commitdf951ae21dad644607ff2cd12b979fa1d01272d5 (patch)
tree9ce721d90ae47d099678def0d9b2191c42838955 /gcc
parent77f1b1bb0779a6bc2d83344abac852797739256b (diff)
downloadgcc-df951ae21dad644607ff2cd12b979fa1d01272d5.tar.gz
* doc/sourcebuild.texi (Torture Tests): Fix formatting in example.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141744 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-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 2d62c074b87..a76f73b3487 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 e0ed42f19d5..cce0c414543 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