On 09/14/2013 06:41 AM, Jan-Benedict Glaw wrote:
Hi!


I suggest this patch, which fixes an alpha-linux build for me:

2013-09-13  Jan-Benedict Glaw  <jbg...@lug-owl.de>

        * config/alpha.c: Include tree-ssa.h.

diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c
index a8fb929..3759205 100644
--- a/gcc/config/alpha/alpha.c
+++ b/gcc/config/alpha/alpha.c
@@ -50,6 +50,7 @@ along with GCC; see the file COPYING3.  If not see
  #include "splay-tree.h"
  #include "gimple.h"
  #include "tree-flow.h"
+#include "tree-ssa.h"
  #include "tree-stdarg.h"
  #include "tm-constrs.h"
  #include "df.h"


Ok?


It seems a little odd that a target requires the ssa stuff, but I'm fine with this to fix the compile error.
Sorry about that.

Andrew

Reply via email to