aboutsummaryrefslogtreecommitdiffstats
path: root/autogen/configure
diff options
context:
space:
mode:
Diffstat (limited to 'autogen/configure')
-rwxr-xr-xautogen/configure5
1 files changed, 3 insertions, 2 deletions
diff --git a/autogen/configure b/autogen/configure
index 126248beced..23685c523ac 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -23965,8 +23965,9 @@ else
23965 #if \ 23965 #if \
23966 (__GNUC__ || __IBMC__ || __IBMCPP__ \ 23966 (__GNUC__ || __IBMC__ || __IBMCPP__ \
23967 || 0x5110 <= __SUNPRO_C || 1300 <= _MSC_VER) 23967 || 0x5110 <= __SUNPRO_C || 1300 <= _MSC_VER)
23968 int alignas (8) alignas_int = 1; 23968 struct alignas_test { char c; char alignas (8) alignas_8; };
23969 char test_alignas[_Alignof (alignas_int) == 8 ? 1 : -1]; 23969 char test_alignas[offsetof (struct alignas_test, alignas_8) == 8
23970 ? 1 : -1];
23970 #endif 23971 #endif
23971 23972
23972int 23973int