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]

2 new GCC HEAD@138217 regressions


With your recent patch, GCC HEAD revision 138217 had problems on:
native: regress-22 (2 NEW failures)
The previous build was of revision 138214.

Regressions for native:
old   libjava.sum StackTrace2
old   gcc.sum gcc.dg/matrix/transpose-5.c
old   gcc.sum gcc.dg/matrix/matrix-3.c
old   gcc.sum gcc.dg/matrix/matrix-6.c
NEW   libstdc++.sum ext/pb_ds/regression/trie_no_data_map_rand.cc
old   g++.sum g++.dg/other/PR23205.C
old   gcc.sum gcc.dg/matrix/transpose-4.c
old   gcc.sum gcc.dg/matrix/transpose-2.c
old   gcc.sum gcc.dg/matrix/transpose-3.c
old   gcc.sum gcc.dg/matrix/transpose-1.c
NEW   libstdc++.sum ext/pb_ds/regression/trie_data_map_rand.cc
old   gcc.sum gcc.dg/format/bitfld-1.c
old   gcc.sum gcc.dg/matrix/matrix-2.c
old   gcc.sum gcc.dg/vect/vect-67.c
old   gcc.sum gcc.dg/vect/no-scevccp-outer-7.c
old   gcc.sum gcc.dg/pr30286.c
old   gcc.sum gcc.dg/20040206-1.c
old   gcc.sum gcc.dg/matrix/matrix-1.c
old   gcc.sum gcc.dg/matrix/transpose-6.c
old   gcc.sum gcc.dg/vect/no-scevccp-outer-13.c
old   gcc.sum gcc.dg/matrix/matrix-4.c
old   gcc.sum gcc.dg/matrix/matrix-5.c

Log information for changes since the last build:
------------------------------------------------------------------------
r138215 | aldyh | 2008-07-28 19:50:50 +0000 (Mon, 28 Jul 2008) | 2 lines
Changed paths:
   M /trunk/MAINTAINERS

fix typo

------------------------------------------------------------------------
r138216 | andreast | 2008-07-28 20:30:00 +0000 (Mon, 28 Jul 2008) | 7 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/configure
   M /trunk/gcc/configure.ac

2008-07-28  Andreas Tobler  <a.tobler@schweiz.org>

	* configure.ac: Use the m4_do macro to concatenate the warnings into
	one string in ACX_PROG_CC_WARNING_OPTS,
	ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and ACX_PROG_CC_WARNINGS_ARE_ERRORS.
	* configure: Regenerate.

------------------------------------------------------------------------
r138217 | rguenth | 2008-07-28 20:32:32 +0000 (Mon, 28 Jul 2008) | 12 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/gimple.h
   M /trunk/gcc/tree-flow.h

2008-07-28  Richard Guenther  <rguenther@suse.de>

	PR tree-optimization/36957
	* tree-flow.h (tree_ssa_useless_type_conversion): Remove.
	(useless_type_conversion_p): Remove.
	(types_compatible_p): Remove.
	* gimple.h (tree_ssa_useless_type_conversion): Declare.
	(useless_type_conversion_p): Declare.
	(types_compatible_p): Declare.
	(gimple_expr_type): Return the base type only if it is
	trivially convertible to the subtype.

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

For more information, see <http://glutton.geoffk.org/HEAD/>.

-- 
Geoffrey Keating <geoffk@geoffk.org> 
(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]