This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/37380] [4.4 Regression] ../../gcc/libcpp/charset.c:1103: error: 'cvt.77.width' is used uninitialized in this function



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]