[PATCH] PR 78534 Change character length from int to size_t

Jakub Jelinek jakub@redhat.com
Tue Dec 20 16:25:00 GMT 2016


On Tue, Dec 20, 2016 at 05:04:54PM +0100, Andre Vehreschild wrote:
> Well, then how about:
> 
> #define gfc_size_t_zero_node build_int_cst (size_type_node, 0)
> 
> We can't get any faster and for new and old gfortran-hackers one identifier's
> meaning is faster to grasp than two's.

Such macros can cause various maintenance issues, so I'm not in favor of
that.  But if you as fortran maintainers want it, I won't object strongly.

	Jakub



More information about the Gcc-patches mailing list