]> granicus.if.org Git - clang/commit
Add a test case to showcase a difference in #pragma pack handling
authorDaniel Dunbar <daniel@zuster.org>
Wed, 13 May 2009 21:34:08 +0000 (21:34 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 13 May 2009 21:34:08 +0000 (21:34 +0000)
commit1faf5baa2f5e1adecb289679fe41c8a5080e4611
tree2d8b3dc7fb08b3ddf340eca835c2289e1c11ecd9
parent6a502a3bc72700d5db65f07ffcf1f11b67ca86db
Add a test case to showcase a difference in #pragma pack handling
compared to gcc. This is worrisome, but I believe we are doing the
"correct" thing, and if I recall correctly I previously verified this
versus MSVC.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71723 91177308-0d34-0410-b5e6-96231b3b80d8
test/Sema/pragma-pack-3.c [new file with mode: 0644]