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, rtl]: Change VEC_* expressions to RTX_EXTRA class.


On 5/27/07, Uros Bizjak <ubizjak@gmail.com> wrote:

There are a couple of new failure exposed by new i386 SSE tests [1],
that appear on k8 target. Compiling gcc.target/i386/sse2-vec-6.c with
-O2 -march=k8 results in:

sse2-vec-6.c: In function 'sse2_test':
sse2-vec-6.c:69: internal compiler error: in expand_simple_binop, at
optabs.c:1214
Please submit a full bug report <etc...>

2007-05-27 Uros Bizjak <ubizjak@gmail.com>

* rtl.def (VEC_MERGE): Change to RTX_EXTRA class.
(VEC_SELECT): Ditto.
(VEC_CONCAT): Ditto.
(VEC_DUPLICATE): Ditto.

Actually, this patch will only cover real problem, filled as PR rtl-optimization/32123.

Uros.


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