> Hi. > > This is quite old hunk that Honza forgot to install: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63560#c1 > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > Ready to be installed? Or should I wait for next stage1? > > Thanks, > Martin > > gcc/ChangeLog: > > 2019-03-08 Jan Hubicka <hubi...@ucw.cz> > > PR go/63560 > * ipa-split.c (execute_split_functions): Do not split > 'noinline' or 'section' function.
It is OK now. It only makes us more conservative and moving code out of user sections may lead to surprises. Honza