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: [PATCH] GDB testsuite: Re-enable -fdiagnostics-color=never


On 01/18/2018 06:25 PM, Andreas Arnez wrote:
> In August 2017 the GDB test suite was changed to always add the compile
> option "-fdiagnostics-color=never", see:
> 
>   https://sourceware.org/ml/gdb-patches/2017-08/msg00150.html
> 
> Since this option is not understood by rustc, a commit from 09/2017
> dropped its use in that case:
> 
>   https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=5eb5f850
>   ("Don't use -fdiagnostics-color=never for rustc")
> 
> But that change goes overboard and stops using the option for other
> languages as well.  Thus compiler diagnostics written into gdb.log may
> contain colored output again.  This is fixed.
> 
> gdb/testsuite/ChangeLog:
> 
> 	* lib/gdb.exp (gdb_compile): Re-enable use of
> 	universal_compile_options for languages other than Rust.

OK.  Looks obvious to me.

Thanks,
Pedro Alves


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