CXXFLAGS: add -fcheck-new whenever -fno-exceptions is used
This is to avoid GCC to optimize null-pointer checks away, in case the default operator new is used together with -fno-exceptions.
Loading
Please register or sign in to comment
Fin de support de l'authentification git SSH au 1er septembre 2025.
Merci de configurer vos clients pour passer en HTTPS : Utilisation de Git et Gitlab avec HTTPS
This is to avoid GCC to optimize null-pointer checks away, in case the default operator new is used together with -fno-exceptions.