Commit 00f39bd5 by Richard Guenther Committed by Laurent Guerby

install.texi (--enable-checking): Mention different default for stage1.

2009-01-02 Richard Guenther <rguenther@suse.de>

       * doc/install.texi (--enable-checking): Mention different
       default for stage1.
       (--enable-stage1-checking): Document.

From-SVN: r143007
parent e57fcb68
2009-01-02 Richard Guenther <rguenther@suse.de>
* doc/install.texi (--enable-checking): Mention different
default for stage1.
(--enable-stage1-checking): Document.
2009-01-01 Andrew Pinski <pinskia@gmail.com> 2009-01-01 Andrew Pinski <pinskia@gmail.com>
PR middle-end/30142 PR middle-end/30142
...@@ -1323,7 +1323,8 @@ consistency checks of the requested complexity. This does not change the ...@@ -1323,7 +1323,8 @@ consistency checks of the requested complexity. This does not change the
generated code, but adds error checking within the compiler. This will generated code, but adds error checking within the compiler. This will
slow down the compiler and may only work properly if you are building slow down the compiler and may only work properly if you are building
the compiler with GCC@. This is @samp{yes} by default when building the compiler with GCC@. This is @samp{yes} by default when building
from SVN or snapshots, but @samp{release} for releases. More control from SVN or snapshots, but @samp{release} for releases. The default
for building the stage1 compiler is @samp{yes}. More control
over the checks may be had by specifying @var{list}. The categories of over the checks may be had by specifying @var{list}. The categories of
checks available are @samp{yes} (most common checks checks available are @samp{yes} (most common checks
@samp{assert,misc,tree,gc,rtlflag,runtime}), @samp{no} (no checks at @samp{assert,misc,tree,gc,rtlflag,runtime}), @samp{no} (no checks at
...@@ -1342,6 +1343,19 @@ assertions will make the compiler and runtime slightly faster but ...@@ -1342,6 +1343,19 @@ assertions will make the compiler and runtime slightly faster but
increase the risk of undetected internal errors causing wrong code to be increase the risk of undetected internal errors causing wrong code to be
generated. generated.
@item --disable-stage1-checking
@item --enable-stage1-checking
@itemx --enable-stage1-checking=@var{list}
If no @option{--enable-checking} option is specified the stage1
compiler will be built with @samp{yes} checking enabled, otherwise
the stage1 checking flags are the same as specified by
@option{--enable-checking}. To build the stage1 compiler with
different checking options use @option{--enable-stage1-checking}.
The list of checking options is the same as for @option{--enable-checking}.
If your system is too slow or too small to bootstrap a released compiler
with checking for stage1 enabled, you can use @samp{--disable-stage1-checking}
to disable checking for the stage1 compiler.
@item --enable-coverage @item --enable-coverage
@itemx --enable-coverage=@var{level} @itemx --enable-coverage=@var{level}
With this option, the compiler is built to collect self coverage With this option, the compiler is built to collect self coverage
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment