https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123894
Cupertino Miranda <cupertino.miranda at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cupertino.miranda at oracle
dot co
| |m
--- Comment #3 from Cupertino Miranda <cupertino.miranda at oracle dot com> ---
I am in the process of improving the CO-RE code.
The issue reported is because the CO-RE code converts in gimple the static
field accesses into pointer arithmetic's in order to install a builtin that is
later expanded to the UNSPEC memory address that later generated the CO-RE
reloc.
Initial patch does not take in consideration that there might unaligned
accesses that need to be adapted through bit shifting.
I would like to assign this bug to myself, since I am working on a revision of
the CO-RE code, in context of pr120241, and I am actively changing the code in
question.