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

Grzegorz Dabrowski <[email protected]> changed:

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

--- Comment #2 from Grzegorz Dabrowski <[email protected]> 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to