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: patch to fix PR55130


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 <vmakarov@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.




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