From: Andrew MacLeod Date: Thu, 10 Oct 2013 13:08:50 +0000 (+0000) Subject: Index... X-Git-Tag: releases/gcc-4.9.0~3616 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de6a560804ad384b70a8697fcba8d0dc632e3382;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 901af0bbf0db..61efb9e674f2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-10-10 Andrew MacLeod + + * gimplify.c: Include expr.h and tm_p.h for targets with special va-arg + padding requirements. + 2013-10-10 Andrew MacLeod * tree-flow.h: Move some prototypes to gimple.h. diff --git a/gcc/gimplify.c b/gcc/gimplify.c index 95287be5a24e..449e6eebc61c 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 {