Re: [C++] implicit operator new is operator new

2013-10-03 Thread Jason Merrill
OK. Jason

[C++] implicit operator new is operator new

2013-10-03 Thread Marc Glisse
Hello, I noticed when writing the patch that assumes operator new doesn't return 0 that without including we weren't setting operator_new_flag on the implicit declaration of operator new. Bootstrap+testsuite on x86_64-unknown-linux-gnu. 2013-10-04 Marc Glisse PR c++/19476 gcc/cp