Re: [RFC, middlend] Fix for PR54218

2013-01-16 Thread George Thomas
On Mon, Jan 14, 2013 at 12:50 PM, Richard Biener wrote: > On Fri, Jan 11, 2013 at 6:37 PM, George Thomas > wrote: >> On Fri, Jan 11, 2013 at 9:53 PM, Andrew Pinski wrote: >>> On Fri, Jan 11, 2013 at 8:17 AM, George Thomas >>> wrote: >>>> Hi, >&

Re: [RFC, middlend] Fix for PR54218

2013-01-11 Thread George Thomas
On Fri, Jan 11, 2013 at 9:53 PM, Andrew Pinski wrote: > On Fri, Jan 11, 2013 at 8:17 AM, George Thomas > wrote: >> Hi, >> >> I am sending a patch which solves the debugging issue (PR 54218). >> >> The fix is to allocate stack space only once for parameter

[RFC, middlend] Fix for PR54218

2013-01-11 Thread George Thomas
Hi, I am sending a patch which solves the debugging issue (PR 54218). The fix is to allocate stack space only once for parameters in expand pass. The patch is attached. Could someone suggest if its right ? Thanks, George 54218.patch Description: Binary data