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: PR rtl-optimization/15248 -- semi-latent reload bug


Jeffrey A Law wrote:
As mentioned in the PR, when we create equivalences between a pseudo
and read-only memory we run the risk of emitting an instruction which
attempts to store into the read-only memory location.  That is clearly
bad since storing into a read-only memory location will typically
generate a segfault.

Jeff, do you have a test case for this? I'm still slightly puzzled by this issue.



Bernd



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