projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b1db76
)
Fix pool_allocator fallback.
author
Martin Liska
<mliska@suse.cz>
Mon, 1 Jun 2015 13:53:10 +0000
(15:53 +0200)
committer
Martin Liska
<marxin@gcc.gnu.org>
Mon, 1 Jun 2015 13:53:10 +0000
(13:53 +0000)
* sched-deps.c: Include pool-alloc.h before
cselib.h header file is included.
From-SVN: r223978
gcc/ChangeLog
patch
|
blob
|
history
gcc/sched-deps.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 28cfe8bca616118509dd9adad689dc7f2431425c..d794cee87ecf943207e8e8daea5c40d80d555914 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,8
@@
+2015-06-01 Martin Liska <mliska@suse.cz>
+
+ * sched-deps.c: Include pool-alloc.h before
+ cselib.h header file is included.
+
2015-06-01 Richard Biener <rguenther@suse.de>
* tree-ssa-structalias.c (ipa_pta_execute): Handle address-taken
diff --git
a/gcc/sched-deps.c
b/gcc/sched-deps.c
index f65431116f16594f6717f64d973390ea77e5bb12..1671ccd501ba757091687c337d3679c5550f7153 100644
(file)
--- 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"