This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]