This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Don't use -fdiagnostics-color=never for rustc


On 09/04/2017 06:16 AM, Tom Tromey wrote:
> 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.

Funny that the "error: Unrecognized option: 'f'." error message
comes out in color, even though "--color never" had been specified
earlier.

Patch is OK.

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]