]> granicus.if.org Git - clang/commit
Merge r101067 from mainline. release_27 origin/release_27
authorTanya Lattner <tonic@nondot.org>
Tue, 13 Apr 2010 16:15:50 +0000 (16:15 +0000)
committerTanya Lattner <tonic@nondot.org>
Tue, 13 Apr 2010 16:15:50 +0000 (16:15 +0000)
commitf8f8dd3457acc13029c3a6e8a6ff8b28706354b3
treed6e5f30a0428e7481825c3be5251a86a6698a155
parent1571f048734190c5ed03d1a6083e579ec7b5801f
Merge r101067 from mainline.
fix PR6660/6168: emit padding as zeros instead of undef.  Because
trailing fields may not be represented in initializer lists, they
are being handled as padding and those fields *must* be zero
initialized.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_27@101134 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprConstant.cpp
test/CodeGen/decl.c
test/CodeGen/union-init2.c