From: marxin Date: Mon, 1 Jun 2015 13:53:10 +0000 (+0000) Subject: Fix pool_allocator fallback. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f85e1e3e5fbf768001fee28564f2d3fb5e5d352;p=thirdparty%2Fgcc.git Fix pool_allocator fallback. * sched-deps.c: Include pool-alloc.h before cselib.h header file is included. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223978 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 28cfe8bca616..d794cee87ecf 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 f65431116f16..1671ccd501ba 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"