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: [vta, vta4.4] handle more RTL codes in dwarf2 location expressions


On Jun 17, 2009, Jakub Jelinek <jakub@redhat.com> wrote:

> 2009-06-17  Jakub Jelinek  <jakub@redhat.com>

> 	* dwarf2out.c (mem_loc_descriptor): For SUBREG punt if inner
> 	mode size is wider than DWARF2_ADDR_SIZE.  Handle SIGN_EXTEND
> 	and ZERO_EXTEND by DW_OP_shl and DW_OP_shr{a,}.  Handle
> 	EQ, NE, GT, GE, LT, LE, GTU, GEU, LTU, LEU, SMIN, SMAX, UMIN
> 	and UMAX.
> 	(loc_descriptor): Compare mode size with DWARF2_ADDR_SIZE
> 	instead of Pmode size.

This is ok for the VTA branches, thanks.

-- 
Alexandre Oliva, freedom fighter    http://FSFLA.org/~lxoliva/
You must be the change you wish to see in the world. -- Gandhi
Be Free! -- http://FSFLA.org/   FSF Latin America board member
Free Software Evangelist      Red Hat Brazil Compiler Engineer


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