Comment 2 for bug 1605158

Revision history for this message
Konrad Adasiewicz (omicronns) wrote :

Andre,

I do not want to use dynamic memory allocation, but when I add --specs=nosys.specs or --specs=rdimon.specs to linker flags, it links with malloc call also. So what I want to achieve is pure virtual functions, without inline constructor and without dynamic memory allocation. Is that possible? Why compiler looks for this system functions when constructor is not inlined?

Thanks
Konrad