Re: [PATCH] debug: Fix __int128 handling in dwarf2out [PR99562]

2021-03-17 Thread Jason Merrill via Gcc-patches
On 3/13/21 3:13 AM, Jakub Jelinek wrote: Hi! The PR66728 changes broke __int128 handling. It emits wide_int numbers in their minimum unsigned precision rather than in their full precision. The problem is then that e.g. the DW_OP_implicit_value path: int_mode = as_a (mode);

[PATCH] debug: Fix __int128 handling in dwarf2out [PR99562]

2021-03-13 Thread Jakub Jelinek via Gcc-patches
Hi! The PR66728 changes broke __int128 handling. It emits wide_int numbers in their minimum unsigned precision rather than in their full precision. The problem is then that e.g. the DW_OP_implicit_value path: int_mode = as_a (mode); loc_result = new_loc_descr (DW_OP_implicit_v