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] ../../gcc/libcpp/charset.c:1103: error: 'cvt.77.width' is used uninitialized in this function



------- Comment #1 from danglin at gcc dot gnu dot org  2008-09-05 02:20 -------
In charset.c.004t.gimple, I see

  cvt.77 = cvt;
  D.6101 = cvt.77.width;
  width = (size_t) D.6101;

So, I think stage must be miscompiled.


-- 


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]