http://llvm.org/bugs/show_bug.cgi?id=10577
Ted Kremenek <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #3 from Ted Kremenek <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
