Commit f3e79ec8 by Andrew MacLeod Committed by Andrew Macleod

darwin.c: Include gimple.h.


	* config/darwin.c: Include gimple.h.
	* config/i386/winnt.c: Likewise.

From-SVN: r204166
parent 5f546e16
2013-10-29 Andrew MacLeod <amacleod@redhat.com>
* config/darwin.c: Include gimple.h.
* config/i386/winnt.c: Likewise.
2013-10-29 Marc Glisse <marc.glisse@inria.fr> 2013-10-29 Marc Glisse <marc.glisse@inria.fr>
PR tree-optimization/19831 PR tree-optimization/19831
...@@ -45,6 +45,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -45,6 +45,7 @@ along with GCC; see the file COPYING3. If not see
#include "df.h" #include "df.h"
#include "debug.h" #include "debug.h"
#include "obstack.h" #include "obstack.h"
#include "gimple.h"
#include "lto-streamer.h" #include "lto-streamer.h"
/* Darwin supports a feature called fix-and-continue, which is used /* Darwin supports a feature called fix-and-continue, which is used
......
...@@ -35,6 +35,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -35,6 +35,7 @@ along with GCC; see the file COPYING3. If not see
#include "ggc.h" #include "ggc.h"
#include "target.h" #include "target.h"
#include "except.h" #include "except.h"
#include "gimple.h"
#include "lto-streamer.h" #include "lto-streamer.h"
/* i386/PE specific attribute support. /* i386/PE specific attribute support.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment