[Bug middle-end/89303] [7 Regression] memory leak with shared_ptr and enable_shared_from_this

2019-09-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89303 --- Comment #35 from Jonathan Wakely --- Author: redi Date: Mon Sep 2 11:10:08 2019 New Revision: 275312 URL: https://gcc.gnu.org/viewcvs?rev=275312=gcc=rev Log: PR middle-end/89303 add testcase for std::enable_shared_from_this PR

[Bug middle-end/89303] [7 Regression] memory leak with shared_ptr and enable_shared_from_this

2019-08-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89303 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/89303] [7 Regression] memory leak with shared_ptr and enable_shared_from_this

2019-08-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89303 --- Comment #33 from Jakub Jelinek --- Author: jakub Date: Fri Aug 30 12:02:30 2019 New Revision: 275114 URL: https://gcc.gnu.org/viewcvs?rev=275114=gcc=rev Log: Backported from mainline 2019-02-19 Jakub Jelinek PR

[Bug middle-end/89303] [7 Regression] memory leak with shared_ptr and enable_shared_from_this

2019-08-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89303 --- Comment #32 from Jakub Jelinek --- Author: jakub Date: Fri Aug 30 11:51:36 2019 New Revision: 275109 URL: https://gcc.gnu.org/viewcvs?rev=275109=gcc=rev Log: Backported from mainline 2019-02-13 Jakub Jelinek PR

[Bug middle-end/89303] [7 Regression] memory leak with shared_ptr and enable_shared_from_this

2019-02-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89303 --- Comment #31 from Jakub Jelinek --- Author: jakub Date: Tue Feb 19 08:59:21 2019 New Revision: 269011 URL: https://gcc.gnu.org/viewcvs?rev=269011=gcc=rev Log: PR middle-end/89303 * g++.dg/torture/pr89303.C: Move everything

[Bug middle-end/89303] [7 Regression] memory leak with shared_ptr and enable_shared_from_this

2019-02-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89303 --- Comment #30 from Jakub Jelinek --- Author: jakub Date: Tue Feb 19 08:57:24 2019 New Revision: 269010 URL: https://gcc.gnu.org/viewcvs?rev=269010=gcc=rev Log: PR middle-end/89303 * g++.dg/torture/pr89303.C: Move everything

[Bug middle-end/89303] [7 Regression] memory leak with shared_ptr and enable_shared_from_this

2019-02-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89303 --- Comment #29 from Jonathan Wakely --- Author: redi Date: Thu Feb 14 11:53:57 2019 New Revision: 268874 URL: https://gcc.gnu.org/viewcvs?rev=268874=gcc=rev Log: PR middle-end/89303 add testcase for std::enable_shared_from_this *

[Bug middle-end/89303] [7 Regression] memory leak with shared_ptr and enable_shared_from_this

2019-02-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89303 --- Comment #28 from Jonathan Wakely --- Author: redi Date: Thu Feb 14 09:40:02 2019 New Revision: 268869 URL: https://gcc.gnu.org/viewcvs?rev=268869=gcc=rev Log: PR middle-end/89303 add testcase for std::enable_shared_from_this *

[Bug middle-end/89303] [7 Regression] memory leak with shared_ptr and enable_shared_from_this

2019-02-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89303 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |7.5 Summary|[7/8 Regression]