This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[tree-ssa] Another bootstrap failure. Branch is now closed.
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Jan Hubicka <jh at suse dot cz>, Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Sun, 09 Nov 2003 11:26:40 -0500
- Subject: [tree-ssa] Another bootstrap failure. Branch is now closed.
- Organization: Red Hat Canada
Yet another bootstrap failure. Could you folks *please* be more
careful?
The branch is now closed until all these bootstrap problems are
straightened out.
Diego.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[4]: *** [new_op.lo] Error 1
make[4]: Leaving directory `/dorothy/dnovillo/sbox/tree-ssa-branch/bld.dorothy/alphaev67-unknown-linux-gnu/libstdc++-v3/libsupc++'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/dorothy/dnovillo/sbox/tree-ssa-branch/bld.dorothy/alphaev67-unknown-linux-gnu/libstdc++-v3'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/dorothy/dnovillo/sbox/tree-ssa-branch/bld.dorothy/alphaev67-unknown-linux-gnu/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/dorothy/dnovillo/sbox/tree-ssa-branch/bld.dorothy'
make: *** [bootstrap] Error 2
diff -r -dupN -x '*.1' -x '*.7' -x '*.info*' -x '.#*' -x '*.rej' -x '*.orig' -x CVS -x autom4te.cache -x '*-parse.c' -x '*-parse.y' -x 'gengtype-*.c' -x 'gengtype-*.h' -x '*/java/parse-scan.c' -x '*/java/parse.c' -x '*/treelang/lex.c' -x '*/treelang/parse.*' gcc.prev/gcc/ChangeLog.tree-ssa gcc/gcc/ChangeLog.tree-ssa
--- gcc.prev/gcc/ChangeLog.tree-ssa 2003-11-07 08:02:06.000000000 -0500
+++ gcc/gcc/ChangeLog.tree-ssa 2003-11-08 21:35:15.000000000 -0500
@@ -1,3 +1,41 @@
+2003-11-08 Jan Hubicka <jh@suse.cz>
+
+ * fold.c (nondestructive_fold_binary_to_constant): Fix typo.
+ * fold-const.c (fold_relational_const): Check for side effects.
+
+2003-11-07 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
+
+ * basic-block.h (create_bb): Declaration changed.
+ * tree-cfg.c (create_bb): Enable creating a block on specified place.
+ (make_blocks, tree_split_edge, tree_make_forwarder_block): Use it.
+ (tree_verify_flow_info): Check bbs are in the correct order.
+
+ * tree-cfg.c (find_unreachable_blocks): Remove now incorrect comments.
+
+ * tree-ssa.c (rewrite_out_of_ssa): Don't remove annotations from
+ statements before the final dump.
+
+2003-11-07 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
+
+ * tree-tailcall.c (struct tailcall): New.
+ (bb_optimize_tail_calls, find_tail_call_p): Removed.
+ (eliminate_tail_call): Get the tailcall from the struct tailcall.
+ (optimize_tail_call, find_tail_calls): New.
+ (tree_optimize_tail_calls): Use them.
+
+2003-11-07 Jan Hubicka <jh@suse.cz>
+
+ * gimple-low.c (simple_goto_p): Move to...
+ * tree-cfg.c: (simple_goto_p): ... here;
+ (nonlocal_goto_p): New.
+ (is_computed_goto): Rename to ...
+ (computed_goto_p): ... this; make global.
+ (factor_computed_gotos, make_blocks): Update calls.
+ (make_ctrl_stmt_edges): Add edge for nonlocal labels; use new functions.
+ * tree-flow.h (is_coputed_goto): Kill.
+ (nonlocal_goto_p, simple_goto_p, computed_goto_p): Declare.
+ * tree-ssa-ccp (visit_stmt): Update.
+
2003-11-07 Jan Hubicka <jh@suse.cz>
* fold-const.c (tree_expr_nonzero_p): Fix typo.