On Fri, Nov 09, 2012 at 12:03:09PM -0800, Kostya Serebryany wrote: > Why depending on gtest is bad?
Because gcc already has way too many dependencies (starting from gmp, mpfr, libmpc, graphite dependencies, java depenencies), adding another one just for the sake of a couple of asan tests would make life for a lot of developers harder. Jakub