https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88723
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Created attachment 45359 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45359&action=edit gcc9-pr88723.patch Actually, UNSPEC_MOVE_GOTDATA always has non-constant arguments, such UNSPECs we would never consider in the hook before. Does the following patch fix that?