aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c
index ea09283..080345f 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -4821,7 +4821,7 @@ assign_parms (tree fndecl)
}
else if (GET_CODE (entry_parm) == PARALLEL)
;
- else if (PARM_BOUNDARY % BITS_PER_WORD != 0)
+ else if (size != 0 && PARM_BOUNDARY % BITS_PER_WORD != 0)
abort ();
mem = validize_mem (stack_parm);