]> granicus.if.org Git - clang/commit
Don't crash during constant-evaluation of 1/(1/0). PR9262.
authorJohn McCall <rjmccall@apple.com>
Sat, 26 Feb 2011 08:27:17 +0000 (08:27 +0000)
committerJohn McCall <rjmccall@apple.com>
Sat, 26 Feb 2011 08:27:17 +0000 (08:27 +0000)
commit3b332ab132fa85c83833d74d400f6e126f52fbd2
tree6c6a6d685c8b86cfa0b439b57d81dfa59d08d049
parentbc7fbf0d37b286b37d96b033dfaaabf9c729bca8
Don't crash during constant-evaluation of 1/(1/0).  PR9262.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126541 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp
test/Sema/i-c-e.c