Re: [PATCH] sra: Only verify sizes of scalar accesses (PR 93845)

2020-02-21 Thread Richard Biener
On Fri, 21 Feb 2020, Martin Jambor wrote: > Hi, > > the testcase is another example - in addition to recent PR 93516 - where > the SRA access verifier is confused by the fact that get_ref_base_extent > can return different sizes for the same type, depending whether they are > COMPONENT_REF or not

[PATCH] sra: Only verify sizes of scalar accesses (PR 93845)

2020-02-21 Thread Martin Jambor
Hi, the testcase is another example - in addition to recent PR 93516 - where the SRA access verifier is confused by the fact that get_ref_base_extent can return different sizes for the same type, depending whether they are COMPONENT_REF or not. In the previous bug I decided to keep the verifier c