https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123252

Christopher Albert <albert at tugraz dot at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #63122|0                           |1
        is obsolete|                            |

--- Comment #3 from Christopher Albert <albert at tugraz dot at> ---
Created attachment 63135
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=63135&action=edit
Map scalar fields on enter data for components

This frontend-level fix supersedes the gimplifier approach by explicitly
mapping scalar siblings (including characters) for both OpenACC and OpenMP. It
resolves nested parent types in structures like a%b%arr and adds safety
bailouts for complex array paths, bypassing the gimplifier's inability to
handle scalars alongside allocatable descriptors.

Reply via email to