diff options
author | Richard Biener <rguenther@suse.de> | 2013-09-03 09:48:27 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2013-09-03 09:48:27 +0000 |
commit | fa3bf4cec95977de0686a8805159aee9c29a5219 (patch) | |
tree | fc13b9f2bb2c5d2345a090558c1f063c86624bcb /gcc/tree-streamer-out.c | |
parent | 6fe66ee84ae1d22a7c6a423ba6bbe0592fe0dc17 (diff) | |
download | gcc-fa3bf4cec95977de0686a8805159aee9c29a5219.zip gcc-fa3bf4cec95977de0686a8805159aee9c29a5219.tar.gz gcc-fa3bf4cec95977de0686a8805159aee9c29a5219.tar.bz2 |
re PR lto/58285 (ICE in lto_output_tree, at lto-streamer-out.c:1318)
2013-09-03 Richard Biener <rguenther@suse.de>
PR lto/58285
* tree-streamer-out.c: Include tm.h.
* Makefile.in (tree-streamer-out.o): Depend on $(TM_H).
From-SVN: r202202
Diffstat (limited to 'gcc/tree-streamer-out.c')
-rw-r--r-- | gcc/tree-streamer-out.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-streamer-out.c b/gcc/tree-streamer-out.c index 98e5cf5..942ba1e 100644 --- a/gcc/tree-streamer-out.c +++ b/gcc/tree-streamer-out.c @@ -22,6 +22,7 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" +#include "tm.h" #include "diagnostic.h" #include "tree.h" #include "tree-streamer.h" |