[Bug rtl-optimization/39349] cse_insn has out-of-bounds array access

2009-03-04 Thread amylaar at gcc dot gnu dot org
--- Comment #4 from amylaar at gcc dot gnu dot org 2009-03-05 01:27 --- http://gcc.gnu.org/ml/gcc-patches/2009-03/msg00262.html -- amylaar at gcc dot gnu dot org changed: What|Removed |Added -

[Bug rtl-optimization/39349] cse_insn has out-of-bounds array access

2009-03-02 Thread hjl dot tools at gmail dot com
--- Comment #3 from hjl dot tools at gmail dot com 2009-03-02 19:00 --- FWIW, I defined OImode (512bit) for AVX. It isn't strictly needed by x86 backend. But I had to define it. Otherwise, middle-end isn't happy. -- hjl dot tools at gmail dot com changed: What|Remove

[Bug rtl-optimization/39349] cse_insn has out-of-bounds array access

2009-03-02 Thread amylaar at gcc dot gnu dot org
--- Comment #2 from amylaar at gcc dot gnu dot org 2009-03-02 18:29 --- (In reply to comment #1) > I think this is by defined, you need to include one mode bigger than the > register size. This is done for spu the same way. Where does it say that a port for a target with 128 bit regist

[Bug rtl-optimization/39349] cse_insn has out-of-bounds array access

2009-03-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-03-02 17:39 --- I think this is by defined, you need to include one mode bigger than the register size. This is done for spu the same way. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39349