From 2cf3c75698bc6d3866ddbb26ab6696dac008c1a2 Mon Sep 17 00:00:00 2001 From: jsm28 Date: Thu, 1 Jul 2004 22:02:41 +0000 Subject: * 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 --- gcc/doc/trouble.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/doc/trouble.texi') 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. -- cgit v1.2.1