[Bug c++/57510] initializer_list memory leak

2018-08-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57510 --- Comment #9 from Jonathan Wakely --- The example from PR 57930 isn't fixed either: extern "C" int printf(const char *,...); struct B { B(int,int) { printf("CB %p\n",this); } B(const B&) { printf("const CB %pn\n",this); }

[Bug c++/57510] initializer_list memory leak

2018-08-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57510 Jonathan Wakely changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug c++/57510] initializer_list memory leak

2015-01-23 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57510 --- Comment #7 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Fri Jan 23 16:30:00 2015 New Revision: 220047 URL: https://gcc.gnu.org/viewcvs?rev=220047root=gccview=rev Log: PR c++/64314 PR c++/57510 * typeck2.c

[Bug c++/57510] initializer_list memory leak

2014-12-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57510 --- Comment #5 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Fri Dec 12 03:48:55 2014 New Revision: 218653 URL: https://gcc.gnu.org/viewcvs?rev=218653root=gccview=rev Log: PR c++/57510 * typeck2.c

[Bug c++/57510] initializer_list memory leak

2014-12-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57510 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/57510] initializer_list memory leak

2014-12-10 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57510 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/57510] initializer_list memory leak

2014-12-08 Thread tavianator at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57510 --- Comment #4 from Tavian Barnes tavianator at gmail dot com --- I have a testing tool that automatically inserts operator new failures, to help test exception safety and check for leaks. This bug causes all kinds of spurious failures that I

[Bug c++/57510] initializer_list memory leak

2013-07-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57510 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added CC||mmehlich at

[Bug c++/57510] initializer_list memory leak

2013-06-03 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57510 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c++/57510] initializer_list memory leak

2013-06-03 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57510 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Keywords||wrong-code