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]

GCC build failure, HEAD@146838 on native


With your recent patch, GCC HEAD revision 146838 had problems on:
native: build (about the same as the previous build)
Attached is build output for those targets.
The previous build was of revision 146832.

Log information for changes since the last build:
------------------------------------------------------------------------
r146837 | matz | 2009-04-27 05:16:00 -0700 (Mon, 27 Apr 2009) | 14 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/cfgexpand.c
   M /trunk/gcc/ssaexpand.h
   M /trunk/gcc/tree-outof-ssa.c
   M /trunk/gcc/tree-ssa-live.h
   M /trunk/gcc/tree-ssa-ter.c

	* ssaexpand.h (struct ssaexpand): Member 'values' is a bitmap.
	(get_gimple_for_ssa_name): Adjust, lookup using SSA_NAME_DEF_STMT.
	* tree-ssa-live.h: (find_replaceable_exprs): Return a bitmap.
	(dump_replaceable_exprs): Take a bitmap.
	* cfgexpand.c (gimple_cond_pred_to_tree): Handle bitmap instead of
	array.
	(expand_gimple_basic_block): Likewise.
	* tree-ssa-ter.c (struct temp_expr_table_d): Make
	replaceable_expressions member a bitmap.
	(free_temp_expr_table): Pass back and deal with bitmap, not gimple*.
	(mark_replaceable): Likewise.
	(find_replaceable_in_bb, dump_replaceable_exprs): Likewise.
	* tree-outof-ssa.c (remove_ssa_form): 'values' is a bitmap.

------------------------------------------------------------------------
r146838 | revitale | 2009-04-27 05:17:09 -0700 (Mon, 27 Apr 2009) | 1 line
Changed paths:
   M /trunk/gcc/testsuite/ChangeLog
   M /trunk/gcc/testsuite/gcc.dg/sms-1.c
   M /trunk/gcc/testsuite/gcc.dg/sms-2.c
   M /trunk/gcc/testsuite/gcc.dg/sms-3.c
   M /trunk/gcc/testsuite/gcc.dg/sms-4.c
   M /trunk/gcc/testsuite/gcc.dg/sms-5.c
   M /trunk/gcc/testsuite/gcc.dg/sms-6.c
   M /trunk/gcc/testsuite/gcc.dg/sms-7.c
   A /trunk/gcc/testsuite/gcc.dg/sms-8.c
   D /trunk/gcc/testsuite/gcc.dg/sms-antideps.c

Add dump file checks for sms tests
------------------------------------------------------------------------

For more information, see <http://gcc.gnu.org/regtest/HEAD/>.

Attachment: native-log.txt
Description: Text document

-- 
Geoffrey Keating <geoffk@apple.com> 
(via an automated GCC regression-testing script.)

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