GCC build failure, HEAD@146838 on native

regress regress@apple.com
Mon Apr 27 12:46:00 GMT 2009


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/>.

-------------- next part --------------
{standard input}:193:non-relocatable subtraction expression, "LC1" minus "L00000000001$pb"
{standard input}:193:symbol: "L00000000001$pb" can't be undefined in a subtraction expression
{standard input}:175:non-relocatable subtraction expression, "LC0" minus "L00000000001$pb"
{standard input}:175:symbol: "L00000000001$pb" can't be undefined in a subtraction expression
{standard input}:174:non-relocatable subtraction expression, "LC0" minus "L00000000001$pb"
{standard input}:174:symbol: "L00000000001$pb" can't be undefined in a subtraction expression
{standard input}:135:non-relocatable subtraction expression, "LC2" minus "L00000000001$pb"
{standard input}:135:symbol: "L00000000001$pb" can't be undefined in a subtraction expression
{standard input}:131:non-relocatable subtraction expression, "LC2" minus "L00000000001$pb"
{standard input}:131:symbol: "L00000000001$pb" can't be undefined in a subtraction expression
{standard input}:unknown:Undefined local symbol L00000000001$pb
make[5]: *** [_floatdisf.o] Error 1
make[4]: *** [multi-do] Error 1
make[3]: *** [all-multi] Error 2
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [all-stage1-target-libgcc] Error 2
make[1]: *** [stage1-bubble] Error 2
make: *** [bootstrap] Error 2
+ '[' -s .bad_compare ']'
+ exit 1
-------------- next part --------------

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


More information about the Gcc-regression mailing list