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

Reply via email to