[PATCH] D19727: [MS] Improved implementation #pragma pack (MS pragmas, part 2)

Amjad Aboud via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 29 14:10:41 PDT 2016


aaboud added a subscriber: aaboud.

================
Comment at: cfe/trunk/lib/Sema/SemaAttr.cpp:110
@@ -200,3 +109,3 @@
 
   case POAK_Reset:
     // Reset just pops the top of the stack, or resets the current alignment to
----------------
You forgot to initialize "Alignment" in this case.
This is causing a build failure:
http://lab.llvm.org:8011/builders/sanitizer-ppc64be-linux/builds/1758


Repository:
  rL LLVM

http://reviews.llvm.org/D19727





More information about the cfe-commits mailing list