We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f020acf commit d4676e6Copy full SHA for d4676e6
1 file changed
clang/test/AST/ByteCode/builtin-object-size.cpp
@@ -61,7 +61,7 @@ namespace Padding {
61
void foo() {
62
LongDouble3Vec v1, v2;
63
#if __SIZEOF_SIZE_T__ == 8
64
-#if !defined(_WIN32)
+#if __SIZEOF_LONG_DOUBLE__ == 16
65
static_assert(__builtin_object_size(&v1, 0) == 64);
66
#else
67
static_assert(__builtin_object_size(&v1, 0) == 32);
0 commit comments