On Thu, Apr 25, 2013 at 5:22 PM, Jakub Jelinek <ja...@redhat.com> wrote: > Hi! > > I'd like to ping 2 color diagnostics patches: > > - http://gcc.gnu.org/ml/gcc-patches/2013-04/msg00787.html > colorize filename using locus color even when printed > without :line:column
you should declare the variables locus_cs and locus_ce with initializers, instead of declaration followed by assignments. OK with those changes. > > - http://gcc.gnu.org/ml/gcc-patches/2013-04/msg00923.html > make -fdiagnostics-color=auto the default if GCC_COLORS > env var is in environment This patch is OK. Thanks! > > Jakub