Re: Two more POLY_INT cases for dwarf2out.c

2019-09-18 Thread Richard Biener
On Wed, Sep 18, 2019 at 8:49 AM Richard Sandiford wrote: > > loc_list_for_tree_1 and add_const_value_attribute currently ICE > on POLY_INTs. loc_list_for_tree_1 can do something sensible but > add_const_value_attribute has to punt, since the constant there > needs to be a link-time rather than lo

Two more POLY_INT cases for dwarf2out.c

2019-09-17 Thread Richard Sandiford
loc_list_for_tree_1 and add_const_value_attribute currently ICE on POLY_INTs. loc_list_for_tree_1 can do something sensible but add_const_value_attribute has to punt, since the constant there needs to be a link-time rather than load-time or run-time constant. This is tested by later SVE patches.