Re: [PATCH v2] cygwin: work around GCC 5 preprocessor changes

2016-02-13 Thread Corinna Vinschen
On Feb 12 16:02, Yaakov Selkowitz wrote: > GCC 5 adds #line directives (and hence extra newlines) for macros > expansions, which confuses cygmagic. Using the -P flag avoids > them entirely. > > https://cygwin.com/ml/cygwin-patches/2016-q1/msg00016.html > > Signed-off-by: Yaakov Selkowitz Appli

[PATCH v2] cygwin: work around GCC 5 preprocessor changes

2016-02-12 Thread Yaakov Selkowitz
GCC 5 adds #line directives (and hence extra newlines) for macros expansions, which confuses cygmagic. Using the -P flag avoids them entirely. https://cygwin.com/ml/cygwin-patches/2016-q1/msg00016.html Signed-off-by: Yaakov Selkowitz --- winsup/cygwin/cygmagic | 2 +- 1 file changed, 1 inserti