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: Convert more non-GTY htab_t to hash_table.


On Tue, Oct 2, 2012 at 12:10 PM, Lawrence Crowl <crowl@googlers.com> wrote:
> On 10/2/12, Richard Guenther <rguenther@suse.de> wrote:
>>
>> You are changing a hashtable used by fold checking, did you test
>> with fold checking enabled?
>
> I didn't know I had to do anything beyond the normal make check.
> What do I do?

Fold checking is not enabled by default because of high overhead and
general pointlessness.  To enable it, when you run configure, use
--enable-checking=yes,fold.

Ian


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