]> granicus.if.org Git - clang/commit
Fix for PR3869: actually enforce that the argument of an indirect goto
authorEli Friedman <eli.friedman@gmail.com>
Thu, 26 Mar 2009 00:18:06 +0000 (00:18 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 26 Mar 2009 00:18:06 +0000 (00:18 +0000)
commitbbf462314b1dc8e422b7c4dd4cac47e566aedf6d
treed5bb834eaf5eb4da945e029e8268865eb7246db3
parentbefc20e1dc869edb0e7b560e69f32d5c71f867ab
Fix for PR3869: actually enforce that the argument of an indirect goto
is of type void*.  I'll try to add the appropriate checking later.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67721 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaStmt.cpp
test/CodeGen/PR3869-indirect-goto-long.c [new file with mode: 0644]