]> git.lizzy.rs Git - rust.git/commit
Fix ICE on SIMD overflow checking
authorJihyun Yu <j.yu@navercorp.com>
Wed, 25 Mar 2015 06:17:10 +0000 (15:17 +0900)
committerJihyun Yu <j.yu@navercorp.com>
Wed, 25 Mar 2015 06:17:10 +0000 (15:17 +0900)
commit1663665be0f3e7b0bef782d72a3201cf6138e55b
tree1307de7a0115eb553ded937c1916428deb670ba3
parent123a754cb8356d0e78837dd4e58103ad801309ff
Fix ICE on SIMD overflow checking

Disable overflow checking on SIMD operations, fix #23037
src/librustc_trans/trans/expr.rs
src/test/run-pass/issue-23037.rs [new file with mode: 0644]