1 new GCC HEAD@151276 regression

regress regress@apple.com
Wed Sep 2 00:44:00 GMT 2009


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

Regressions for native:
old   g++.sum g++.dg/abi/mangle11.C
old   g++.sum g++.dg/abi/mangle12.C
old   g++.sum g++.dg/abi/mangle17.C
old   g++.sum g++.dg/abi/mangle20-2.C
old   g++.sum g++.dg/eh/simd-3.C
old   g++.sum g++.dg/eh/simd-4.C
old   gcc.sum gcc.dg/pr34668-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/struct/wo_prof_double_malloc.c
old   gcc.sum gcc.dg/vect/costmodel/ppc/costmodel-vect-31d.c
old   gcc.sum gcc.dg/vect/costmodel/ppc/costmodel-vect-68d.c
old   gcc.sum gcc.dg/vect/costmodel/ppc/costmodel-vect-76a.c
old   gcc.sum gcc.dg/vect/costmodel/ppc/costmodel-vect-76b.c
old   gcc.sum gcc.dg/vect/pr35821-altivec.c
old   gcc.sum gcc.target/powerpc/405-dlmzb-strlen-1.c
old   gcc.sum gcc.target/powerpc/440-dlmzb-strlen-1.c
old   libjava.sum Thread_Sleep_2
NEW   libjava.sum events
old   libstdc++.sum ext/mt_allocator/deallocate_global_thread-1.cc
old   libstdc++.sum ext/mt_allocator/deallocate_global_thread-3.cc
old   objc.sum objc/execute/exceptions/catchall-1.m
old   objc.sum objc/execute/exceptions/local-variables-1.m

Log information for changes since the last build:
------------------------------------------------------------------------
r151263 | jakub | 2009-09-01 03:18:34 -0700 (Tue, 01 Sep 2009) | 6 lines
Changed paths:
   M /trunk/gcc/ada/ChangeLog
   M /trunk/gcc/ada/gcc-interface/utils2.c
   M /trunk/gcc/java/ChangeLog
   M /trunk/gcc/java/boehm.c

	* boehm.c (mark_reference_fields): Compute % in HOST_WIDE_INT
	type.

	* gcc-interface/utils2.c (maybe_wrap_malloc, maybe_wrap_free): Cast
	POINTER_SIZE to HOST_WIDE_INT.

------------------------------------------------------------------------
r151264 | paolo | 2009-09-01 03:19:11 -0700 (Tue, 01 Sep 2009) | 34 lines
Changed paths:
   M /trunk/libstdc++-v3/ChangeLog
   M /trunk/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/move_iterators/1.cc
   M /trunk/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy_n/move_iterators/1.cc
   M /trunk/libstdc++-v3/testsuite/25_algorithms/copy/move_iterators/1.cc
   M /trunk/libstdc++-v3/testsuite/25_algorithms/copy_backward/move_iterators/1.cc
   M /trunk/libstdc++-v3/testsuite/25_algorithms/copy_n/move_iterators/1.cc
   M /trunk/libstdc++-v3/testsuite/25_algorithms/heap/moveable.cc
   A /trunk/libstdc++-v3/testsuite/25_algorithms/heap/moveable2.cc
   M /trunk/libstdc++-v3/testsuite/25_algorithms/inplace_merge/1.cc
   M /trunk/libstdc++-v3/testsuite/25_algorithms/move/1.cc
   M /trunk/libstdc++-v3/testsuite/25_algorithms/move_backward/1.cc
   A /trunk/libstdc++-v3/testsuite/25_algorithms/next_permutation/moveable.cc
   M /trunk/libstdc++-v3/testsuite/25_algorithms/nth_element/moveable.cc
   M /trunk/libstdc++-v3/testsuite/25_algorithms/partial_sort/moveable.cc
   A /trunk/libstdc++-v3/testsuite/25_algorithms/prev_permutation/moveable.cc
   A /trunk/libstdc++-v3/testsuite/25_algorithms/random_shuffle/moveable.cc
   M /trunk/libstdc++-v3/testsuite/25_algorithms/sort/moveable.cc
   M /trunk/libstdc++-v3/testsuite/25_algorithms/unique/moveable.cc
   M /trunk/libstdc++-v3/testsuite/util/testsuite_iterators.h
   M /trunk/libstdc++-v3/testsuite/util/testsuite_rvalref.h

2009-09-01  Chris Jefferson  <chris@bubblescope.net>
	    Paolo Carlini  <paolo.carlini@oracle.com>

	* testsuite/util/testsuite_rvalref.h: Remove obsolete macro using
	_GLIBCXX_TESTSUITE_ALLOW_RVALREF_ALIASING.
	* testsuite/20_util/specialized_algorithms/uninitialized_copy_n/
	move_iterators/1.cc: Adjust, do not define
	_GLIBCXX_TESTSUITE_ALLOW_RVALREF_ALIASING.
	* testsuite/20_util/specialized_algorithms/uninitialized_copy/
	move_iterators/1.cc: Likewise.
	* testsuite/25_algorithms/copy_n/move_iterators/1.cc: Likewise.
	* testsuite/25_algorithms/move/1.cc: Likewise.
	* testsuite/25_algorithms/move_backward/1.cc: Likewise.
	* testsuite/25_algorithms/copy_backward/move_iterators/1.cc: Likewise.
	* testsuite/25_algorithms/copy/move_iterators/1.cc: Likewise.
	* testsuite/25_algorithms/heap/moveable.cc: Likewise.
	* testsuite/25_algorithms/partial_sort/moveable.cc: Likewise; add
	test for predicated test.
	* testsuite/25_algorithms/sort/moveable.cc: Likewise.
	* testsuite/25_algorithms/nth_element/moveable.cc: Add test
	for predicated version.
	* testsuite/25_algorithms/unique/moveable.cc: Likewise.

	* testsuite/25_algorithms/inplace_merge/1.cc (S::operator<): Fix,
	enable test2 and test3.

	* testsuite/util/testsuite_iterators.h (operator=): Fix invalid
	moving bug in C++0x mode.

	* testsuite/25_algorithms/random_shuffle/moveable.cc: New.
	* testsuite/25_algorithms/prev_permutation/moveable.cc: Likewise.
	* testsuite/25_algorithms/next_permutation/moveable.cc: Likewise.
	* testsuite/25_algorithms/heap/moveable2.cc: Likewise.

------------------------------------------------------------------------
r151266 | jakub | 2009-09-01 03:52:18 -0700 (Tue, 01 Sep 2009) | 2 lines
Changed paths:
   M /trunk/gcc/testsuite/ChangeLog

Remove leading testsuite/ or gcc/testsuite/ path from CL entries.

------------------------------------------------------------------------
r151273 | rth | 2009-09-01 07:37:52 -0700 (Tue, 01 Sep 2009) | 1 line
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/tree-ssa-ccp.c
   M /trunk/gcc/tree-vrp.c

Force block enders to be simulated once.
------------------------------------------------------------------------

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