On Wed, 4 Nov 2015, Jay Foad wrote:
Is GCC able to common-up the code for C++ template instantiations with different template arguments, if they happen to generate identical code?
https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#index-fipa-icf-1027 (recent) -- Marc Glisse