On Thu, Jul 30, 2015 at 04:06:22PM +0100, Alan Lawrence wrote: > James Greenhalgh wrote: > >> > >> (define_mode_attr VRL2 [(V8QI "V32QI") (V4HI "V16HI") > >> (V2SI "V8SI") (V2SF "V8SF") > >> - (DI "V4DI") (DF "V4DF") > >> - (V16QI "V32QI") (V8HI "V16HI") > >> - (V4SI "V8SI") (V4SF "V8SF") > >> - (V2DI "V4DI") (V2DF "V4DF")]) > >> + (DI "V4DI") (DF "V4DF")] > > > > These all look to be missing a closing ')'. > > > > Thanks, > > James > > > > Erm, yes. Clearly that is not the version of the patch I tested....it should > have been the attached. Sorry! > > (bootstrapped + check-gcc on aarch64-none-linux-gnu)
Yup, this one is OK. Thanks, James