3 new GCC HEAD@170249 regressions

GCC regression tester regress@geoffk.org
Thu Feb 17 17:44:00 GMT 2011


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

Regressions for native:
old   gcc.sum gcc.dg/guality/pr43479.c
NEW   gcc.sum gcc.dg/lto/20081115
NEW   gcc.sum gcc.dg/lto/20081118
NEW   gcc.sum gcc.dg/lto/20081201-1

Log information for changes since the last build:
------------------------------------------------------------------------
r170249 | hubicka | 2011-02-17 08:18:24 -0800 (Thu, 17 Feb 2011) | 25 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/cfgexpand.c
   M /trunk/gcc/cgraphunit.c
   M /trunk/gcc/ipa-inline.c
   M /trunk/gcc/passes.c
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/g++.dg/debug/pr47106.C
   M /trunk/gcc/tree-inline.c
   M /trunk/gcc/tree-sra.c


	PR debug/47106
	PR debug/47402
	* cfgexpand.c (account_used_vars_for_block): Remove.
	(estimated_stack_frame_size): Use referenced vars.
	* tree-inline.c (remap_decl): Only mark VAR_DECLs as referenced
	that were referenced in the original function.  Test src_fn
	rather than cfun.  Drop redundant get_var_ann.
	(setup_one_parameter): Drop redundant get_var_ann.
	(declare_return_variable): Likewise.
	(copy_decl_for_dup_finish): Mark VAR_DECLs referenced in src_fn.
	(copy_arguments_for_versioning): Drop redundant get_var_ann.
	* ipa-inline.c (compute_inline_parameters): Do not compute
	disregard_inline_limits here.
	are not available.
	(compute_inlinable_for_current, pass_inlinable): New.
	(pass_inline_parameters): Require PROP_referenced_vars.
	* cgraphunit.c (cgraph_process_new_functions): Don't run
	compute_inline_parameters explicitly unless function is in
	SSA form.
	(cgraph_analyze_function): Set .disregard_inline_limits.
	* tree-sra.c (convert_callers): Compute inliner parameters
	only for functions already in SSA form.
	* g++.dg/debug/pr47106.C: New.

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

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

-------------- next part --------------

-- 
Geoffrey Keating <geoffk@geoffk.org> 
(via an automated GCC regression-testing script.)


More information about the Gcc-regression mailing list