This is the mail archive of the gcc-regression@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]

Regression for lno on i686-pc-linux-gnu


2 new FAIL's (22 total) have appeared for i686-pc-linux-gnu:
    g++.sum g++.old-deja/g++.other/unchanging1.C
    gcc.sum gcc.misc-tests/gcov-4.c
These tests passed the last time they were ran.

Attached are the ChangeLogs since the previous run.  Possibly a patch with
your name on it has caused the problem(s).


The full transcript is at http://www.devphil.com/build/
Specific problem logs are at http://www.devphil.com/build/reports/tests-lno/

Host was an x86-type system.  Target was specified as i686-pc-linux-gnu.

This particular run used standard (previously installed) binutils.

This email is generated by a machine, not sent from a person.  If you think
it's been sent to you in error, please see the gcc-regression list archives
for possible followup discussion; this could be legitimate or it could be a
false positive.  Also watch for email from the other regression testers and
check the logs from the known autobuilders.

If you write a response, please respect the Reply-To: header.


With love,
The Autocrasher (Phil's Builder Bot, version 2.1)

=========================================================================

diff -u1r previous/CL/gcc/ChangeLog.lno current/CL/gcc/ChangeLog.lno
--- previous/CL/gcc/ChangeLog.lno	2004-07-14 15:05:13.000000000 -0400
+++ current/CL/gcc/ChangeLog.lno	2004-07-20 06:45:06.000000000 -0400
@@ -1 +1,46 @@
+2004-07-19  Olga Golovanevsky <olga@il.ibm.com>
+
+	* tree-ssa-loop-manip.c (tdlte_copy_phi_nodes): Do not create phi nodes.
+	(tree_duplicate_loop_to_exit_cfg): Fix in treating dominators. 
+	* tree-vectorizer.c (vect_gen_if_guard, vect_transform_loop): The same.
+
+2004-07-19  Olga Golovanevsky <olga@il.ibm.com>
+
+	* tree-ssa-loop-manip.c (tree_duplicate_loop_to_exit):
+	Execute tdlte_rename_variables_in_loop after fixing phi nodes.
+	* tree-vectorizer.c (vect_update_initial_conditions_of_duplic):
+	Bug fix (index j instead of index i).
+	(vect_analyze_operations): Re-enable unknown loop bound support 
+	in vectorizer.  
+
+2004-07-19  Dorit Naishlos  <dorit@il.ibm.com>
+
+	* tree-vectorizer.c (vect_create_data_ref): Added arguments when
+	building and ARRAY_REF expression.
+
+2004-07-18  Sebastian Pop  <pop@cri.ensmp.fr>
+
+	Merge from mainline (lno-merge-20040718).
+
+2004-07-17  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
+
+	* Makefile.in (tree-cfg.o): Add CFGLAYOUT_H dependency.
+	* loop-init.c (loop_optimizer_init, loop_optimizer_finalize): Do not
+	free the dominators.
+	* passes.c (rest_of_handle_loop2): Free the dominators.
+	* sched-rgn.c (compute_trg_info): Initialize fields of variable el.
+	* tree-cfg.c: Include cfglayout.h.
+	(tree_duplicate_bb): Copy also phi nodes.
+	(struct ssa_name_map_entry): New type.
+	(collect_defs, add_phi_args_after_copy, ssa_name_map_entry_hash,
+	ssa_name_map_entry_eq, allocate_ssa_names,
+	rewrite_to_new_ssa_names_def, rewrite_to_new_ssa_names_use,
+	rewrite_to_new_ssa_names, tree_duplicate_sese_region): New functions.
+	* tree-flow.h (tree_duplicate_sese_region): Declare.
+	* tree-ssa-loop-ch.c (mark_defs_for_rewrite, duplicate_blocks): Removed.
+	(copy_loop_headers): Use tree_duplicate_sese_region.
+	* tree-ssa-loop-manip.c (copy_phi_nodes): Only copy the phi node
+	arguments.
+	* tree-ssa-pre.c (gate_pre): Disable the optimization.
+
 2004-07-14  Dorit Naishlos <dorit@il.ibm.com>


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