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]

1 new GCC HEAD@147849 regression


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

Regressions for native:
old   gcc.sum gcc.dg/pr34989-1.c
old   gcc.sum gcc.dg/struct/wo_prof_double_malloc.c
NEW   gcc.sum gcc.dg/struct/wo_prof_escape_substr_pointer.c
old   libgomp.sum libgomp.c++/task-4.C

Log information for changes since the last build:
------------------------------------------------------------------------
r147848 | rguenth | 2009-05-25 06:35:10 -0700 (Mon, 25 May 2009) | 19 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/passes.c
   M /trunk/gcc/testsuite/ChangeLog
   M /trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-14.c
   M /trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-15.c
   M /trunk/gcc/tree-inline.c
   M /trunk/gcc/tree-parloops.c
   M /trunk/gcc/tree-pass.h
   M /trunk/gcc/tree-ssa-alias.c
   M /trunk/gcc/tree-ssa-alias.h
   M /trunk/gcc/tree-ssa-structalias.c

2009-05-25  Richard Guenther  <rguenther@suse.de>

	* tree-ssa-alias.h (dump_points_to_solution): Declare.
	* tree-inline.c (expand_call_inline): Reset the escaped and
	callused solutions.
	* tree-ssa-structalias.c (pass_build_ealias): New.
	* tree-pass.h (pass_build_ealias): Declare.
	* passes.c (init_optimization_passes): Add PTA during 
	early optimizations.
	* tree-ssa-alias.c (dump_alias_info): Dump the ESCAPED
	and CALLUSED solutions.
	(dump_points_to_solution): New function, split out from ...
	(dump_points_to_info_for): ... here.
	* tree-parloops.c (parallelize_loops): Reset the escaped and
	callused solutions.

	* gcc.dg/tree-ssa/ssa-fre-14.c: Adjust.
	* gcc.dg/tree-ssa/ssa-fre-15.c: Likewise.

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

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]