https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121805
--- Comment #1 from federico <federico.perini at gmail dot com> --- the error is triggered only when the target's data is strided from a structure array: ``` ptr(1:n) => structure%arr(1:n)%i ! issue ``` and not when the target's data is an array already: ``` ptr(1:n) => structure%i(1:n) ! OK ```
