This is the mail archive of the gcc-bugs@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]

egcs c++(delete on pointer to constant memory)


main() {

int const * ip ;

ip = new int[10];
delete [] ip;     // That shouldn´t be allowed.

}


Jan
-- 


 ·´¯`·.¸¸..><((((º>.·´¯`·.¸¸.·´¯`·.¸><((((º>¸.·´¯`·.¸.,..·´¯`·..
 ><((((º>`·.¸¸.·´¯`·.¸.·´¯`·...¸><((((º>


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