Re: [PATCH] inline: fix ICE with -fprofile-generate

2021-12-10 Thread Jan Hubicka via Gcc-patches
> Fixes ICE spotted by Honza where we have a better place where > to check for no_profile_instrument_function attribute. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? > Thanks, > Martin > > PR ipa/103636 > > gcc/ChangeLog: > >

[PATCH] inline: fix ICE with -fprofile-generate

2021-12-10 Thread Martin Liška
Fixes ICE spotted by Honza where we have a better place where to check for no_profile_instrument_function attribute. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin PR ipa/103636 gcc/ChangeLog: * ipa-inline.c