Index: gimplify.c
===================================================================
*** gimplify.c (revision 203357)
--- gimplify.c (working copy)
*************** along with GCC; see the file COPYING3.
*** 46,51 ****
--- 46,53 ----
#include "langhooks-def.h" /* FIXME: for lhd_set_decl_assembler_name */
#include "tree-pass.h" /* FIXME: only for PROP_gimple_any */
#include "tree-mudflap.h"
+ #include "expr.h"
+ #include "tm_p.h"
enum gimplify_omp_var_data
{
From-SVN: r203373
+2013-10-10 Andrew MacLeod <amacleod@redhat.com>
+
+ * gimplify.c: Include expr.h and tm_p.h for targets with special va-arg
+ padding requirements.
+
2013-10-10 Andrew MacLeod <amacleod@redhat.com>
* tree-flow.h: Move some prototypes to gimple.h.
#include "langhooks-def.h" /* FIXME: for lhd_set_decl_assembler_name */
#include "tree-pass.h" /* FIXME: only for PROP_gimple_any */
#include "tree-mudflap.h"
+#include "expr.h"
+#include "tm_p.h"
enum gimplify_omp_var_data
{