"Joel E. Denny" <[EMAIL PROTECTED]> writes: > int* p = malloc(n*sizeof(int)); > > Are you saying g++-4 and g++-5 don't catch it as they should?
Mine didn't, no. At this point I'm not all that curious as to why. Could have been a local setup screwup; I don't normally use C++, thank goodness. > Just out of curiosity, why is your test suite calling g++ for that test > case anyway? Some people like to use C++ compilers when C compilers are called for. Personally I don't think it's worth catering to such usage, but I guess others disagree.
