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]

Re: Seeking suggestion


Jamie Prescott <jpresss@yahoo.com> writes:

> But now I get and invalid rtx sharing from the push/pop parallels:

This normally means that you need a copy_rtx somewhere.  Different insns
may not share data structure.

Ian


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