diff options
Diffstat (limited to 'contrib/gcc/expr.c')
-rw-r--r-- | contrib/gcc/expr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gcc/expr.c b/contrib/gcc/expr.c index 16e43aa..5a67900 100644 --- a/contrib/gcc/expr.c +++ b/contrib/gcc/expr.c @@ -4770,6 +4770,8 @@ count_type_elements (tree type, bool allow_flexarr) case ENUMERAL_TYPE: case BOOLEAN_TYPE: case POINTER_TYPE: + /* APPLE LOCAL radar 5732232 - blocks */ + case BLOCK_POINTER_TYPE: case OFFSET_TYPE: case REFERENCE_TYPE: return 1; |