Displaying 1 result from an estimated 1 matches for "1023215".
Did you mean:
102315
2012 Jun 19
2
[LLVMdev] [LLVMDev] Object in a try-catch block not being destroyed even after an exception
Dear LLVM Members,
The below source code from gcc test suite replicates the problem
which i am facing. When it is built with clang, it throws an abort
(highlighted).
The following are my observations -
1. The object(tmp) is not getting destroyed immediately after the exception
is thrown. In case of Clang, the object is getting destroyed at a later
point of time.
2. In case of gcc, the