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. > Committed both patches to trunk. I get some fallout for tilepro-linux, see http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=21851 . This fixes it: 2013-10-22 Jan-Benedict Glaw <jbg...@lug-owl.de> * config/tilepro/tilepro.c: Include "tree.h". diff --git a/gcc/config/tilepro/tilepro.c b/gcc/config/tilepro/tilepro.c index 99ce5a0..12adda3 100644 --- a/gcc/config/tilepro/tilepro.c +++ b/gcc/config/tilepro/tilepro.c @@ -40,6 +40,7 @@ #include "function.h" #include "dwarf2.h" #include "timevar.h" +#include "tree.h" #include "gimple.h" #include "cfgloop.h" #include "tilepro-builtins.h" Ok? MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: "really soon now": an unspecified period of time, likly to the second : be greater than any reasonable definition of "soon".
signature.asc
Description: Digital signature