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@167122 regression


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

Regressions for native:
old   g++.sum g++.dg/tree-prof/partition1.C
old   gcc.sum gcc.dg/guality/pr43479.c
old   gcc.sum gcc.dg/pr14963.c
old   gcc.sum gcc.target/i386/pr38240.c
NEW   libstdc++.sum 20_util/unique_ptr/requirements/explicit_instantiation/explicit_instantiation.cc

Log information for changes since the last build:
------------------------------------------------------------------------
r167118 | bkoz | 2010-11-24 08:33:14 -0800 (Wed, 24 Nov 2010) | 14 lines
Changed paths:
   M /trunk/libstdc++-v3/ChangeLog
   M /trunk/libstdc++-v3/include/bits/stl_pair.h
   M /trunk/libstdc++-v3/include/std/tuple
   A /trunk/libstdc++-v3/testsuite/20_util/pair/comparison_operators
   A /trunk/libstdc++-v3/testsuite/20_util/pair/comparison_operators/constexpr.cc
   M /trunk/libstdc++-v3/testsuite/20_util/pair/cons/constexpr.cc
   A /trunk/libstdc++-v3/testsuite/20_util/pair/requirements/dr801.cc
   M /trunk/libstdc++-v3/testsuite/20_util/tuple/cons/constexpr.cc
   A /trunk/libstdc++-v3/testsuite/20_util/tuple/requirements/dr801.cc
   M /trunk/libstdc++-v3/testsuite/20_util/weak_ptr/comparison/cmp_neg.cc

2010-11-24  Benjamin Kosnik  <bkoz@redhat.com>

	* include/std/tuple: Mark more constructors constexpr.
	* include/bits/stl_pair.h: Same.
	* testsuite/20_util/tuple/requirements/dr801.cc: New.
	* testsuite/20_util/pair/requirements/dr801.cc: New.
	* testsuite/20_util/tuple/cons/constexpr.cc: Add cases for new
	constexpr constructors.
	* testsuite/20_util/pair/cons/constexpr.cc: Same.
	* testsuite/20_util/pair/comparison_operators/constexpr.cc: New.

	* testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust line number.


------------------------------------------------------------------------
r167119 | burnus | 2010-11-24 08:42:06 -0800 (Wed, 24 Nov 2010) | 12 lines
Changed paths:
   M /trunk/gcc/fortran/ChangeLog
   M /trunk/gcc/fortran/target-memory.c
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gfortran.dg/transfer_simplify_10.f90

2010-11-24  Tobias Burnus  <burnus@net-b.de>

        PR fortran/46638
        * target-memory.c (gfc_interpret_derived): Correctly handle
        component offset.

2010-11-24  Tobias Burnus  <burnus@net-b.de>

        PR fortran/46638
        * gfortran.dg/transfer_simplify_10.f90: New.


------------------------------------------------------------------------
r167121 | jakub | 2010-11-24 08:56:44 -0800 (Wed, 24 Nov 2010) | 11 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/sched-deps.c
   M /trunk/gcc/sched-rgn.c
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gcc.dg/pr46614.c

	PR rtl-optimization/46614
	* sched-deps.c (NON_FLUSH_JUMP_KIND, NON_FLUSH_JUMP_P): Define.
	 (deps_analyze_insn): Mark JUMP_INSNs in
	last_pending_memory_flush that weren't added through
	flush_pending_lists with NON_FLUSH_JUMP_KIND.
	(sched_analyze_2, sched_analyze_insn): Check NON_FLUSH_JUMP_P
	on INSN_LIST instead of JUMP_P check on its operand.
	* sched-rgn.c (concat_INSN_LIST): Copy over REG_NOTE_KIND.

	* gcc.dg/pr46614.c: New test.

------------------------------------------------------------------------
r167122 | rguenth | 2010-11-24 09:06:41 -0800 (Wed, 24 Nov 2010) | 8 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/lto-symtab.c
   M /trunk/gcc/testsuite/ChangeLog
   M /trunk/gcc/testsuite/gcc.dg/lto/20100423-1_0.c

2010-11-24  Richard Guenther  <rguenther@suse.de>

	PR lto/43218
	* lto-symtab.c (lto_cgraph_replace_node): Mark edges with
	conflicting function signatures as non-inlineable.

	* gcc.dg/lto/20100423-1_0.c: Enable for all LTO modes.

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

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]