[PATCH] D19654: PR27132: Proper mangling for __unaligned qualifier (now with PR27367 fixed)
Andrey Bokhanko via cfe-commits
cfe-commits at lists.llvm.org
Thu May 5 03:33:33 PDT 2016
andreybokhanko added a comment.
David, just noticed that your first question doesn't have a redefinition. For this program:
__unaligned int unaligned_foo3() { return 0; }
auto z = unaligned_foo3();
Both MS and us mangle z the same:
?z@@3HA
Yours,
Andrey
http://reviews.llvm.org/D19654
More information about the cfe-commits
mailing list