[Bug c++/67499] c++ template/overload diagnostic compression

trippels at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Sep 8 15:24:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67499

--- Comment #4 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Well, clang isn't much better by default:

markus@x4 tmp % clang++ -stdlib=libc++ -c foo.cxx 2>&1 | wc -l
97
markus@x4 tmp % clang++ -c foo.cxx 2>&1 | wc -l
88



More information about the Gcc-bugs mailing list