------- Comment #10 from pinskia at gcc dot gnu dot org 2007-08-03 19:31 ------- (In reply to comment #9) > Andrew, do you want to convert to sizetype or to ptrdiff_t? Does it matter?
sizetype is correct for POINTER_PLUS_EXPR. We don't have a ptrdiff_t internally inside GCC as far as I know, only ssizetype (the signed version of sizetype). I am testing this patch right now and should be done in about 2 hours. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32399