> I'm a little worried that introducing PLUS_EXPR_CODE_P and friends > invites too easy (not well thought) uses of it - they are distinct enough > that we have very few "common" code-paths given the constraints on > op2 of POINTER_PLUS_EXPR.
"grep -A1 -B1 POINTER_PLUS_EXPR *.c" convinced me of the contrary (and I planned to post a follow-up patch) but I don't really care in the end. -- Eric Botcazou