ahatanak added a comment.

In D133711#3787604 <https://reviews.llvm.org/D133711#3787604>, @ahatanak wrote:

> Unlike gcc or clang. MSVC doesn't round up the size to its alignment. I don't 
> mean it should reject the code.

Sorry, my comment was misleading. clang has the same behavior as MSVC when the 
target is 32-bit (e.g., `i686-pc-win32`). The size and alignment of `T2` and 
`array` are the same. If the target isn't 32-bit MSVC, the size is correctly 
round up to the alignment.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133711/new/

https://reviews.llvm.org/D133711

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to