[LLVMbugs] [Bug 10577] Assertion `res.getDeclRefExpr() == lastDR' failed
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Aug 8 14:43:31 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=10577
Ted Kremenek <kremenek at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--- Comment #3 from Ted Kremenek <kremenek at apple.com> 2011-08-08 16:43:31 CDT ---
(In reply to comment #2)
> Unfortunately similar test case causes the same crash:
>
> void test()
> {
> int x = 1;
> int y = (float&)x;
> }
Fixed in r137068.
Thanks!
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list