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]

6 new GCC HEAD@164995 regressions


With your recent patch, GCC HEAD revision 164995 had problems on:
native: regress-13 (6 NEW failures)
The previous build was of revision 164994.

Regressions for native:
old   gcc.sum gcc.c-torture/compile/limits-exprparen.c
old   gcc.sum gcc.dg/pr27898.c
old   gcc.sum gcc.dg/pr28706.c
old   gcc.sum gcc.dg/pr28712.c
old   gcc.sum gcc.dg/pr34989-1.c
NEW   gcc.sum gcc.dg/torture/fp-int-convert-double.c
NEW   gcc.sum gcc.dg/torture/fp-int-convert-float.c
NEW   gcc.sum gcc.dg/torture/fp-int-convert-float128.c
NEW   gcc.sum gcc.dg/torture/fp-int-convert-float80.c
NEW   gcc.sum gcc.dg/torture/fp-int-convert-long-double.c
NEW   gcc.sum gcc.dg/torture/fp-int-convert-timode.c
old   gcc.sum gcc.dg/tree-prof/inliner-1.c
old   gcc.sum gcc.target/i386/pr38240.c

Log information for changes since the last build:
------------------------------------------------------------------------
r164995 | hubicka | 2010-10-05 10:57:09 -0700 (Tue, 05 Oct 2010) | 17 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/common.opt
   M /trunk/gcc/doc/invoke.texi
   M /trunk/gcc/lto/ChangeLog
   M /trunk/gcc/lto/Make-lang.in
   M /trunk/gcc/lto/lto.c
   M /trunk/gcc/opts.c
   M /trunk/gcc/params.def


	* doc/invoke.texi (-flto-partition, lto-partitions, lto-minpartition):
	Document.
	* opts.c (decode_options): Handle lto partitions.
	* common.opt (flto-partition=1to1, flto-partition=balanced): New.
	* params.def (PARAM_LTO_PARTITIONS, MIN_PARTITION_SIZE): New.

	* lto.c:  Include params.h.
	(add_cgraph_node_to_partition, add_varpool_node_to_partition): Do
	refcounting in aux field.
	(undo_partition, partition_cgraph_node_p, partition_varpool_node_p):
	New functions.
	(lto_1_to_1_map): Simplify.
	(lto_balanced_map): New function.
	(do_whole_program_analysis): Chose proper partitioning alg.
	* Make-lang.in (lto.o): Add dependency on params.h

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

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]