[Bug libstdc++/63840] std::function copy constructor deletes an uninitialized pointer if new fails

2014-12-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63840 --- Comment #4 from Jonathan Wakely redi at gcc dot gnu.org --- Author: redi Date: Sat Dec 6 20:37:54 2014 New Revision: 218452 URL: https://gcc.gnu.org/viewcvs?rev=218452root=gccview=rev Log: PR libstdc++/63840 * include/std/functional

[Bug libstdc++/63840] std::function copy constructor deletes an uninitialized pointer if new fails

2014-12-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63840 --- Comment #5 from Jonathan Wakely redi at gcc dot gnu.org --- Author: redi Date: Sat Dec 6 22:24:11 2014 New Revision: 218456 URL: https://gcc.gnu.org/viewcvs?rev=218456root=gccview=rev Log: PR libstdc++/63840 * include/std/functional

[Bug libstdc++/63840] std::function copy constructor deletes an uninitialized pointer if new fails

2014-12-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63840 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libstdc++/63840] std::function copy constructor deletes an uninitialized pointer if new fails

2014-12-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63840 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.8.4 ---

[Bug libstdc++/63840] std::function copy constructor deletes an uninitialized pointer if new fails

2014-12-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63840 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org --- Author: redi Date: Mon Dec 1 13:49:20 2014 New Revision: 218215 URL: https://gcc.gnu.org/viewcvs?rev=218215root=gccview=rev Log: PR libstdc++/63840 * include/std/functional

[Bug libstdc++/63840] std::function copy constructor deletes an uninitialized pointer if new fails

2014-11-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63840 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug libstdc++/63840] std::function copy constructor deletes an uninitialized pointer if new fails

2014-11-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63840 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org --- I thought this looked familiar, I already fixed the function(F) constructor for PR 55320 but stupidly didn't check the copy constructor.