* doc/install.texi (--with-diagnostics-color=): Document.
authorJakub Jelinek <jakub@redhat.com>
Fri, 14 Nov 2014 19:41:33 +0000 (20:41 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 14 Nov 2014 19:41:33 +0000 (20:41 +0100)
From-SVN: r217585

gcc/ChangeLog
gcc/doc/install.texi

index 161b2a03f170da6f1edaf8b562f2da286bc11624..96e67e0e05c132ea5b2695840943a32b8944593b 100644 (file)
@@ -1,5 +1,7 @@
 2014-11-14  Jakub Jelinek  <jakub@redhat.com>
 
+       * doc/install.texi (--with-diagnostics-color=): Document.
+
        * tree-ssa.dce.c (eliminate_unnecessary_stmts): Eliminate
        IFN_GOMP_SIMD_LANE without lhs as useless.
 
index 64c66f9d5e4c34dc4faf52f7a923bcb9c7002f4a..e9ea4a2fbc4a569a13691258707817d1b1734beb 100644 (file)
@@ -1795,6 +1795,15 @@ static data members and inline function local statics.  Enabled by
 default for a toolchain with an assembler that accepts it and
 GLIBC 2.11 or above, otherwise disabled.
 
+@item --with-diagnostics-color=@var{choice}
+Tells GCC to use @var{choice} as the default for @option{-fdiagnostics-color=}
+option (if not used explicitly on the command line).  @var{choice}
+can be one of @samp{never}, @samp{auto}, @samp{always}, and @samp{auto-if-env}
+where @samp{auto} is the default.  @samp{auto-if-env} means that
+@option{-fdiagnostics-color=auto} will be the default if @code{GCC_COLORS}
+is present and non-empty in the environment, and
+@option{-fdiagnostics-color=never} otherwise.
+
 @item --enable-lto
 @itemx --disable-lto
 Enable support for link-time optimization (LTO).  This is enabled by