On Tue, Jun 14, 2011 at 11:10:13AM +0200, Eric Botcazou wrote: > > This limits this testcase to i?86/x86_64 (moving to gcc.target/ would > > be harder because it relies on all the weirdo vectorization options to be > > passed), because apparently on strict alignment targets we don't handle > > aligned (1) non-aggregates correctly. Or should it be instead xfailed > > just on selected strict-aligned targets? > > The 6.4.1 release is approaching so please install the patch for now. TIA.
Well, Steve has a patch for non_strict_align effective_target in http://gcc.gnu.org/ml/gcc-patches/2011-06/msg00673.html (with s/strict_align/non_strict_align/g ), I was hoping it would be reviewed and I'd just adjust the testcase to use it as well. Jakub