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: [PATCH, PR60469, Cilk+] Fix ICE of using Cilk_spawn and Array Notation together


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


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