[llvm-bugs] [Bug 51657] Infinite loop at -O2 and above at compile-time on clang 12.0.x to trunk version

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Sep 6 08:58:27 PDT 2021


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

Sanjay Patel <spatel+llvm at rotateright.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Fixed By Commit(s)|                            |0d83e7203479
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #8 from Sanjay Patel <spatel+llvm at rotateright.com> ---
I wasn't thinking about backporting a fix to the 13.0 release since the bug was
already hidden in trunk using this example...so I did some cleanup and tried to
fix another bug before this one: 
https://reviews.llvm.org/rGa73973c9d461
https://reviews.llvm.org/rGfbb78668f2ee
https://reviews.llvm.org/rG982a15cb3fa0
https://reviews.llvm.org/rGc85f450619f7
https://reviews.llvm.org/rG0d83e7203479

So if we do want to backport a fix, I think we'd need to take all of those to
patch cleanly.

I'll mark this as fixed for now. 

If someone wants to fix it in 13.0 too, please re-open.

-- 
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/20210906/697e2654/attachment.html>


More information about the llvm-bugs mailing list