[llvm-bugs] [Bug 36225] clang crashes on valid code at -O3 on x86_64-linux-gnu: "fatal error: error in backend: Broken function found, compilation aborted!"
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Feb 5 12:05:03 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=36225
Sanjay Patel <spatel+llvm at rotateright.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
CC| |spatel+llvm at rotateright.com
Status|NEW |RESOLVED
--- Comment #1 from Sanjay Patel <spatel+llvm at rotateright.com> ---
Thanks for the bug report. This was caused by:
https://reviews.llvm.org/rL324014
And fixed with:
https://reviews.llvm.org/rL324252
I added a test based on this bug report with:
https://reviews.llvm.org/rL324266
There was (and might still be) a different problem with the original commit, so
we may end up reverting it, but we'll keep the tests either way.
--
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/20180205/e8f57505/attachment.html>
More information about the llvm-bugs
mailing list