]> granicus.if.org Git - clang/commit
revert r101568, which miscompiles this testcase, distilled from ldecod:
authorChris Lattner <sabre@nondot.org>
Sat, 17 Apr 2010 06:53:44 +0000 (06:53 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 17 Apr 2010 06:53:44 +0000 (06:53 +0000)
commit7a22f02a02616be8fd817529f1696a88a35ee041
tree056a1d750aa2ba601c704723d63a5927fb07a6c5
parentfb36d21960a3bd422665a961eac6ca269cd6445b
revert r101568, which miscompiles this testcase, distilled from ldecod:

void exit_picture()
{
  char yuv_types[4][6]= {"4:0:0","4:2:0","4:2:2","4:4:4"};
  foo(yuv_types);
}

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101623 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprConstant.cpp
test/CodeGen/global-init.c
test/CodeGen/init.c