| | | | --- | --- | | Bugzilla Link | [9146](https://llvm.org/bz9146) | | Resolution | FIXED | | Resolved on | Aug 25, 2011 20:00 | | Version | 2.8 | | OS | Linux | | Attachments | [example code](https://user-images.githubusercontent.com/60944935/143742686-635766b4-ceea-4817-9b01-fe090a5fa1d1.gz) | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@rjmccall | ## Extended Description If an exception is thrown from an constructor during initialization of array then no destructors for already constructed elements are called.