------- Comment #4 from rguenth at gcc dot gnu dot org  2005-11-14 15:42 -------
C++ frontend is fine.  With C out of

(.03.gimple)
  p = &a + -4B;
  D.1282 = &a + 36B;

we (fold?) get

(.10.cleanup_cfg)
  p = &a[1073741823];
  D.1282 = &a[9];


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24851

Reply via email to