Problem in locate_and_pad_parm

Richard Kenner kenner@vlsi1.ultra.nyu.edu
Wed Oct 18 10:38:00 GMT 2000


Unless ARGS_GROW_DOWNWARD, it only initializes alignment_pad if
in_regs is zero.  But in_regs will be set in the "partial" case
and code in expand_call looks at alignment_pad then and so blows up.

Why is in_regs tested only for the arguments growing in one direction?
That seems wrong.


More information about the Gcc mailing list