https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105554
--- Comment #12 from Richard Biener <rguenth at gcc dot gnu.org> --- (In reply to Martin Liška from comment #11) > > > > Well, most definitely the new decls target options need to be > > instantiated? > > Then it must be a tree pass that will properly call set_current_function :/ > The multiple_target pass is an IPA pass. Can we go for now with the comment > 7? Hmm, can we deal with this when the clones are materialized (that needs a cfun, no?).