Re: An ICE caused by the ssa names.

2011-05-19 Thread Feng LI
Hi Richard, On Thu, May 19, 2011 at 5:53 PM, Richard Guenther wrote: > On Thu, May 19, 2011 at 5:49 PM, Feng LI wrote: >> Hi, >> >> I'm trying to outline a function and move all basic-blocks in the function >> to different child functions. Only left 1 newly created bb in the original >> function

Re: An ICE caused by the ssa names.

2011-05-19 Thread Richard Guenther
On Thu, May 19, 2011 at 5:49 PM, Feng LI wrote: > Hi, > > I'm trying to outline a function and move all basic-blocks in the function > to different child functions. Only left 1 newly created bb in the original > function with newly inserted statements. > > But I got an ICE when gcc call remove_ssa

An ICE caused by the ssa names.

2011-05-19 Thread Feng LI
Hi, I'm trying to outline a function and move all basic-blocks in the function to different child functions. Only left 1 newly created bb in the original function with newly inserted statements. But I got an ICE when gcc call remove_ssa_form for the original function. I debugged the code, it seem