On Mon, Mar 06, 2017 at 12:53:38PM +0100, Richard Biener wrote: > I think these are all bugs and should be fixed and thus this checking > is good. > > Of course we'd better not break (too many) targets at this point...
I've tested it today and it passed on all targets I've tried make s-recog on, i.e. i386, arm, aarch64, alpha, avr, cris, hppa, ia64, m32c, m68k, mips, nvptx, rs6000, sparc, sh, s390x. Ok for trunk then? > > 2017-03-03 Jakub Jelinek <ja...@redhat.com> > > > > * genrecog.c (validate_pattern): Add VEC_SELECT validation. > > * genmodes.c (emit_min_insn_modes_c): Call emit_mode_nunits > > and emit_mode_inner. Jakub