Re: [PATCH] Fix ms-sysv generator with gcc-4.8 host-g++

2018-09-17 Thread Richard Biener
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

[PATCH] Fix ms-sysv generator with gcc-4.8 host-g++

2018-09-16 Thread Bernd Edlinger
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