install.texi (Configuration): Document the valgrind option to --enable-checking.
authorHans-Peter Nilsson <hp@bitrange.com>
Wed, 9 Jul 2003 18:51:36 +0000 (18:51 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Wed, 9 Jul 2003 18:51:36 +0000 (18:51 +0000)
* doc/install.texi (Configuration): Document the valgrind option
to --enable-checking.

From-SVN: r69146

gcc/ChangeLog
gcc/doc/install.texi

index d3cde5c85d334542dc4597c132be7368c4b08de9..f70537ef77e6b0a3f0650a935a1aeb7740532ce4 100644 (file)
@@ -1,3 +1,8 @@
+2003-07-09  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * doc/install.texi (Configuration): Document the valgrind option
+       to --enable-checking.
+
 Wed Jul  9 16:16:30 CEST 2003  Jan Hubicka  <jh@suse.cz>
 
        * objc-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
index 620a19955e13c736e365c8e1db7dbe4d2e617542..f648caa7cf74ae77101dd9ce29da5087970ea23b 100644 (file)
@@ -1037,10 +1037,12 @@ compiler and may only work properly if you are building the compiler
 with GCC@.  This is on by default when building from CVS or snapshots,
 but off for releases.  More control over the checks may be had by
 specifying @var{list}; the categories of checks available are
-@samp{misc}, @samp{tree}, @samp{gc}, @samp{rtl}, @samp{rtlflag} and
-@samp{gcac}.  The
-default when @var{list} is not specified is @samp{misc,tree,gc,rtlflag}; the
-checks @samp{rtl} and @samp{gcac} are very expensive.
+@samp{misc}, @samp{tree}, @samp{gc}, @samp{rtl}, @samp{rtlflag},
+@samp{gcac} and @samp{valgrind}.  The check @samp{valgrind} requires the
+external @command{valgrind} simulator, available from
+@uref{http://developer.kde.org/~sewardj/}.  The default when @var{list} is
+not specified is @samp{misc,tree,gc,rtlflag}; the checks @samp{rtl},
+@samp{gcac} and @samp{valgrind} are very expensive.
 
 @item --enable-coverage
 @item --enable-coverage=@var{level}