https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70007
--- Comment #7 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- Author: ebotcazou Date: Tue Mar 1 22:34:40 2016 New Revision: 233868 URL: https://gcc.gnu.org/viewcvs?rev=233868&root=gcc&view=rev Log: PR rtl-optimization/70007 * gcse.c (compute_ld_motion_mems): Tidy up and also invalidate memory references present in REG_EQUAL notes attached to non-SET patterns. Added: branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/pr70007.c - copied unchanged from r233867, trunk/gcc/testsuite/gcc.target/i386/pr70007.c Modified: branches/gcc-5-branch/gcc/ChangeLog branches/gcc-5-branch/gcc/gcse.c branches/gcc-5-branch/gcc/testsuite/ChangeLog