MuellerMP wrote: @GkvJwa I don't understand the added message in your last comment. [Previously](https://github.com/llvm/llvm-project/pull/172287#discussion_r2635384617) you already identified the call stack which tells us how pushCleanup is called. `NormalAndEHCleanup` does really mean it is a `NormalCleanup` + `EHCleanup` so yes the code is executed -> thats really how the problematic `seh.scope.begin` gets emitted for your case which causes the issue: https://godbolt.org/z/hKW6vroeY .
https://github.com/llvm/llvm-project/pull/172287 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
