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, alpha]: Fix PR 40557, ICE on valid code: in extract_insn


On 07/29/2009 09:15 AM, Uros Bizjak wrote:
Hello!

This patch fixes PR target/40577 and also many failures at [1]. For some reason, V8DI operand was not converted to DImode when generating insq_le insn.

2009-07-29 Uros Bizjak <ubizjak@gmail.com>

    PR target/40577
    * config/alpha/alpha.c (alpha_expand_unaligned_store): Convert src
    to DImode when generating insq_le insn.

The patch was tested by James McKelvey on alphaev56-unknown-linux-gnu [2].

Patch was committed to SVN as obvious, will be backported to 4.4 and 4.3.

[1] http://gcc.gnu.org/ml/gcc-testresults/2009-07/msg02192.html
[2] http://gcc.gnu.org/ml/gcc-bugs/2009-07/msg02302.html

Uros.

... and the patch.


Attachment: p.diff.txt
Description: Text document


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