This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/11364] half of permutations missing
- From: "falk at debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Jun 2003 11:57:49 -0000
- Subject: [Bug libstdc++/11364] half of permutations missing
- References: <20030629013049.11364.craie@acm.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11364
falk at debian dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
------- Additional Comments From falk at debian dot org 2003-06-29 11:57 -------
I still can't see the bug. I get:
1 gives 1 permutations.
2 gives 2 permutations.
3 gives 6 permutations.
4 gives 24 permutations.
5 gives 60 permutations.
6 gives 360 permutations.
7 gives 2520 permutations.
8 gives 20160 permutations.
9 gives 181440 permutations.
10 gives 1814400 permutations.
which seems correct to me. Which line is wrong? Which permutation is missing?