[C++ PATCH] Fix -Wunused-but-set-* bug with static data members (PR c++/44412)

Jason Merrill jason@redhat.com
Fri Jun 4 18:41:00 GMT 2010


On 06/04/2010 02:40 PM, Jakub Jelinek wrote:
> The problem is that the object, if there are no side-effects in it,
> doesn't appear any longer in the build_class_member_access_expr
> result

Oh right, the patch is marking object and returning member.  OK then.

Jason



More information about the Gcc-patches mailing list