Re: [PATCH] dwarf2out: Use normal constant values in bound_info if possible.

2014-04-17 Thread Mark Wielaard
On Tue, 2014-04-15 at 14:24 -0700, Cary Coutant wrote: > > + /* If HOST_WIDE_INT is big enough then represent the bound as > > + a constant value. Note that we need to make sure the type > > + is signed or unsigned. We cannot just add an unsigned > > + constant if

Re: [PATCH] dwarf2out: Use normal constant values in bound_info if possible.

2014-04-15 Thread Cary Coutant
> + /* If HOST_WIDE_INT is big enough then represent the bound as > + a constant value. Note that we need to make sure the type > + is signed or unsigned. We cannot just add an unsigned > + constant if the value itself is positive. Some DWARF > + consume

Re: [PATCH] dwarf2out: Use normal constant values in bound_info if possible.

2014-04-14 Thread Mark Wielaard
Hi, On Sun, 2014-03-23 at 12:15 +0100, Mark Wielaard wrote: > * dwarf2out.c (add_bound_info): If HOST_WIDE_INT is big enough, > then represent the bound as normal constant value. Since stage 1 opened up I would like to request approval again to push this. Patch rebased to current mast