https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65702
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> --- I think that would be desirable. But probably not through trying to call make_decl_rtl on those, we really should avoid creating RTL too early. So, perhaps the checks need to be moved to a helper routine that can be called from both make_decl_rtl and the FEs?