Hello, I'm currently playing around with an RTL pass and started using C++. When including <algorithm> I get the following:
/usr/include/c++/4.6/cstdlib:76:8: error: attempt to use poisoned "calloc" /usr/include/c++/4.6/cstdlib:83:8: error: attempt to use poisoned "malloc" /usr/include/c++/4.6/cstdlib:89:8: error: attempt to use poisoned "realloc" It seems the story is old: http://gcc.gnu.org/ml/gcc/2009-08/msg00553.html Now that the switch to C++ has been made, how should this be handled? Cheers, Oleg