------- Comment #2 from steven at gcc dot gnu dot org  2010-06-02 09:02 -------
Alright, this hunk is apparently necessary, although I don't see how. Oh well.
I'll put it back.

Index: gimplify.c
===================================================================
--- gimplify.c  (revision 160142)
+++ gimplify.c  (working copy)
@@ -7598,6 +7598,10 @@ gimplify_body (tree *body_p, tree fndecl, bool do_

   timevar_push (TV_TREE_GIMPLIFY);

+  /* Initialize for optimize_insn_for_s{ize,peed}_p possibly called during
+     gimplification.  */
+  default_rtl_profile ();
+
   gcc_assert (gimplify_ctxp == NULL);
   push_gimplify_context (&gctx);


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-06-02 09:02:15
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44373

Reply via email to