This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 3 compiler warnings


Taco Witte wrote:

> (the warning is triggered later in the code, by a 'x != -1', but x
> doesn't always have a known value)
> diff gcc/libf2c/libI77/inquire.c gcc-new/libf2c/libI77/inquire.c
> 47c47
> <       byfile = 0;
> ---
>  >       byfile = x = 0;

Thanks, I'll look into this later this week, but at first sight it seems
correct to me.

Kind regards,

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]