1 new GCC HEAD@172016 regression

regress regress@apple.com
Wed Apr 6 11:16:00 GMT 2011


With your recent patch, GCC HEAD revision 172016 had problems on:
native: regress-18 (1 NEW failures)
The previous build was of revision 171990.

Regressions for native:
old   g++.sum g++.dg/eh/simd-3.C
old   g++.sum g++.dg/eh/simd-4.C
old   gcc.sum gcc.c-torture/execute/20040811-1.c
old   gcc.sum gcc.c-torture/execute/pr22061-4.c
old   gcc.sum gcc.dg/20020103-1.c
old   gcc.sum gcc.dg/sms-2.c
old   gcc.sum gcc.dg/sms-3.c
old   gcc.sum gcc.dg/sms-4.c
old   gcc.sum gcc.dg/sms-5.c
old   gcc.sum gcc.dg/sms-6.c
old   gcc.sum gcc.dg/sms-7.c
old   gcc.sum gcc.dg/vect/pr38529.c
old   gcc.sum gcc.target/powerpc/405-dlmzb-strlen-1.c
old   gcc.sum gcc.target/powerpc/440-dlmzb-strlen-1.c
old   gcc.sum gcc.target/powerpc/ppc-vector-memcpy.c
NEW   libjava.sum Thread_Sleep_2
old   libstdc++.sum ext/mt_allocator/deallocate_global_thread-1.cc
old   libstdc++.sum ext/mt_allocator/deallocate_global_thread-3.cc

Log information for changes since the last build:
------------------------------------------------------------------------
r171992 | froydnj | 2011-04-05 10:20:44 -0700 (Tue, 05 Apr 2011) | 7 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/gcse.c

	* gcse.c (modify_mem_list): Convert to an array of VECs.
	(canon_modify_mem_list, compute_transp): Tweak formatting.
	(alloc_gcse_mem): Likewise.  Adjust for modify_mem_list change.
	(load_killed_in_block_p): Likewise.
	(record_last_mem_set_info): Likewise.
	(clear_modify_mem_tables): Likewise.

------------------------------------------------------------------------
r171993 | froydnj | 2011-04-05 10:24:06 -0700 (Tue, 05 Apr 2011) | 15 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/Makefile.in
   M /trunk/gcc/combine.c

	* combine.c: Include obstack.h.
	(struct insn_link): Define.
	(uid_log_links): Adjust type.
	(FOR_EACH_LOG_LINK): New macro.
	(insn_link_obstack): Declare.
	(alloc_insn_link): Define.
	(create_log_links): Call it.  Use FOR_EACH_LOG_LINK and adjust
	type of link variables.
	(find_single_use, insn_a_feeds_b, combine_instructions): Likewise.
	(try_combine, record_promoted_values, distribute_notes): Likewise.
	(distribute_links): Likewise.  Tweak prototype.
	(clear_log_links): Delete.
	(adjust_for_new_dest): Call alloc_insn_link.
	* Makefile.in (combine.o): Depend on $(OBSTACK_H).

------------------------------------------------------------------------
r171994 | steven | 2011-04-05 11:15:04 -0700 (Tue, 05 Apr 2011) | 3 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/cprop.c

	PR middle-end/48441
	* cprop.c (one_cprop_pass): Do not mark_oprs_set of deleted insns.

------------------------------------------------------------------------
r171995 | froydnj | 2011-04-05 11:36:15 -0700 (Tue, 05 Apr 2011) | 5 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/combine.c

fix compilation on AUTO_INC_DEC targets
	* combine.c (combine_instructions) [AUTO_INC_DEC]: Declare links
	as an rtx.
	(try_combine) [AUTO_INC_DEC]: Declare a local link rtx.

------------------------------------------------------------------------
r171996 | rwild | 2011-04-05 12:05:27 -0700 (Tue, 05 Apr 2011) | 4 lines
Changed paths:
   M /trunk/ChangeLog
   M /trunk/config.sub

Sync config.sub from upstream.

/:
	* config.sub: Sync from upstream.
------------------------------------------------------------------------
r171998 | froydnj | 2011-04-05 12:33:49 -0700 (Tue, 05 Apr 2011) | 4 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/combine.c

	PR bootstrap/48469
	* combine.c (combine_instructions): #ifdef AUTO_INC_DEC links
	declaration.

------------------------------------------------------------------------
r171999 | steven | 2011-04-05 12:49:52 -0700 (Tue, 05 Apr 2011) | 7 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/cprop.c

	* cprop.c (struct reg_use): Remove.
	(reg_use_table): Make an array of RTX.
	(find_used_regs, constprop_register, local_cprop_pass,
	bypass_block): Simplify users of reg_use_table.
	(cprop_insn): Likewise.  Iterate if copy propagation succeeded
	on one of the uses found by find_used_regs.

------------------------------------------------------------------------
r172000 | ian | 2011-04-05 12:53:33 -0700 (Tue, 05 Apr 2011) | 2 lines
Changed paths:
   M /trunk/libgo/testsuite/gotest

gotest: Avoid echo -n.

------------------------------------------------------------------------
r172002 | sterling | 2011-04-05 13:45:10 -0700 (Tue, 05 Apr 2011) | 6 lines
Changed paths:
   M /trunk/ChangeLog
   M /trunk/MAINTAINERS

+2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
+
+	* MAINTAINERS: Update my email address as Xtensa maintainer.
+


------------------------------------------------------------------------
r172003 | ian | 2011-04-05 14:11:35 -0700 (Tue, 05 Apr 2011) | 2 lines
Changed paths:
   M /trunk/libgo/testsuite/gotest

gotest: Add external timeout if internal timeout fails.

------------------------------------------------------------------------
r172004 | law | 2011-04-05 14:30:54 -0700 (Tue, 05 Apr 2011) | 6 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/tree-ssa-threadupdate.c

	* tree-ssa-threadupdate.c (determine_bb_domination_status): Always
	check if BB is a successor of LOOP->header and return NONDOMINATING
	if it is not, regardless of ENABLE_CHECKING.



------------------------------------------------------------------------
r172005 | jsm28 | 2011-04-05 14:55:18 -0700 (Tue, 05 Apr 2011) | 9 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/m68k/m68k.c
   M /trunk/gcc/config/m68k/m68k.h
   M /trunk/gcc/config/m68k/m68k.opt
   M /trunk/gcc/config/m68k/t-mlibs

	* config/m68k/m68k.c (m68k_handle_option): Don't handle OPT_m5200,
	OPT_m5206e, OPT_m528x, OPT_m5307, OPT_m5407 and OPT_mcfv4e.
	* config/m68k/m68k.h (OPTION_DEFAULT_SPECS, ASM_CPU_SPEC): Don't
	handle -m5200, -m5206e, -m528x, -m5307, -m5407 and -mcfv4e.
	* config/m68k/m68k.opt (m5200, m5206e, m528x, m5307, m5407,
	mcfv4e): Use Alias.
	* config/m68k/t-mlibs (MULTILIB_MATCHES): Don't map legacy
	ColdFire options to -mcpu= options.

------------------------------------------------------------------------
r172006 | bernds | 2011-04-05 15:19:17 -0700 (Tue, 05 Apr 2011) | 4 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/haifa-sched.c

	PR bootstrap/48403
	* haifa-sched.c (schedule_block): Increment cycle_issued_insns only
	if old and new states differ.

------------------------------------------------------------------------
r172007 | ebotcazou | 2011-04-05 15:43:32 -0700 (Tue, 05 Apr 2011) | 3 lines
Changed paths:
   M /trunk/gcc/testsuite/ChangeLog
   M /trunk/gcc/testsuite/gcc.dg/torture/pr47917.c

	* gcc.dg/torture/pr47917.c: Add -D_XOPEN_SOURCE=500 to dg-options for
	Solaris 8 as well.

------------------------------------------------------------------------
r172008 | ebotcazou | 2011-04-05 15:52:46 -0700 (Tue, 05 Apr 2011) | 3 lines
Changed paths:
   M /trunk/gcc/testsuite/ChangeLog
   M /trunk/gcc/testsuite/gcc.dg/torture/pr47917.c

	* gcc.dg/torture/pr47917.c: Add -D_XOPEN_SOURCE=500 to dg-options for
	Solaris 9 as well.

------------------------------------------------------------------------
r172009 | jsm28 | 2011-04-05 16:08:35 -0700 (Tue, 05 Apr 2011) | 2 lines
Changed paths:
   M /trunk/gcc/po/ChangeLog
   M /trunk/gcc/po/de.po

	* de.po: Update.

------------------------------------------------------------------------
r172015 | gccadmin | 2011-04-05 17:18:48 -0700 (Tue, 05 Apr 2011) | 1 line
Changed paths:
   M /trunk/gcc/DATESTAMP

Daily bump.
------------------------------------------------------------------------
r172016 | froydnj | 2011-04-05 18:06:42 -0700 (Tue, 05 Apr 2011) | 7 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/dbxout.c

	PR bootstrap/48471
	* dbxout.c (debug_nesting, symbol_queue, symbol_queue_index):
	Move these...
	(symbol_queue_size, DBXOUT_DECR_NESTING): ...and these...
	(DBXOUT_DECR_NESTING_AND_RETURN): ...and this under
	#ifdef DBX_DEBUGGING_INFO.

------------------------------------------------------------------------

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

-------------- next part --------------

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


More information about the Gcc-regression mailing list