function arguments offset computation with -fomit-frame-pointer

Jim Wilson wilson@tuliptree.org
Wed Jul 9 23:00:00 GMT 2003


On Wed, 2003-07-09 at 13:34, Peter Barada wrote:
> Do I only have to care about the pushsi patterns, or do I have to
> worry about all of the patterns that use '<' as a constraint (found 27
> times in m68k.md)?  Also can I use general_no_elim_operand verbatim?

You will probably have to experiment.  The push patterns would be the
main offenders, but it is possible that problems could arise from any
pattern that uses < or > as a constraint.

You will have to copy general_no_elim_operand from i386.c, but you
shouldn't need to modify it.

Jim




More information about the Gcc mailing list