Re: [PATCH 3/3] pretty-print.c: skip color selftests if GCC_COLORS is set

2016-06-13 Thread Jeff Law
On 06/09/2016 12:42 PM, David Malcolm wrote: gcc/ChangeLog: * pretty-print.c (assert_pp_format_colored): Skip the test if GCC_COLORS is set. (test_pp_format): Remove comment about GCC_COLORS. OK. jeff

[PATCH 3/3] pretty-print.c: skip color selftests if GCC_COLORS is set

2016-06-09 Thread David Malcolm
gcc/ChangeLog: * pretty-print.c (assert_pp_format_colored): Skip the test if GCC_COLORS is set. (test_pp_format): Remove comment about GCC_COLORS. --- gcc/pretty-print.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/pretty-print.c