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)
commitde6a560804ad384b70a8697fcba8d0dc632e3382
tree8941f01bf17b8ef7db18da364a4aa45f75a1f63d
parent91952132ebb4f0adadf617af5dce4ecb03509591
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
gcc/ChangeLog
gcc/gimplify.c