> -----Original Message----- > From: Jason Merrill [mailto:ja...@redhat.com] > Sent: Monday, August 19, 2013 10:20 AM > To: Iyer, Balaji V; Rainer Orth > Cc: Jakub Jelinek; gcc-patches@gcc.gnu.org; Marek Polacek > (pola...@redhat.com) > Subject: Re: [PATCH] Fix for PR c/57490 > > On 08/19/2013 10:06 AM, Iyer, Balaji V wrote: > > Well, it is described in cilkplus.def. The return type of it changes based > > on the > array that is passed in. So, it is given a fake type. Thus, we need to fix it > up here. > > Right, but it should be fixed up when the CALL_EXPR is created, rather than > when that CALL_EXPR is used in another expression. >
HI Jason, I just want to make sure I get what you are saying. Are you suggesting that I do this in finish_call_expr() instead of cp_build_binary_op() ? Thanks, Balaji V. Iyer. > Jason