Diagnostic coloring makes the log file hard to read when there's a
problem. Let's do without it.
* Testsuite/lib/libitm.exp (libitm_init): Add
-fdiagnostics-color=never to options.
+2020-05-05 Nathan Sidwell <nathan@acm.org>
+
+ * testsuite/lib/libitm.exp (libitm_init): Add
+ -fdiagnostics-color=never to options.
+
2020-02-12 Sandra Loosemore <sandra@codesourcery.com>
PR libstdc++/79193
# Turn on transactional memory support.
lappend ALWAYS_CFLAGS "additional_flags=-fgnu-tm"
+
+ lappend ALWAYS_CFLAGS "additional_flags=-fdiagnostics-color=never"
}
#