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

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=96511,
                   |                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=94195

--- Comment #1 from Martin Sebor <msebor at gcc dot gnu.org> ---
It looks as though warn_placement_new_too_small() simply doesn't take into
consideration milti-dimensional arrays.

The missing -Warray-bounds warning is for the same reason as pr94195.

Reply via email to