Re: [PATCH] Document tree.h flags more, fixup valgrind alloc-pool.c

2012-08-21 Thread Richard Guenther
On Tue, 21 Aug 2012, Richard Guenther wrote: > > Testing in progress. > > Richard. > > 2012-08-21 Richard Guenther > > * alloc-pool.c (pool_alloc): Fix valgrind annotation. > * tree.h: Complete flags documentation. > (CLEANUP_EH_ONLY): Check documented allowed tree codes.

[PATCH] Document tree.h flags more, fixup valgrind alloc-pool.c

2012-08-21 Thread Richard Guenther
Testing in progress. Richard. 2012-08-21 Richard Guenther * alloc-pool.c (pool_alloc): Fix valgrind annotation. * tree.h: Complete flags documentation. (CLEANUP_EH_ONLY): Check documented allowed tree codes. Index: gcc/alloc-pool.c ===