This is the mail archive of the gcc-bugs@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]

[Bug rtl-optimization/70263] [4.9/5/6 Regression] ICE at -O1 and above in both 32-bit and 64-bit modes on x86_64-linux-gnu (segmentation fault)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70263

--- Comment #7 from Jeffrey A. Law <law at redhat dot com> ---
In all the cases where we can have the store before the equiv we're in the
realm of undefined behavior AFAICT.  But it's not clear to me that the equiv
will always be a self-referencing.

So your patch will almost certainly fix this instance, but I'm not sure it'll
fix it in the more general case.

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