[PATCH] Fix PR54219

2012-08-10 Thread Richard Guenther
This fixes an error I introduced when making the VECTOR_CST representation changes. Bootstrap and regtest pending on x86_64-unknown-linux-gnu. Richard. 2012-08-10 Richard Guenther rguent...@suse.de PR middle-end/54219 * fold-const.c (fold_ternary_loc): Do not reverse the

Re: [PATCH] Fix PR54219

2012-08-10 Thread Jakub Jelinek
On Fri, Aug 10, 2012 at 01:07:33PM +0200, Richard Guenther wrote: This fixes an error I introduced when making the VECTOR_CST representation changes. Bootstrap and regtest pending on x86_64-unknown-linux-gnu. The test fails on i686-linux and guess many other targets, passing vector types as

Re: [PATCH] Fix PR54219

2012-08-10 Thread Richard Henderson
On 2012-08-10 09:09, Jakub Jelinek wrote: * gcc.dg/torture/vector-shuffle1.c (f): Pass vectors indirectly to avoid warnings. Ok. r~