https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106433
--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> --- Interestingly the cgraph node for 'bar' doesn't have any clones when it changes pure/const state so we cannot update those as well. create_version_clone_with_body as used by OMP cloning doesn't populate those links it seems, as opposed to create_clone. Honza?