-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
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
-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
-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