This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: c++/770


The following reply was made to PR c++/770; it has been noted by GNATS.

From: neil@gcc.gnu.org
To: Tathagato.Rai.Dastidar@nsc.com, gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: c++/770
Date: 11 Nov 2000 11:54:52 -0000

 Synopsis: Memory allocated by new remains accessible even after calling delete.
 
 State-Changed-From-To: open->closed
 State-Changed-By: neil
 State-Changed-When: Sat Nov 11 03:54:52 2000
 State-Changed-Why:
     Not a bug.
     
     >> Trying to access deallocated memory should give a core dump.
     
     No, it gives undefined behaviour, which might include a core dump.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=770&database=gcc

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]