summaryrefslogtreecommitdiff
path: root/gcc/doc/trouble.texi
diff options
context:
space:
mode:
authorJoseph Myers <jsm@polyomino.org.uk>2004-07-01 23:02:41 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2004-07-01 23:02:41 +0100
commit2eac577f17210ba9b9e3780cee6c6dbefa0298e6 (patch)
treec8a38bbac8373c4d8c8889c596d4fd2c255b6257 /gcc/doc/trouble.texi
parent1bac38110a0cca955b7d3e8ab9697ab33027b9e0 (diff)
downloadgcc-2eac577f17210ba9b9e3780cee6c6dbefa0298e6.tar.gz
cppinternals.texi, [...]: Use terminology "testsuite" and "enumerated".
* doc/cppinternals.texi, doc/install.texi, doc/invoke.texi, doc/md.texi, doc/sourcebuild.texi, doc/tm.texi, doc/trouble.texi: Use terminology "testsuite" and "enumerated". From-SVN: r84000
Diffstat (limited to 'gcc/doc/trouble.texi')
-rw-r--r--gcc/doc/trouble.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/trouble.texi b/gcc/doc/trouble.texi
index b2112d36732..c28f9a21f52 100644
--- a/gcc/doc/trouble.texi
+++ b/gcc/doc/trouble.texi
@@ -1423,7 +1423,7 @@ an error message for a certain program.
ISO C requires a ``diagnostic'' message for certain kinds of invalid
programs, but a warning is defined by GCC to count as a diagnostic. If
GCC produces a warning but not an error, that is correct ISO C support.
-If test suites call this ``failure'', they should be run with the GCC
+If testsuites call this ``failure'', they should be run with the GCC
option @option{-pedantic-errors}, which will turn these warnings into
errors.