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: Handle MODIFY_EXPR in loc_descriptor_from_tree


	* dwarf2out.c (loc_descriptor_from_tree): Handle MODIFY_EXPR by
	recursing through second argument.

Since we usually define the value of a MODIFY_EXPR as its *first* operand
and that operand is usually the simpler one, using it would seem better to me.


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