------- Comment #5 from sje at cup dot hp dot com  2008-09-08 21:47 -------
I wonder if the problem is the new call to force_gimple_operand.  We now have:

src = force_gimple_operand (src, ......)

and then later we use src in the call to gimple_build_assign.  I think the call
to force_gimple_operand is going to change src to something that
gimple_build_assign doesn't expect like GS_ALL_DONE.  Or is that actually OK?


-- 

sje at cup dot hp dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sje at cup dot hp dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37380

Reply via email to