https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110378
--- Comment #4 from Martin Jambor <jamborm at gcc dot gnu.org> --- Created attachment 55665 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55665&action=edit Testcase with non-zero offset with pass-through split This testcase is similar to the previous one but on top of it also deals with non-zero offsets which is currently not supported by IPA-SRA analysis and will also require some assumption adjustments on the modification side (see TODOs in ptr_parm_has_nonarg_uses and in ipa_param_body_adjustments::modify_call_stmt).