On 02/11/2007 05:59 PM, Gerald Pfeifer wrote:
On Sun, 11 Feb 2007, Larry Evans wrote:
[snip]
I can't comment on the contents, but that HTML file is generated from
our texinfo documentation; the master source for that is
gcc/doc/install.texi
in our SVN repository.
Gerald
THanks Gerald. Checked out svn today and made the change shown by
the attached output of the svn diff command. Does this look OK?
cd ~/download/gcc/svn/trunk/gcc/doc/
svn diff install.texi
Index: install.texi
===================================================================
--- install.texi (revision 121856)
+++ install.texi (working copy)
@@ -1229,6 +1229,10 @@
increase the risk of undetected internal errors causing wrong code to be
generated.
+For a brief explanation of the flags, see the comments in
+gcc/config.in. For example, to find an explanation of flag, gcac,
+search for ENABLE_GC_ALWAYS_COLLECT.
+
@item --enable-coverage
@itemx [EMAIL PROTECTED]
With this option, the compiler is built to collect self coverage
Compilation finished at Mon Feb 12 15:13:32