Preview: LDC2 on Windows 64bit with SEH support
Kai Nacke
kai at redstar.de
Wed Jun 19 22:56:17 PDT 2013
On Wednesday, 19 June 2013 at 11:43:57 UTC, Vladimir Panteleev
wrote:
> On Saturday, 25 May 2013 at 16:08:20 UTC, Kai Nacke wrote:
>> Unfortunately LLVM does not generate the epilogue code if it
>> can prove that it is really dead code.
>
> Is the error message "_d_eh_resume_unwind: No exception object
> provided" a symptom of this problem?
The general symptom is a crash of the program. This looks like
another problem, because the exception object passed to the
exception handler is not passed to the resume function.
Can you provide the source or a test case for this?
Kai
More information about the digitalmars-d-ldc
mailing list