On Fri, May 31, 2019 at 09:53:42AM -0700, H.J. Lu wrote: > 2019-05-31 H.J. Lu <hongjiu...@intel.com> > Hongtao Liu <hongtao....@intel.com> > > gcc/ > > PR target/89355 > * config/i386/i386.c (ix86_init_large_pic_reg): Don't set > LABEL_PRESERVE_P.
Why this change? It is both not needed and undesirable, the large pic reg label is used magically, not as a normal label, so LABEL_PRESERVE_P on it is desirable. Otherwise LGTM. Jakub