This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: revert libstdc++ r205810: simulator workload increase caused regression


> From: Hans-Peter Nilsson <hp@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]