------- Comment #5 from rguenth at gcc dot gnu dot org  2007-01-29 16:16 -------
I'm testing the following:

Index: passes.c
===================================================================
*** passes.c    (revision 121287)
--- passes.c    (working copy)
*************** execute_one_pass (struct tree_opt_pass *
*** 1054,1059 ****
--- 1054,1062 ----
        dump_file = NULL;
      }

+   /* Reset in_gimple_form to not break non-unit-at-a-time mode.  */
+   in_gimple_form = false;
+ 
    return true;
  }



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rguenth at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2006-12-28 03:05:44         |2007-01-29 16:16:29
               date|                            |


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

Reply via email to