------- Comment #2 from rguenth at gcc dot gnu dot org 2010-02-15 09:39 ------- Whoo, a NON_LVALUE_EXPR. From
/* PTR +p 0 -> PTR */ if (integer_zerop (arg1)) return non_lvalue_loc (loc, fold_convert_loc (loc, type, arg0)); bah. I have a patch. -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |rguenth at gcc dot gnu dot |dot org |org Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2010-02-15 09:39:28 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43068