r209861 - in /trunk/gcc: ChangeLog alloc-pool.c...

rguenth@gcc.gnu.org rguenth@gcc.gnu.org
Mon Apr 28 14:01:00 GMT 2014


Author: rguenth
Date: Mon Apr 28 14:01:40 2014
New Revision: 209861

URL: http://gcc.gnu.org/viewcvs?rev=209861&root=gcc&view=rev
Log:
2014-04-28  Richard Biener  <rguenther@suse.de>

	* configure.ac: Do valgrind header checks unconditionally.
	Add --enable-valgrind-annotations.
	* system.h: Guard valgrind header inclusion with
	ENABLE_VALGRIND_ANNOTATIONS instead of ENABLE_VALGRIND_CHECKING.
	* alloc-pool.c (pool_alloc, pool_free): Use
	ENABLE_VALGRIND_ANNOTATIONS instead of ENABLE_VALGRIND_CHECKING
	to guard possibly dead code.
	* config.in: Regenerated.
	* configure: Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/alloc-pool.c
    trunk/gcc/config.in
    trunk/gcc/configure
    trunk/gcc/configure.ac
    trunk/gcc/system.h



More information about the Gcc-cvs mailing list