On Tue, Sep 19, 2017 at 04:09:20PM +0200, Richard Biener wrote:
> > The problem is that add_const_value_attribute has lots of smarts to handle
> > various kinds of constants, which the
> > if (CHAR_BIT == 8 && BITS_PER_UNIT == 8
> > && initializer_constant_valid_p (init, type))
> > block do
On Tue, 19 Sep 2017, Jakub Jelinek wrote:
> On Thu, Oct 13, 2016 at 09:16:07AM +0200, Richard Biener wrote:
> >
> > This merges a few more bits guarding stuff with ! early_dwarf, mostly
> > to avoid creating locations that involve addresses of decls early
> > but also to avoid wasting work for BL
On Thu, Oct 13, 2016 at 09:16:07AM +0200, Richard Biener wrote:
>
> This merges a few more bits guarding stuff with ! early_dwarf, mostly
> to avoid creating locations that involve addresses of decls early
> but also to avoid wasting work for BLOCK_NONLOCALIZED_VARs.
>
> Bootstrapped and tested o
This merges a few more bits guarding stuff with ! early_dwarf, mostly
to avoid creating locations that involve addresses of decls early
but also to avoid wasting work for BLOCK_NONLOCALIZED_VARs.
Bootstrapped and tested on x86_64-unknown-linux-gnu, gdb testsuite
tested on the same arch (from the