rjmccall added a comment.

Well, this is a really nasty bug.

Please check how this interacts with #pragma pack, which normally takes 
precedence over even explicit alignment attributes.  If that's the case here, 
then what you really want to do is just add the same "ExplicitFieldAlign ||" 
clause to the main computation that you do to the diagnostic computation.


http://reviews.llvm.org/D14980



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

Reply via email to