Re: [IA-64] Fix gcc.dg/torture/vshuf-v8qi.c

2015-03-03 Thread Richard Biener
On Tue, Mar 3, 2015 at 9:56 AM, Eric Botcazou ebotca...@adacore.com wrote: Hi, the test fails at -O2 because of the assertion recently added to gen_reg_rtx that crtl-emit.regno_pointer_align_length is non-zero. Now the function expand_vec_perm_interleave_2 can be invoked at the GIMPLE level

[IA-64] Fix gcc.dg/torture/vshuf-v8qi.c

2015-03-03 Thread Eric Botcazou
Hi, the test fails at -O2 because of the assertion recently added to gen_reg_rtx that crtl-emit.regno_pointer_align_length is non-zero. Now the function expand_vec_perm_interleave_2 can be invoked at the GIMPLE level in testing mode and crtl-emit is not initialized by that time. Tested on