[LLVMbugs] [Bug 22093] clang crashes on valid code at -O1 and above on x86_64-linux-gnu

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Jan 4 20:20:03 PST 2015


http://llvm.org/bugs/show_bug.cgi?id=22093

Chandler Carruth <chandlerc at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Chandler Carruth <chandlerc at gmail.com> ---
Wow, this was a really bad bug and a great test case. Thanks very much for
reducing and filing it! It pointed out a pretty fundamental flaw in one of the
invariants the code was relying on.

In fact, I've added a big FIXME as a consequence of fixing this bug to
re-examine the correct approach here.

Anyways, this and other related bugs fixed in r225149. Thanks again!

-- 
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/20150105/649bacd6/attachment.html>


More information about the llvm-bugs mailing list