[PATCH,fortran] Fix PR 31244

FX Coudert fxcoudert@gmail.com
Tue Oct 23 09:23:00 GMT 2007


> 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
>
> 	* gfortran.h (gfc_data_value): Change repeat from unsigned int
> 	to mpz_t.
> 	* decl.c(top_val_list): Remove msg variable.  Use mpz_t for
> 	repeat count.
> 	* resolve.c (values):  Change left from unsigned int to mpz_t.
> 	(next_data_value): Change for mpz_t.
> 	(check_data_variable): Change ??? to FIXME in a comment.  Use
> 	"mpz_t left".
> 	(resolve_data ): Use "mpz_t left".

Thanks!

FX



More information about the Gcc-patches mailing list