https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19661
--- Comment #22 from Andrew Pinski <pinskia at gcc dot gnu.org> --- By the way there is an improvement of 7 __cxa_atexit for libstdc++ even: [apinski@xeond2 lib64]$ objdump -dr libstdc++.so.6.0.34|grep __cxa_atexit|wc -l 10 [apinski@xeond2 lib64]$ objdump -dr libstdc++.so.6.0.33|grep __cxa_atexit|wc -l 17
