> From: Hans-Peter Nilsson <h...@axis.com> > Date: Sun, 15 Dec 2013 15:20:48 +0100
> +// { dg-options "-std=gnu++0x -DSAMPLES=30000" { target { { arm*-* } && > simulator } } } > +// { dg-options "-std=gnu++0x -DSAMPLES=10000" { target simulator } } JFTR, I managed to have two bugs here: 1 - the target tuple (unless being an "effective target") must match "*-*-*". 2 - the *last* matching line is used. But as mentioned, I'd prefer to split chi2_quality.cc into (five) separate tests, if a maintainer would be ok with that. brgds, H-P