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]

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


>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 or approval leading to that commit.  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


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