[Bug c++/56606] GCC refuses to emit long calls for operator new/delete on PowerPC
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56606 --- Comment #1 from Michael Mrozek 2013-03-14 20:20:22 UTC --- I found that including any of the standard C++ headers (, , , etc.) works around this, as does forward-declaring the operator: > void* operator new(std::size_t);
[Bug c++/56606] New: GCC refuses to emit long calls for operator new/delete on PowerPC
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56606 Bug #: 56606 Summary: GCC refuses to emit long calls for operator new/delete on PowerPC Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNC