https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65509
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hubicka at gcc dot gnu.org, | |jason at gcc dot gnu.org --- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> --- The difference between when i1 and i2 are constexprs and when they are not is that their cgraph nodes have definition = false if they are constexprs. Dunno if that is intentional or not.