[PATCH c++/57709] Wshadow is too strict / has false positives

Jason Merrill jason@redhat.com
Thu Aug 21 21:35:00 GMT 2014


On 08/21/2014 04:22 PM, Manuel López-Ibáñez wrote:
> +			&& TREE_CODE (x) != FUNCTION_DECL
> +			&& !FUNCTION_POINTER_TYPE_P (TREE_TYPE (x))))

How about pointer to member function?

Jason



More information about the Gcc-patches mailing list