mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-18 07:10:27 +08:00
libitm: Disable diagnostic coloring in tests
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.
This commit is contained in:
parent
f1656ae923
commit
1136ba01e1
libitm
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
@ -175,6 +175,8 @@ proc libitm_init { args } {
|
||||
|
||||
# Turn on transactional memory support.
|
||||
lappend ALWAYS_CFLAGS "additional_flags=-fgnu-tm"
|
||||
|
||||
lappend ALWAYS_CFLAGS "additional_flags=-fdiagnostics-color=never"
|
||||
}
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user