On 02/03/2015 11:14 AM, Paolo Carlini wrote:
+ /* Avoid -Waddress warnings (c++/64877). */ + TREE_NO_WARNING (pfn0) = 1;
I'd check for ADDR_EXPR before doing this; OK with that change. Jason
On 02/03/2015 11:14 AM, Paolo Carlini wrote:
+ /* Avoid -Waddress warnings (c++/64877). */ + TREE_NO_WARNING (pfn0) = 1;
I'd check for ADDR_EXPR before doing this; OK with that change. Jason