On 02/03/2015 05:45 AM, Paolo Carlini wrote:
+ if (TREE_CODE (pfn0) != ADDR_EXPR + || !decl_with_nonnull_addr_p (TREE_OPERAND (pfn0, 0)))
I don't like duplicating the logic for when we might know the pfn is non-null; that seems fragile. I'd rather go with the tf_none approach, or otherwise suppress the warning.
Jason