r196469 - in /trunk/gcc: ChangeLog c-family/Cha...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Tue Mar 5 15:51:00 GMT 2013


Author: jakub
Date: Tue Mar  5 15:51:48 2013
New Revision: 196469

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196469
Log:
	PR middle-end/56461
	* ggc-common.c (gt_pch_save): For ENABLE_VALGRIND_CHECKING,
	if VALGRIND_GET_VBITS is defined, temporarily make object
	memory all defined, and restore previous valgrind addressability
	and definability afterwards.  Free this_object at the end.

	* c-pch.c (pch_init): Free target_validity at the end.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c-pch.c
    trunk/gcc/ggc-common.c



More information about the Gcc-cvs mailing list