Hi Jeff,
> I can buy that ;-) OK with a suitable ChangeLog entry.
Thanks! Checked in with this changelog entry.
Cheers
Nick
gcc/ChangeLog
2016-06-22 Nick Clifton
* dwarf2out.c (scompare_loc_descriptor): Use SCALAR_INT_MODE_P() in
place of GET_MODE_CLASS() == MODE_INT, s
On 05/26/2016 10:16 AM, Nick Clifton wrote:
Hi Jeff,
I may be missing something, but isn't it the transition to an FP
relative address rather than a SP relative address that's the problem
here?
Yes, I believe so.
Where does that happen?
I think that it happens in dwarf2out.c:based_loc_des
Hi Jeff,
>>> I may be missing something, but isn't it the transition to an FP
>>> relative address rather than a SP relative address that's the problem
>>> here?
>>
>> Yes, I believe so.
>>
>>> Where does that happen?
I think that it happens in dwarf2out.c:based_loc_descr() which
detects the use
On 05/17/2016 06:37 AM, Nick Clifton wrote:
Hi Jeff,
Currently dwarf2out.c:mem_loc_descriptor() has some special case
code to handle the situation where an address is held in a register
whose mode is not of type MODE_INT. It generates a
DW_OP_GNU_regval_type expression which may later
Hi Jeff,
>> Currently dwarf2out.c:mem_loc_descriptor() has some special case
>> code to handle the situation where an address is held in a register
>> whose mode is not of type MODE_INT. It generates a
>> DW_OP_GNU_regval_type expression which may later on be converted into
>> a frame p
On 05/16/2016 08:12 AM, Nick Clifton wrote:
Hi Guys,
Currently dwarf2out.c:mem_loc_descriptor() has some special case
code to handle the situation where an address is held in a register
whose mode is not of type MODE_INT. It generates a
DW_OP_GNU_regval_type expression which may later o