gcc/testsuite/ChangeLog:
* lib/gcc-dg.exp: Ensure GCC_COLORS is unset.
From-SVN: r248800
+2017-06-01 David Malcolm <dmalcolm@redhat.com>
+
+ * lib/gcc-dg.exp: Ensure GCC_COLORS is unset.
+
2017-06-01 Pierre-Marie de Rodat <derodat@adacore.com>
* debug12.adb, debug12.ads: New testcase.
setenv LANG C.ASCII
}
+# Ensure GCC_COLORS is unset, for the rare testcases that verify
+# how output is colorized.
+if [info exists ::env(GCC_COLORS) ] {
+ unsetenv GCC_COLORS
+}
+
global GCC_UNDER_TEST
if ![info exists GCC_UNDER_TEST] {
set GCC_UNDER_TEST "[find_gcc]"