https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81766
--- Comment #6 from Uroš Bizjak <ubizjak at gmail dot com> --- (In reply to Jakub Jelinek from comment #4) > This stuff is weird anyway, do we really need it at the beginning of the > function, even if we say shrink-wrap (i.e. shouldn't it be done in the > prologue)? PIC setup should be emitted in the prologue. Perhaps this is the task for separate components shrink-wrapping, since PIC register can nowadays be any register.