I've committed this to fix trunk build breakage for PTX targets.
nathan
2016-08-29 Nathan Sidwell <nat...@acm.org> * config/nvptx/nvptx.c: #include tree-vrp.h. Index: config/nvptx/nvptx.c =================================================================== --- config/nvptx/nvptx.c (revision 239819) +++ config/nvptx/nvptx.c (working copy) @@ -60,6 +60,7 @@ #include "internal-fn.h" #include "gimple-iterator.h" #include "stringpool.h" +#include "tree-vrp.h" #include "tree-ssa-operands.h" #include "tree-ssanames.h" #include "gimplify.h"