http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61054
--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> --- N.B. as well as custom allocators it affects the built-in delete[], which performs an implicit null check that can be optimized away in buggy code. We documented it on that page because of case where that happened.