Re: new warnings in mktime.c

2005-06-23 Thread Paul Eggert
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

Re: new warnings in mktime.c

2005-06-22 Thread Jim Meyering
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

Re: new warnings in mktime.c

2005-06-22 Thread Paul Eggert
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

new warnings in mktime.c

2005-06-22 Thread Jim Meyering
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