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: [PATCH] Add --enable-valgrind-annotations


On Mon, Apr 28, 2014 at 03:47:17PM +0200, Richard Biener wrote:
> On Tue, Mar 18, 2014 at 2:51 PM, Richard Biener <rguenther@suse.de> wrote:
> >
> > This is another patch (well, I've polished it a bit) that was sitting
> > in my local tree for some time.  I've not enabled the ggc-common.c
> > code (I merely want to get rid of the false possitives).
> >
> > Queued for 4.10 unless I'm told otherwise.
> 
> There were no comments sofar - thus, ok for trunk?

Ok.
> > 2014-03-18  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.

	Jakub


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