This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

How to mark a single set as not frame related?


Hi,

what's the reason for dwarf2out_frame_debug_expr not caring about
the RTX_FRAME_RELATED_P flag of an insn if it is a simple set. It only draws
the frame related flags of SETs contained in a PARALLEL beginning with the
second into account. A comment mentions backward compatibility as the reason.
I wonder to what it is tried to be compatible here.
Can anybody tell me how a single move of an register to the stack can be marked
as frame unrelated?

Bye,

-Andreas-


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]