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]

3 new GCC HEAD@165978 regressions


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

Regressions for native:
old   g++.sum g++.dg/eh/simd-2.C
old   g++.sum g++.dg/ipa/ivinline-1.C
old   g++.sum g++.dg/ipa/ivinline-2.C
old   g++.sum g++.dg/ipa/ivinline-3.C
old   g++.sum g++.dg/ipa/ivinline-4.C
old   g++.sum g++.dg/ipa/ivinline-5.C
old   g++.sum g++.dg/ipa/ivinline-6.C
old   g++.sum g++.dg/ipa/ivinline-8.C
NEW   g++.sum g++.dg/template/pr23510.C
NEW   g++.sum g++.dg/template/recurse.C
NEW   g++.sum g++.dg/template/recurse2.C
old   g++.sum g++.dg/torture/pr36444.C
old   g++.sum g++.dg/torture/pr36445.C
old   gcc.sum gcc.c-torture/compile/pr34856.c
old   gcc.sum gcc.c-torture/compile/pr39928-1.c
old   gcc.sum gcc.c-torture/compile/vector-1.c
old   gcc.sum gcc.c-torture/compile/vector-2.c
old   gcc.sum gcc.c-torture/execute/va-arg-25.c
old   gcc.sum gcc.c-torture/execute/vector-1.c
old   gcc.sum gcc.c-torture/execute/vector-2.c
old   gcc.sum gcc.dg/guality/pr43479.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/pr32912-1.c
old   gcc.sum gcc.dg/pr34989-1.c
old   gcc.sum gcc.dg/tree-prof/inliner-1.c
old   gcc.sum gcc.dg/tree-ssa/forwprop-5.c
old   gcc.sum gcc.dg/tree-ssa/fre-vce-1.c
old   gcc.sum gcc.dg/tree-ssa/sra-4.c
old   gcc.sum gcc.dg/tree-ssa/vector-1.c
old   gcc.sum gcc.dg/tree-ssa/vector-2.c
old   gcc.sum gcc.target/i386/pr38240.c
old   gcc.sum gcc.target/i386/vect-args.c

Log information for changes since the last build:
------------------------------------------------------------------------
r165973 | janus | 2010-10-26 10:38:42 -0700 (Tue, 26 Oct 2010) | 17 lines
Changed paths:
   M /trunk/gcc/fortran/ChangeLog
   M /trunk/gcc/fortran/trans-array.c
   M /trunk/gcc/fortran/trans-decl.c
   M /trunk/gcc/fortran/trans-stmt.c
   M /trunk/gcc/fortran/trans.c
   M /trunk/gcc/fortran/trans.h
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gfortran.dg/allocatable_scalar_10.f90
   M /trunk/gcc/testsuite/gfortran.dg/allocatable_scalar_9.f90
   M /trunk/gcc/testsuite/gfortran.dg/class_19.f03

2010-10-26  Janus Weil  <janus@gcc.gnu.org>

	PR fortran/42647
	* trans.h (gfc_deallocate_scalar_with_status): New prototype.
	* trans.c (gfc_deallocate_scalar_with_status): New function for
	deallocation of allocatable scalars.
	* trans-array.c (structure_alloc_comps): Call it here ...
	* trans-decl.c (gfc_trans_deferred_vars): ... here ...
	* trans-stmt.c (gfc_trans_deallocate): ... and here.

2010-10-26  Janus Weil  <janus@gcc.gnu.org>

	PR fortran/42647
	* gfortran.dg/allocatable_scalar_9.f90: Extended.
	* gfortran.dg/allocatable_scalar_10.f90: New.
	* gfortran.dg/class_19.f03: Extended.

------------------------------------------------------------------------
r165974 | jason | 2010-10-26 10:57:30 -0700 (Tue, 26 Oct 2010) | 2 lines
Changed paths:
   M /trunk/gcc/cp/ChangeLog
   M /trunk/gcc/cp/pt.c
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/g++.dg/template/arg8.C

	* pt.c (lookup_template_class): push_tinst_level around call to
	coerce_template_parms.
------------------------------------------------------------------------
r165975 | jason | 2010-10-26 10:57:44 -0700 (Tue, 26 Oct 2010) | 3 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/varasm.c

	* varasm.c (constructor_static_from_elts_p): Don't require a
	CONSTRUCTOR to have elements to be suitable for static
	initialization.  Allow ARRAY_TYPE as well.
------------------------------------------------------------------------
r165976 | jason | 2010-10-26 11:10:53 -0700 (Tue, 26 Oct 2010) | 8 lines
Changed paths:
   M /trunk/gcc/cp/ChangeLog
   M /trunk/gcc/cp/cp-gimplify.c
   M /trunk/gcc/cp/cp-tree.h
   M /trunk/gcc/cp/init.c
   M /trunk/gcc/cp/tree.c
   M /trunk/gcc/testsuite/g++.old-deja/g++.law/init10.C
   M /trunk/gcc/testsuite/g++.old-deja/g++.other/array3.C

	* tree.c (build_vec_init_expr): Split out from...
	(build_array_copy): ...here.
	* init.c (perform_member_init): Use it.
	* cp-tree.h: Declare it.
	* cp-gimplify.c (cp_gimplify_init_expr): Don't gimplify the slot for
	VEC_INIT_EXPR and AGGR_INIT_EXPR here.  Drop pre/post parameters.
	(cp_gimplify_expr): Handle array default-initialization via
	VEC_INIT_EXPR.
------------------------------------------------------------------------
r165977 | hubicka | 2010-10-26 11:29:29 -0700 (Tue, 26 Oct 2010) | 4 lines
Changed paths:
   M /trunk/libiberty/ChangeLog
   M /trunk/libiberty/aclocal.m4
   M /trunk/libiberty/configure

Patch by Ralf Wildenhues.
	* aclocal.m4 (AC_LANG_FUNC_LINK_TRY(C)): Delete.
	* configure: Regenerate.

------------------------------------------------------------------------
r165978 | hubicka | 2010-10-26 11:34:03 -0700 (Tue, 26 Oct 2010) | 3 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/ipa.c

	* ipa.c (cgraph_externally_visible_p, varpool_externally_visible_p):
	Use info provided by linker plugin.

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

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]