[Bug c++/15050] Compiled templated code crashes on delete []

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Apr 21 20:04:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-21 19:59 -------
Invalid as you start with one type for the array and then casted it to another implicitly and then you 
deleted in a different type so it assumes a different length so again this is invalid.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15050



More information about the Gcc-bugs mailing list