This is the mail archive of the gcc-patches@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: reload inheritance error breaks openssl on s390


Alexandre Oliva <aoliva@redhat.com> writes:
> After pondering on a solution for a bit, I realized the MEM_EXPRs
> would be carried over from the REG_EXPRs in the original pseudo, so we
> might as well just compare them to tell whether we're addressing the
> slot for the same pseudo.  I hope this is safe enough.  Failing that,
> we might have to fold the rtx, special-case this particular situation,
> or perhaps PLUS handling or somesuch.

What about pseudos that are not associated with a source-level
value (and thus have no REG_EXPR)?  Couldn't the same problem affect
those pseudos too?

Richard


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