r176949 - in /branches/google/gcc-4_6/gcc: Chan...

delesley@gcc.gnu.org delesley@gcc.gnu.org
Fri Jul 29 18:49:00 GMT 2011


Author: delesley
Date: Fri Jul 29 18:49:06 2011
New Revision: 176949

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176949
Log:

This patch fixes a bug in pointer_set.c, where removing a pointer from
a pointer set would corrupt the hash table if the pointer was involved
in any hash collisions.

2011-7-26  DeLesley Hutchins  <delesley@google.com>

        * gcc/pointer-set.c (pointer_set_delete)  bugfix for case of
        hash collisions


Modified:
    branches/google/gcc-4_6/gcc/ChangeLog.annotalysis
    branches/google/gcc-4_6/gcc/pointer-set.c



More information about the Gcc-cvs mailing list