]> granicus.if.org Git - clang/commit
__attribute__((aligned)) was being ignored!
authorDaniel Dunbar <daniel@zuster.org>
Wed, 18 Feb 2009 20:06:09 +0000 (20:06 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 18 Feb 2009 20:06:09 +0000 (20:06 +0000)
commit7549c5589ac0d2087e55f2bdd4854adef23f29fd
treec737491243325016f36bdb3ad038a701fe44da4c
parente00d5c00f35163308a18ec1d3d2b9dfa1ecaf234
__attribute__((aligned)) was being ignored!

This knocks out another 8 gcc/compat/i386 & x86_64 failures.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64947 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclAttr.cpp
test/Sema/struct-packed-align.c