On Tue, Oct 22, 2013 at 4:22 AM, Jan-Benedict Glaw <jbg...@lug-owl.de> wrote: > On Mon, 2013-10-21 15:36:49 -0400, Diego Novillo <dnovi...@google.com> wrote: >> Can anyone think of some way that we can use to automatically block >> inclusions of tree.h from header files? Code review is the only way >> that comes to mind. > > Grep once, then install a commit hook.
Hm, that may work. Thanks. > I get some fallout for tilepro-linux, see > http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=21851 . Sorry about that. I missed it in my testing because tilepro-linux-gnu fails early in libcpp with: ../../../gcc/libcpp/macro.c:2965:58: error: format not a string literal and no format arguments [-Werror=format-security] ../../../gcc/libcpp/macro.c:2978:58: error: format not a string literal and no format arguments [-Werror=format-security] > This fixes it: > > 2013-10-22 Jan-Benedict Glaw <jbg...@lug-owl.de> > > * config/tilepro/tilepro.c: Include "tree.h". Sure. It qualifies as obvious. Thanks. Diego.