Jim Meyering <[EMAIL PROTECTED]> writes:
>> Anyway, I installed this patch into coreutils. Can you please try it
>> with your GCC? If it pacifies your GCC I'll propagate it into gnulib
>> and glibc.
>
> It does. Thanks!
OK, I installed it. I also started the ball rolling on propagating
the ch
Paul Eggert <[EMAIL PROTECTED]> wrote:
> Jim Meyering <[EMAIL PROTECTED]> writes:
>
>> With gcc-4.0 -O -Wall, I get these new warnings:
>
> Odd; I don't get those warnings with gcc 4.0.0 -O -Wall:
>
> $ gcc -DHAVE_CONFIG_H -I. -I.. -O -Wall -c mktime.c
> $ gcc --version | sed 1q
> gcc (GCC) 4.0.0
Jim Meyering <[EMAIL PROTECTED]> writes:
> With gcc-4.0 -O -Wall, I get these new warnings:
Odd; I don't get those warnings with gcc 4.0.0 -O -Wall:
$ gcc -DHAVE_CONFIG_H -I. -I.. -O -Wall -c mktime.c
$ gcc --version | sed 1q
gcc (GCC) 4.0.0
Anyway, I installed this patch into coreutils. Can y
With gcc-4.0 -O -Wall, I get these new warnings:
mktime.c: In function 'ranged_convert':
mktime.c:244: warning: 'tm.tm_zone' may be used uninitialized in this function
mktime.c:244: warning: 'tm.tm_gmtoff' may be used uninitialized in this
function
mktime.c:244: warning: 'tm.tm_isdst' may