aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew MacLeod <amacleod@redhat.com>2013-10-10 13:08:50 +0000
committerAndrew Macleod <amacleod@gcc.gnu.org>2013-10-10 13:08:50 +0000
commitde6a560804ad384b70a8697fcba8d0dc632e3382 (patch)
tree8941f01bf17b8ef7db18da364a4aa45f75a1f63d
parent91952132ebb4f0adadf617af5dce4ecb03509591 (diff)
downloadgcc-de6a560804ad384b70a8697fcba8d0dc632e3382.zip
gcc-de6a560804ad384b70a8697fcba8d0dc632e3382.tar.gz
gcc-de6a560804ad384b70a8697fcba8d0dc632e3382.tar.bz2
Index...
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
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/gimplify.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 901af0b..61efb9e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
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.
(gimple_fold_indirect_ref): Move prototype to gimple-fold.h.
* gimple.h: Relocate some prototypes from tree-flow.h
diff --git a/gcc/gimplify.c b/gcc/gimplify.c
index 95287be..449e6ee 100644
--- a/gcc/gimplify.c
+++ b/gcc/gimplify.c
@@ -46,6 +46,8 @@ along with GCC; see the file COPYING3. If not see
#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
{