]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
Don't use -fdiagnostics-color=never for rustc
authorTom Tromey <tom@tromey.com>
Mon, 4 Sep 2017 05:15:03 +0000 (23:15 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 5 Sep 2017 18:08:03 +0000 (12:08 -0600)
commit5eb5f85062a3d43bf449ded1b256d761d487f0d6
treeccbc1390e1a0e4e012297954fa8277a43d877e13
parentae780a21f25455e4ca4b2fa7e350e7f994e0f198
Don't use -fdiagnostics-color=never for rustc

I noticed that the gdb.rust tests fail because the test suite passes
-fdiagnostics-color=never to rustc.  This is not a recognized rustc
option, and the test suite already handles passing the appropriate
option to the Rust compiler.

This patch fixes the problem.

testsuite/ChangeLog
2017-09-05  Tom Tromey  <tom@tromey.com>

* lib/gdb.exp (gdb_compile): Don't use universal_compile_options
for rust.
gdb/testsuite/ChangeLog
gdb/testsuite/lib/gdb.exp