[Bug middle-end/37380] [4.4 Regression] ../../gcc/libcpp/charset.c:1103: error: 'cvt.77.width' is used uninitialized in this function
sje at cup dot hp dot com
gcc-bugzilla@gcc.gnu.org
Mon Sep 8 21:49:00 GMT 2008
------- 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
More information about the Gcc-bugs
mailing list