Re: coreutils 7.1.49-ebb9 FTB sparc/Solaris, AIX

2009-03-21 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 3/20/2009 6:30 AM: >> $ find /usr/include | xargs grep sig_atomic_t >> /usr/include/sys/signal.h:typedef volatile int sig_atomic_t; > > Therefore, 'volatile sig_atomic_t' is not a bug, even if sig_atomic_t > already included

Re: coreutils 7.1.49-ebb9 FTB sparc/Solaris, AIX

2009-03-20 Thread Andreas Schwab
Eric Blake writes: > But C99 also states: > > If the same qualifier appears more than once in the same > specifier-qualifier-list, either directly or via one or more typedefs, the > behavior is the same as if it appeared only once. This paragraph is new in C99. Thus it is not a bug if a C89 com

Re: coreutils 7.1.49-ebb9 FTB sparc/Solaris, AIX

2009-03-20 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Andreas Schwab on 3/20/2009 7:20 AM: > Eric Blake writes: > >> But C99 also states: >> >> If the same qualifier appears more than once in the same >> specifier-qualifier-list, either directly or via one or more typedefs, the >> behavior

Re: coreutils 7.1.49-ebb9 FTB sparc/Solaris, AIX

2009-03-20 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [adding bug-gnulib] According to Matthew Woehlke on 3/19/2009 3:07 PM: > Jim Meyering wrote: >> Matthew Woehlke wrote: >>> Also, here is a different (AIX-only) error: >>> >>> cc -qlanglvl=ansi -qlanglvl=ansi -g -o ln ln.o libver.a >>> ../lib/libco