This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/2166
- To: nobody at gcc dot gnu dot org
- Subject: Re: c++/2166
- From: Gabriel Dos Reis <Gabriel dot Dos-Reis at cmla dot ens-cachan dot fr>
- Date: 18 Apr 2001 08:16:01 -0000
- Cc: gcc-prs at gcc dot gnu dot org,
- Reply-To: Gabriel Dos Reis <Gabriel dot Dos-Reis at cmla dot ens-cachan dot fr>
The following reply was made to PR c++/2166; it has been noted by GNATS.
From: Gabriel Dos Reis <Gabriel.Dos-Reis@cmla.ens-cachan.fr>
To: Mark Mitchell <mark@codesourcery.com>
Cc: Gabriel.Dos-Reis@cmla.ens-cachan.fr, nobody@gcc.gnu.org,
gcc-gnats@gcc.gnu.org, carlo@alinoe.com
Subject: Re: c++/2166
Date: 18 Apr 2001 10:07:09 +0200
Mark Mitchell <mark@codesourcery.com> writes:
| >>>>> "Gabriel" == Gabriel Dos Reis <Gabriel.Dos-Reis@cmla.ens-cachan.fr> writes:
|
| Gabriel> I ran several tests and I think the current scheme is not
| Gabriel> robust enought -- it seems to use very few characters ( <
| Gabriel> 7) to fake uniqueness.
|
| THat should be enough. Each character is chosen at random from 62
| choices, or about 2^6. So, that's (2^6)^7 = 2^42 possible choices,
| plus the input file name.
OK, so I think that should clarify things for Carlo.
-- Gaby