On Fri, May 31, 2019 at 10:43 AM Jakub Jelinek wrote: > > On Fri, May 31, 2019 at 09:53:42AM -0700, H.J. Lu wrote: > > 2019-05-31 H.J. Lu > > Hongtao Liu > > > > 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. Removed. > Otherwise LGTM. > > Jakub This is the patch I am checking in. Thanks. -- H.J.