[LLVMbugs] [Bug 10577] Assertion `res.getDeclRefExpr() == lastDR' failed

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Aug 8 09:51:56 PDT 2011


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

Grzegorz Dabrowski <grzegorz.dabrowski at gmail.com> changed:

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

--- Comment #2 from Grzegorz Dabrowski <grzegorz.dabrowski at gmail.com> 2011-08-08 11:51:56 CDT ---
Unfortunately similar test case causes the same crash:

void test()
{
    int x = 1;
    int y = (float&)x;
}

-- 
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