Re: Inconsistency with coreutils: _Static_assert()

2013-05-22 Thread Corinna Vinschen
On May 22 18:17, Denis Excoffier wrote: > On 2013-05-22 10:53, Corinna Vinschen wrote: > > Can you test this patch to sys/cdefs.h, please? > > > > Index: sys/cdefs.h > > === > > RCS file: /cvs/src/src/newlib/libc/include/sys/cdefs.h,v

Re: Inconsistency with coreutils: _Static_assert()

2013-05-22 Thread Denis Excoffier
On 2013-05-22 10:53, Corinna Vinschen wrote: > On May 21 21:25, Denis Excoffier wrote: >> On 2013-05-21 18:08, Corinna Vinschen wrote: >>> On May 21 17:59, Denis Excoffier wrote: I have narrowed the problem down to /usr/include/sys/cdefs.h, where (line 271) you have _Static_assert defined

Re: Inconsistency with coreutils: _Static_assert()

2013-05-22 Thread Corinna Vinschen
On May 21 21:25, Denis Excoffier wrote: > On 2013-05-21 18:08, Corinna Vinschen wrote: > > On May 21 17:59, Denis Excoffier wrote: > >> I have narrowed the problem down to /usr/include/sys/cdefs.h, where > >> (line 271) you have _Static_assert defined: > >> #define _Static_assert(x, y) __Static_as

Re: Inconsistency with coreutils: _Static_assert()

2013-05-21 Thread Denis Excoffier
On 2013-05-21 18:08, Corinna Vinschen wrote: > On May 21 17:59, Denis Excoffier wrote: >> Hello, >> >> I compile coreutils-8.21 under Cygwin (Windows XP). I'm using >> gcc-4.8.0 with no problem, except that under _any_ snapshot >> posterior to >> plain 1.7.18, i obtain the following (with plain 1.

Re: Inconsistency with coreutils: _Static_assert()

2013-05-21 Thread Corinna Vinschen
On May 21 17:59, Denis Excoffier wrote: > Hello, > > I compile coreutils-8.21 under Cygwin (Windows XP). I'm using > gcc-4.8.0 with no problem, except that under _any_ snapshot > posterior to > plain 1.7.18, i obtain the following (with plain 1.7.18, or under > gcc-4.5.3 it works perfectly): > >

Inconsistency with coreutils: _Static_assert()

2013-05-21 Thread Denis Excoffier
Hello, I compile coreutils-8.21 under Cygwin (Windows XP). I'm using gcc-4.8.0 with no problem, except that under _any_ snapshot posterior to plain 1.7.18, i obtain the following (with plain 1.7.18, or under gcc-4.5.3 it works perfectly): --- ... depbase=`echo src/chroot.o | sed 's