diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-01 22:02:41 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-01 22:02:41 +0000 |
commit | 2cf3c75698bc6d3866ddbb26ab6696dac008c1a2 (patch) | |
tree | c8a38bbac8373c4d8c8889c596d4fd2c255b6257 /gcc/doc/trouble.texi | |
parent | f481766ae0a633d9c3a56e66ff063d82265b4564 (diff) | |
download | gcc-2cf3c75698bc6d3866ddbb26ab6696dac008c1a2.tar.gz |
* 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".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84000 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/trouble.texi')
-rw-r--r-- | gcc/doc/trouble.texi | 2 |
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. |