[llvm-bugs] [Bug 50357] Wrong code produced with -O3 when exception specifications are used (wasm32-unknown-emscripten target)

via llvm-bugs llvm-bugs at lists.llvm.org
Thu May 20 01:38:03 PDT 2021


https://bugs.llvm.org/show_bug.cgi?id=50357

Heejin Ahn <aheejin at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
 Fixed By Commit(s)|                            |412a3381f721452fb6cd33bc30e
                   |                            |7700102639e3f
             Status|NEW                         |RESOLVED

--- Comment #4 from Heejin Ahn <aheejin at gmail.com> ---
Ah, there was a more serious problem. Thanks for reporting. It's surprising
that it has gone unnoticed for this long time. Anyway, that bug is fixed in
https://github.com/llvm/llvm-project/commit/412a3381f721452fb6cd33bc30e7700102639e3f.
Exception spec is still not working, but at least catches will work correctly.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210520/dff5b002/attachment.html>


More information about the llvm-bugs mailing list