[Bug c++/80664] Destructor not called upon exception while initializing a vector

2017-05-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80664 --- Comment #6 from Jonathan Wakely --- NEW doesn't mean it's recent, it means it's been confirmed. If it hadn't been confirmed it would be UNCONFIRMED.

[Bug c++/80664] Destructor not called upon exception while initializing a vector

2017-05-08 Thread akrzemi1 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80664 --- Comment #5 from Andrzej Krzemienski --- Thank you for pointing this out. Can anything be done to fix this PR 66139? It has status "NEW" but is in fact quite old. In the comments above, you have provided some substantial analysis of the source

[Bug c++/80664] Destructor not called upon exception while initializing a vector

2017-05-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80664 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/80664] Destructor not called upon exception while initializing a vector

2017-05-08 Thread d25fe0be at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80664 --- Comment #3 from d25fe0be@ --- Is this related to PR 66139?

[Bug c++/80664] Destructor not called upon exception while initializing a vector

2017-05-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80664 Richard Biener changed: What|Removed |Added Keywords||wrong-code Status|UNCONFIRM

[Bug c++/80664] Destructor not called upon exception while initializing a vector

2017-05-08 Thread akrzemi1 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80664 --- Comment #1 from Andrzej Krzemienski --- This happens on all C++11 GCC versions.