PR rtl-optimization/18614
* simplify-rtx.c (simplify_binary_operation): Do not
simplify inner elements of constant arguments of
VEC_CONCAT insn.
testsuite:
* gcc.dg/pr18614-1.c: New test.
From-SVN: r91159
+2004-11-24 Uros Bizjak <uros@kss-loka.si>
+
+ PR rtl-optimization/18614
+ * simplify-rtx.c (simplify_binary_operation): Do not
+ simplify inner elements of constant arguments of
+ VEC_CONCAT insn.
+
2004-11-23 Eric Botcazou <ebotcazou@libertysurf.fr>
Backport from mainline:
}
if (VECTOR_MODE_P (mode)
+ && code != VEC_CONCAT
&& GET_CODE (trueop0) == CONST_VECTOR
&& GET_CODE (trueop1) == CONST_VECTOR)
{
+2004-11-24 Uros Bizjak <uros@kss-loka.si>
+
+ * gcc.dg/pr18614-1.c: New test.
+
2004-11-23 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.dg/setjmp-2.c: New test.