On Wed, Jun 08, 2016 at 04:44:00PM +0200, Christophe Lyon wrote: > I've tried the attached patch (which does only dg-options -> > dg-additional-options). > For GCC, it's better, except that on arm-none-eabi qemu complains about > an illegal instruction when asked to use arm926 and GCC is configured with > the default cpu. Maybe that's because check_vect does not have the expected
check_vect installs a SIGILL handler and if the insn is invalid, excepts a signal to be raised. Is that not the case with qemu? Or is qemu just being too noisy? > <DATE> Christophe Lyon <christophe.l...@linaro.org> > > * gcc.dg/vect/YYY.c: Use dg-additional options instead of dg-options. Please list all the changed tests in the ChangeLog (with : Likewise. for all but the first one). Ok with that change. Jakub