On Sun, 16 Sep 2018, Bernd Edlinger wrote:
> Hi,
>
>
> this prevents test failures when gcc-4.8 is used as host-g++ tool, since this
> version does
> understand -std=c++11 but not -fno-diagnostics-show-line-numbers and
> -fdiagnostics-color=never.
> With slightly newer gcc tools like gcc-5 eve
Hi,
this prevents test failures when gcc-4.8 is used as host-g++ tool, since this
version does
understand -std=c++11 but not -fno-diagnostics-show-line-numbers and
-fdiagnostics-color=never.
With slightly newer gcc tools like gcc-5 everything works fine.
Apparently the following commit added t