https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125730
Drea Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2026-06-10
Blocks| |123854
Ever confirmed|0 |1
Target| |aarch64
--- Comment #1 from Drea Pinski <pinskia at gcc dot gnu.org> ---
The testcase works on x86_64 but fails on aarch64.
Looks like modref is confused about what IVOPTS produces:
_20 = (sizetype) values_16(D);
_26 = (sizetype) argnames_11(D);
_27 = _20 - _26;
_28 = first_kw_arg_12 + _27;
MEM[(char * * *)_28 + ivtmp.11_8 * 1] = fetched_value.1_6;
Referenced Bugs:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123854
[Bug 123854] [meta-bug] modref issues