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]

Re: warnings fixes, Fortran subdir


On Tue, Feb 01, 2000 at 01:32:27PM -0800, Zack Weinberg wrote:
> 	* expr.c (ffeexpr_percent_): Clamp token length before
> 	switching.
> 	* fini.c: Likewise.
> 	* lex.c (ffelex_prepare_eos_, ffelex_file_fixed,
> 	ffelex_file_free): Convert switch on ffelex_raw_mode_ to
> 	if-else if chain.
> 	(ffelex_set_expecting_hollerith): Convert switch on length to
> 	if-else if chain.

Better to change the types involved to int.


r~

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