2 new GCC HEAD@148684 regressions

regress regress@apple.com
Fri Jun 19 07:07:00 GMT 2009


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

Regressions for native:
old   g++.sum g++.dg/abi/mangle11.C
old   g++.sum g++.dg/abi/mangle12.C
old   g++.sum g++.dg/abi/mangle17.C
old   g++.sum g++.dg/abi/mangle20-2.C
old   g++.sum g++.dg/eh/simd-4.C
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/framework-2.c
old   gcc.sum gcc.dg/pr34989-1.c
old   gcc.sum gcc.dg/sms-5.c
old   gcc.sum gcc.dg/sms-6.c
old   gcc.sum gcc.dg/sms-7.c
old   gcc.sum gcc.dg/struct/wo_prof_double_malloc.c
old   gcc.sum gcc.dg/vect/costmodel/ppc/costmodel-vect-31d.c
old   gcc.sum gcc.dg/vect/costmodel/ppc/costmodel-vect-68d.c
old   gcc.sum gcc.dg/vect/costmodel/ppc/costmodel-vect-76a.c
old   gcc.sum gcc.dg/vect/costmodel/ppc/costmodel-vect-76b.c
old   gcc.sum gcc.dg/vect/no-scevccp-outer-13.c
old   gcc.sum gcc.dg/vect/no-scevccp-outer-7.c
old   gcc.sum gcc.dg/vect/pr35821-altivec.c
old   gcc.sum gcc.dg/vect/slp-perm-1.c
old   gcc.sum gcc.dg/vect/slp-perm-2.c
old   gcc.sum gcc.dg/vect/slp-perm-3.c
old   gcc.sum gcc.dg/vect/slp-perm-8.c
old   gcc.sum gcc.dg/vect/vect-reduc-dot-u8b.c
old   gcc.sum gcc.target/powerpc/405-dlmzb-strlen-1.c
old   gcc.sum gcc.target/powerpc/440-dlmzb-strlen-1.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
old   libjava.sum Thread_Sleep_2
old   libstdc++.sum ext/mt_allocator/deallocate_global_thread-1.cc
old   libstdc++.sum ext/mt_allocator/deallocate_global_thread-3.cc

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

------------------------------------------------------------------------
r148666 | aldyh | 2009-06-18 11:09:12 -0700 (Thu, 18 Jun 2009) | 12 lines
Changed paths:
   M /trunk/gcc/cp/ChangeLog
   M /trunk/gcc/cp/class.c
   M /trunk/gcc/cp/cp-tree.h
   M /trunk/gcc/cp/decl.c
   M /trunk/gcc/cp/decl2.c
   M /trunk/gcc/cp/name-lookup.c
   M /trunk/gcc/cp/pt.c
   M /trunk/gcc/cp/rtti.c

        * class.c (get_vtable_decl): Replace finish_decl with cp_finish_decl.
        * decl.c (finish_decl): Remove.
        (declare_global_var): Replace finish_decl with cp_finish_decl.
        (start_method): Same.
        * rtti.c (emit_tinfo_decl): Same.
        * pt.c (tsubst_expr): Same.
        (instantiate_decl): Same.
        * decl2.c (grokbitfield): Same.
        * name-lookup.c (pushdecl_top_level_1): Same.
        * cp-tree.h: Remove finish_decl.


------------------------------------------------------------------------
r148667 | dnovillo | 2009-06-18 12:48:35 -0700 (Thu, 18 Jun 2009) | 17 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/doc/plugins.texi
   M /trunk/gcc/plugin.c
   M /trunk/gcc/testsuite/ChangeLog
   M /trunk/gcc/testsuite/g++.dg/plugin/attribute_plugin.c
   M /trunk/gcc/testsuite/g++.dg/plugin/dumb_plugin.c
   M /trunk/gcc/testsuite/g++.dg/plugin/selfassign.c
   M /trunk/gcc/testsuite/gcc.dg/plugin/ggcplug.c
   M /trunk/gcc/testsuite/gcc.dg/plugin/one_time_plugin.c
   M /trunk/gcc/testsuite/gcc.dg/plugin/selfassign.c


	* doc/plugins.texi: Document plugin_is_GPL_compatible.
	* plugin.c (str_license): Declare.
	(try_init_one_plugin): Assert that the symbol
	'plugin_is_GPL_compatible' exists.

testsuite/ChangeLog

	* gcc.dg/plugin/selfassign.c: Declare plugin_is_GPL_compatible.
	* gcc.dg/plugin/ggcplug.c: Likewise.
	* gcc.dg/plugin/one_time_plugin.c: Likewise.
	* g++.dg/plugin/selfassign.c: Likewise.
	* g++.dg/plugin/attribute_plugin.c: Likewise.
	* g++.dg/plugin/dumb_plugin.c: Likewise.



------------------------------------------------------------------------
r148673 | hjl | 2009-06-18 14:12:12 -0700 (Thu, 18 Jun 2009) | 17 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/i386/i386.h
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gcc.dg/torture/pr40470-1.c
   A /trunk/gcc/testsuite/gcc.dg/torture/pr40470-2.c
   A /trunk/gcc/testsuite/gcc.dg/torture/pr40470-3.c
   A /trunk/gcc/testsuite/gcc.dg/torture/pr40470-4.c

gcc/

2009-06-18  H.J. Lu  <hongjiu.lu@intel.com>

	PR target/40470
	* config/i386/i386.h (CLASS_LIKELY_SPILLED_P): Add SSE_FIRST_REG.

gcc/testsuite/

2009-06-18  H.J. Lu  <hongjiu.lu@intel.com>

	PR target/40470
	* gcc.dg/torture/pr40470-1.c: New.
	* gcc.dg/torture/pr40470-2.c: Likewise.
	* gcc.dg/torture/pr40470-3.c: Likewise.
	* gcc.dg/torture/pr40470-4.c: Likewise.

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

For more information, see <http://gcc.gnu.org/regtest/HEAD/>.

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

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


More information about the Gcc-regression mailing list