[Bug middle-end/37380] [4.4 Regression] ../../gcc/libcpp/charset.c:1103: error: 'cvt.77.width' is used uninitialized in this function
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Sep 8 09:57:00 GMT 2008
------- Comment #4 from rguenth at gcc dot gnu dot org 2008-09-08 09:56 -------
I don't see how SRA can affect 004.gimple output, but the gimplification looks
wrong. For
size_t width = cvt.width;
you should see
D.6101 = cvt.width;
width = (size_t) D.6101;
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37380
More information about the Gcc-bugs
mailing list