From: Martin Liska Date: Mon, 1 Jun 2015 13:53:10 +0000 (+0200) Subject: Fix pool_allocator fallback. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d88e64a6f4d4befc0d20435c81d4de6e81da5748;p=gcc.git Fix pool_allocator fallback. * sched-deps.c: Include pool-alloc.h before cselib.h header file is included. From-SVN: r223978 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 28cfe8bca61..d794cee87ec 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-06-01 Martin Liska + + * sched-deps.c: Include pool-alloc.h before + cselib.h header file is included. + 2015-06-01 Richard Biener * tree-ssa-structalias.c (ipa_pta_execute): Handle address-taken diff --git a/gcc/sched-deps.c b/gcc/sched-deps.c index f65431116f1..1671ccd501b 100644 --- a/gcc/sched-deps.c +++ b/gcc/sched-deps.c @@ -54,6 +54,7 @@ along with GCC; see the file COPYING3. If not see #include "basic-block.h" #include "sched-int.h" #include "params.h" +#include "alloc-pool.h" #include "cselib.h" #include "ira.h" #include "target.h"