Re: [PATCH] Fix PR 48143

2011-03-21 Thread Andrey Belevantsev
On 21.03.2011 18:12, Uros Bizjak wrote: 2011/3/21 Andrey Belevantsev: Hello, As noted in the PR audit trail, the scheduler crashes for this bug because we see an SSE insn without proper reservation. Uros has pointed several such insns to me. The following patch adding athlon_decode attributes

Re: [PATCH] Fix PR 48143

2011-03-21 Thread Uros Bizjak
2011/3/21 Andrey Belevantsev : > Hello, > > As noted in the PR audit trail, the scheduler crashes for this bug because > we see an SSE insn without proper reservation.  Uros has pointed several > such insns to me.  The following patch adding athlon_decode attributes is > bootstrapped and tested on

[PATCH] Fix PR 48143

2011-03-21 Thread Andrey Belevantsev
Hello, As noted in the PR audit trail, the scheduler crashes for this bug because we see an SSE insn without proper reservation. Uros has pointed several such insns to me. The following patch adding athlon_decode attributes is bootstrapped and tested on x86_64. Uros, you have preapproved t