https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86347
Marc Glisse changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86347
Jonathan Wakely changed:
What|Removed |Added
Keywords||wrong-code
Status|WAITING
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86347
--- Comment #2 from stinkingmadgod at gmail dot com ---
Apologies, not familiar with netiquette here
#include
#include
#include
void* operator new(size_t n)
{
std::cout << "new\n";
return std::malloc(n);
}
struct Y
{
Y() { std::cout
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86347
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|