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

--- Comment #4 from acsawdey at gcc dot gnu.org ---
OK, I see the fail with -mcpu=power9. Looks like I botched something with
addressing and allowed D-form addresses when it should be DS-form. On power10
this would result in selection of a prefix D-form load, which then causes the
ld-cmpi to be split. On anything previous we just ICE.

Reply via email to