------- Comment #2 from pinskia at gcc dot gnu dot org 2008-04-20 19:50 ------- Caused by: size = size_in_bytes (TREE_TYPE (TREE_TYPE (base))); if (size == NULL_TREE || TREE_CODE (size) != INTEGER_CST) return true;
in pointer_may_wrap_p. a simple s/size_in_bytes/TYPE_SIZE_UNIT/ should fix the problem. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2008-04-20 19:50:29 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35992