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

Jan Gentsch gentsch@ifm.uni-hamburg.de
Wed May 12 10:36:00 GMT 1999


main() {

int const * ip ;

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

}


Jan
-- 


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


More information about the Gcc-bugs mailing list