http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54196
--- Comment #2 from Jonathan Wakely 2012-08-07
20:55:36 UTC ---
N.B. there are various overloads of operator new that are implicitly declared
in every translation unit, including (in C++03)
void* operator new(std::size_t) throw(std::bad_alloc)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54196
--- Comment #1 from mib.bugzilla at gmail dot com 2012-08-07 18:57:28 UTC ---
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/site/spt/rdrive/ref/gcc/4.7.0/efi2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.7.0/lto-wrapper
Target: x86_64