On Dec 15, 2013 6:57 AM, "Hans-Peter Nilsson"
<hans-peter.nils...@axis.com> wrote:
>
> From the revision range 205803:205810 (excluding:including) an
> on, my autotester for cris-elf reports a regression:
>
> Running 
> /tmp/hpautotest-gcc1/gcc/libstdc++-v3/testsuite/libstdc++-dg/conformance.exp 
> ...
> WARNING: program timed out.
> FAIL: 20_util/hash/chi2_quality.cc execution test
>
> This appears to have come from revision r205810.  I can't find
> the discussion

http://gcc.gnu.org/ml/libstdc++/2013-10/msg00233.html

> or approval leading to that commit.

http://gcc.gnu.org/ml/libstdc++/2013-11/msg00098.html


>  It seems
> likely to have been a mistake, perhaps a commit intended for a
> local repository.  Why else increase the workload, without
> discussion with other target maintainers known to risk being
> affected by this change?  The somewhat obvious fix is to just
> revert revision r205810.
>
> CC to committer and author from ChangeLog.
>
> Ok to commit?
>
> libstdc++:
>         * testsuite/20_util/hash/chi2_quality.cc: Revert previous change.
>
> Index: testsuite/20_util/hash/chi2_quality.cc
> ===================================================================
> --- testsuite/20_util/hash/chi2_quality.cc      (revision 205810)
> +++ testsuite/20_util/hash/chi2_quality.cc      (revision 205809)
> @@ -1,7 +1,7 @@
>  // { dg-options "-std=gnu++0x" }
>
>  // Use smaller statistics when running on simulators, so it takes less time.
> -// { dg-options "-std=gnu++0x -DSAMPLES=30000" { target simulator } }
> +// { dg-options "-std=gnu++0x -DSAMPLES=10000" { target simulator } }
>
>  // Copyright (C) 2010-2013 Free Software Foundation, Inc.
>  //
>
> brgds, H-P

Reply via email to