On Thu, Apr 10, 2014 at 06:16:22PM +0000, Zamyatin, Igor wrote: > Fixed patch is below. > > Just out of curiosity - why do you think this patch is not for 4.9?
The one with just create_tmp_var (integer_type_node, NULL); is for 4.9. For the iterator var changes, I guess one needs to analyze all the types used for array annocations, and not just in C FE, but also C++ FE, plus really it should be size_type_node or signed_size_type_node or ssizetype, not long_type_node, that can differ, long could be still wider or narrower than size_t/ssize_t. Jakub