[Bug c++/100588] Destroying delete shouldn't be called if constructor throws

2022-02-02 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100588 Jason Merrill changed: What|Removed |Added Known to work||12.0 --- Comment #2 from Jason Merrill

[Bug c++/100588] Destroying delete shouldn't be called if constructor throws

2022-01-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100588 --- Comment #1 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:75047f79550fd10a8f86f5c72deab10cde77 commit r12-6380-g75047f79550fd10a8f86f5c72deab10cde77 Author: Jason Merrill Date:

[Bug c++/100588] Destroying delete shouldn't be called if constructor throws

2022-01-06 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100588 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/100588] Destroying delete shouldn't be called if constructor throws

2021-05-13 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100588 Jonathan Wakely changed: What|Removed |Added Ever confirmed|0 |1 Keywords|