On 12-11-02 10:45 AM, Vladimir Makarov wrote:
The following patch fixes PR55130
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55130
The reason for the crash was in missed processing clobber insn with
pseudo changed on its equivalent memory. It resulted in presence of
the pseudo and in trying to remove equiv initialization insn the
second time.
The patch was successfully bootstrapped on x86/x86-64.
Committed as rev. 193096.
2012-11-02 Vladimir Makarov <vmaka...@redhat.com>
PR middle-end/55150
Sorry, I've made a mistake. It should be PR middle-end/55130. I just
fixed the typo.
* gcc.target/i386/pr55130.c: New test.