]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Index...
authorAndrew MacLeod <amacleod@redhat.com>
Thu, 10 Oct 2013 13:08:50 +0000 (13:08 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Thu, 10 Oct 2013 13:08:50 +0000 (13:08 +0000)
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

gcc/ChangeLog
gcc/gimplify.c

index 901af0bbf0dbb2e50d14a19a198547b1074d5d47..61efb9e674f2ef1af67dea9ba47f3cf7823c7bb1 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 95287be5a24ebdee7aa15d2e0cd8deb1123dba7a..449e6eebc61ca66ec65c85591c19b2b55c33ed4e 100644 (file)
@@ -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
 {