Re: [PATCH xserver] Workaround a sdksyms problem with gcc5 on Cygwin

2017-03-14 Thread Adam Jackson
On Mon, 2017-03-06 at 17:44 +, Jon Turney wrote: > The linemarkers in the preprocessor output from gcc5 on Cygwin have > canonicalized paths to included files (e.g. xserver/build/../include/misc.h > is canonicalized to xserver/build/include/misc.h). (see gcc svn rev 210264, > which causes the

[PATCH xserver] Workaround a sdksyms problem with gcc5 on Cygwin

2017-03-06 Thread Jon Turney
The linemarkers in the preprocessor output from gcc5 on Cygwin have canonicalized paths to included files (e.g. xserver/build/../include/misc.h is canonicalized to xserver/build/include/misc.h). (see gcc svn rev 210264, which causes the transformation performed by -fcanonical-system-headers to be