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 c++/79232] [7 Regression] error: invalid rhs for gimple memory store


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

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 40607
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40607&action=edit
gcc7-pr79232.patch

This patch (totally untested) implements it and fixes the ICE with both the
original reduced testcase and the one with the visible side-effects.  If that
is the way to go, I'll need to add more testcases.

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