Re: Fixes for gcc-8.3 broke compilation with gcc-7.4

2019-07-19 Thread Ken Brown
On 7/19/2019 1:11 PM, Hans-Bernhard Bröker wrote: > Hello one and all, > > As of commit b66dddb56d14a4032969fe8bb92d64baa6e0362e, > winsup/cygwin/uname.cc no longer compiles with the current GCC version > installed with cygwin itself. The newly added __attribute__ is unknown > to GCC 7, and thus

Fixes for gcc-8.3 broke compilation with gcc-7.4

2019-07-19 Thread Hans-Bernhard Bröker
Hello one and all, As of commit b66dddb56d14a4032969fe8bb92d64baa6e0362e, winsup/cygwin/uname.cc no longer compiles with the current GCC version installed with cygwin itself. The newly added __attribute__ is unknown to GCC 7, and thus triggers a -Werror for unused/unknown attributes: $ LANG=C ma