1 new GCC HEAD@176227 regression

regress regress@apple.com
Wed Jul 13 20:46:00 GMT 2011


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

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-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/vmx/gcc-bug-i.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:
------------------------------------------------------------------------
r176223 | ian | 2011-07-12 18:04:50 -0700 (Tue, 12 Jul 2011) | 2 lines
Changed paths:
   M /trunk/libgo/testsuite/gotest

libgo/testsuite/gotest: Run tests in source file order.

------------------------------------------------------------------------
r176225 | ro | 2011-07-13 02:57:08 -0700 (Wed, 13 Jul 2011) | 21 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/Makefile.in
   D /trunk/gcc/config/i386/netware-crt0.c
   M /trunk/gcc/config/i386/t-nwld
   M /trunk/gcc/config.gcc
   M /trunk/libgcc/ChangeLog
   A /trunk/libgcc/config/i386/netware-crt0.c (from /trunk/gcc/config/i386/netware-crt0.c:176224)
   M /trunk/libgcc/config/i386/t-nwld
   A /trunk/libgcc/config/i386/t-slibgcc-nwld (from /trunk/libgcc/config/i386/t-nwld:176224)
   M /trunk/libgcc/config.host

	gcc:
	* Makefile.in (CRT0STUFF_T_CFLAGS): Remove.
	($(T)crt0.o, $(T)mcrt0.o, s-crt0): Remove.
	* config/i386/netware-crt0.c: Move to ../libgcc/config/i386.
	* config/i386/t-nwld (CRTSTUFF_T_CFLAGS, CRT0STUFF_T_CFLAGS): Remove.
	(CRT0_S, MCRT0_S): Remove.
	($(T)libgcc.def, $(T)libc.def, $(T)libcpre.def, $(T)posixpre.def):
	Remove.
	(s-crt0): Remove.
	* config.gcc (i[3456x]86-*-netware*): Remove extra_parts.

	libgcc:
	* config/i386/netware-crt0.c: New file.
	* config/i386/t-nwld: Rename to ...
	* config/i386/t-slibgcc-nwld: ... this.
	* config/i386/t-nwld: New file.
	* config.host (i[3456x]86-*-netware*): Add i386/t-slibgcc-nwld to
	tmake_file.
	Add crt0.o, libgcc.def, libc.def, libcpre.def, posixpre.def to
	extra_parts.

------------------------------------------------------------------------
r176226 | bernds | 2011-07-13 03:18:32 -0700 (Wed, 13 Jul 2011) | 6 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/haifa-sched.c
   M /trunk/gcc/sched-deps.c
   M /trunk/gcc/sched-int.h

	* sched-int.h (struct _dep): Add member cost.
	(DEP_COST, UNKNOWN_DEP_COST): New macros.
	* sched-deps.c (init_dep_1): Initialize DEP_COST.
	* haifa-sched.c (dep_cost_1): Use and set DEP_COST.
	(sched_change_pattern): Reset it for dependent insns.

------------------------------------------------------------------------
r176227 | rguenth | 2011-07-13 03:32:55 -0700 (Wed, 13 Jul 2011) | 7 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gcc.dg/torture/20110713-1.c
   M /trunk/gcc/tree-vrp.c

2011-07-13  Richard Guenther  <rguenther@suse.de>

	* tree-vrp.c (simplify_conversion_using_ranges): Make sure
	the final type is integral.

	* gcc.dg/torture/20110713-1.c: New testcase.

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

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