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/26198] Unfolded comparison after cfg_cleanup



------- Comment #6 from rguenth at gcc dot gnu dot org  2007-10-11 12:10 -------
Also

  because in fold_binary where we handle this kind of stuff we have

              if (!offset0 || !offset1
                  || TREE_TYPE (offset0) == TREE_TYPE (offset1))
                {
  ...

is no longer true, we compare offsets in signed sizetype.


-- 


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


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