Re: [PATCH v2 2/5] fix up compute_objsize: pass GIMPLE statement to it

2021-12-08 Thread Jeff Law via Gcc-patches
On 12/6/2021 10:31 AM, Martin Sebor wrote: Attached is the subset of the patch in part (3) below: Pass GIMPLE statement to compute_objsize.  It applies on top of patch 1/5. On 12/3/21 5:00 PM, Jeff Law wrote: On 11/8/2021 7:34 PM, Martin Sebor via Gcc-patches wrote: The pointer-query code

[PATCH v2 2/5] fix up compute_objsize: pass GIMPLE statement to it

2021-12-06 Thread Martin Sebor via Gcc-patches
Attached is the subset of the patch in part (3) below: Pass GIMPLE statement to compute_objsize. It applies on top of patch 1/5. On 12/3/21 5:00 PM, Jeff Law wrote: On 11/8/2021 7:34 PM, Martin Sebor via Gcc-patches wrote: The pointer-query code that implements compute_objsize() that's in tu