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]

[PATCH] Invalidate argument slots for const/pure calls


The attached patch fixes PR middle-end/71712.  We need to invalidate the argument slots in
const/pure calls as they are owned by the callee.  The caller can't assume they are preserved
across the call.  Fix is similar to that for PR71532.

Tested on hppa-unknown-linux-gnu.

Okay for trunk?

Dave
--
John David Anglin	dave.anglin@bell.net

Attachment: cselib.c.d.txt
Description: Text document


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