This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa] Bootstrap failure on i686-linux



On Monday, Sep 1, 2003, at 18:42 US/Pacific, Diego Novillo wrote:


On Mon, 2003-09-01 at 19:38, Paul Brook wrote:
I've been getting bootstrap failures for tree-ssa branch since about friday
last week.


This one seems to have been caused by one of these changes:


Most likely this one, I think I have a fix, the problem is that init_function_start is called
too early for tree-ssa before starting of the rtl emitting starts so cfun->emit is NULL.
Note these are really merges from the mainline:
+2003-08-29  Richard Henderson  <rth@redhat.com>
+
+        * function.c (allocate_struct_function): New, split out of ...
+        (prepare_function_start, init_function_start): ... here.
+        * expr.c (init_expr): Use ggc_alloc_cleared.
+        * stmt.c (init_stmt_for_function): Likewise.
+        * tree.h (allocate_struct_function): Declare.

Andrew Pinski



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]