various small layout corrections
This commit is contained in:
@@ -99,6 +99,11 @@ array_subscript(expr)
|
||||
expr->VL_VALUE = (arith)1;
|
||||
}
|
||||
else
|
||||
if (size == 0) {
|
||||
warning("empty array declaration");
|
||||
expr->VL_VALUE = (arith)-1;
|
||||
}
|
||||
else
|
||||
if (size & ~max_unsigned) { /* absolute ridiculous */
|
||||
expr_error(expr, "overflow in array size");
|
||||
expr->VL_VALUE = (arith)1;
|
||||
|
||||
Reference in New Issue
Block a user