From bc3bf7759474bd2434b1f0997f9857ef2b898df3 Mon Sep 17 00:00:00 2001 From: jbglaw Date: Tue, 22 Oct 2013 13:19:18 +0000 Subject: [PATCH] 2013-10-22 Jan-Benedict Glaw * config/tilepro/tilepro.c: Include "tree.h". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203924 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/config/tilepro/tilepro.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5b53484..cfb6187 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-10-22 Jan-Benedict Glaw + + * config/tilepro/tilepro.c: Include "tree.h". + 2013-10-22 Andreas Schwab * config/m68k/m68k.c (notice_update_cc): Handle register conflict 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" -- 2.7.4