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@148665 regressions


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

Regressions for native:
NEW   gcc.sum gcc.dg/20080522-1.c
NEW   gcc.sum gcc.dg/20080528-1.c
old   gcc.sum gcc.dg/Wshadow-3.c
old   gcc.sum gcc.dg/pr34989-1.c
old   gcc.sum gcc.dg/pr36902.c
old   gcc.sum gcc.dg/struct/wo_prof_double_malloc.c
old   gfortran.sum gfortran.dg/bind_c_usage_13.f03
old   gfortran.sum gfortran.dg/bind_c_usage_14.f03
old   gfortran.sum gfortran.dg/c_f_pointer_tests_3.f90
old   gfortran.sum gfortran.dg/missing_optional_dummy_4.f90
old   gfortran.sum gfortran.dg/missing_optional_dummy_5.f90

Log information for changes since the last build:
------------------------------------------------------------------------
r148663 | jamborm | 2009-06-18 08:38:36 -0700 (Thu, 18 Jun 2009) | 18 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/Makefile.in
   M /trunk/gcc/tree-sra.c

2009-06-18  Martin Jambor  <mjambor@suse.cz>

	* tree-sra.c: Include statistics.h
	(sra_stats): New variable.
	(sra_initialize): Clear sra_stats.
	(create_access_replacement): Increment sra_stats.replacements.
	(get_access_replacement): Do not return twice.
	(analyze_all_variable_accesses): Increment statistics counter by the
	number of scalarized aggregates.
	(generate_subtree_copies): Increment sra_stats.subtree_copies.
	(sra_modify_expr): Increment sra_stats.exprs.
	(load_assign_lhs_subreplacements): Increment sra_stats.subreplacements.
	(sra_modify_assign): Increment sra_stats.exprs,
	sra_stats.separate_lhs_rhs_handling and sra_stats.deleted.
	(perform_intra_sra): Update statistics counters.
	* Makefile.in (tree-sra.o): Add statistics.h to dependencies.


------------------------------------------------------------------------
r148664 | razya | 2009-06-18 09:08:00 -0700 (Thu, 18 Jun 2009) | 2 lines
Changed paths:
   M /trunk/gcc/Makefile.in
   M /trunk/gcc/common.opt
   M /trunk/gcc/doc/invoke.texi
   M /trunk/gcc/opts.c
   M /trunk/gcc/passes.c
   M /trunk/gcc/see.c
   M /trunk/gcc/testsuite/gcc.dg/20080522-1.c
   M /trunk/gcc/testsuite/gcc.dg/20080528-1.c
   M /trunk/gcc/timevar.def
   M /trunk/gcc/tree-pass.h

see removal

------------------------------------------------------------------------
r148665 | razya | 2009-06-18 09:11:18 -0700 (Thu, 18 Jun 2009) | 2 lines
Changed paths:
   M /trunk/gcc/ChangeLog

see removal

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

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]