On Thu, 2020-01-16 at 18:01 +0100, Jakub Jelinek wrote:
> Hi!
>
> The PR87488 changes include:
> * lib/prune.exp (TEST_ALWAYS_FLAGS): Add -fdiagnostics-urls=never.
> Unfortunately, this broke all the compat.exp etc. compatibility testing with
> alternate compilers, because those compilers (likely) don't understand this
> new option and thus all alt compilations FAIL and everything that needs it
> is then UNRESOLVED.
>
> Fixed thusly, by handling it like -fdiagnostics-color=never and other
> similar options.
>
> Tested on x86_64-linux, ok for trunk?
>
> 2020-01-16 Jakub Jelinek <ja...@redhat.com>
>
> PR testsuite/93294
> * lib/c-compat.exp (compat-use-alt-compiler): Handle
> -fdiagnostics-urls=never similarly to -fdiagnostics-color=never.
> (compat_setup_dfp): Likewise.
OK
jeff
>