1 new GCC HEAD@179018 regression
regress
regress@apple.com
Wed Sep 21 07:45:00 GMT 2011
With your recent patch, GCC HEAD revision 179018 had problems on:
native: regress-16 (1 NEW failures)
The previous build was of revision 179006.
Regressions for native:
old g++.sum g++.dg/eh/simd-3.C
old g++.sum g++.dg/eh/simd-4.C
old gcc.sum gcc.c-torture/execute/20040811-1.c
old gcc.sum gcc.c-torture/execute/pr22061-4.c
old gcc.sum gcc.dg/20020103-1.c
old gcc.sum gcc.dg/sms-2.c
old gcc.sum gcc.dg/sms-4.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.target/powerpc/405-dlmzb-strlen-1.c
old gcc.sum gcc.target/powerpc/440-dlmzb-strlen-1.c
old gcc.sum gcc.target/powerpc/ppc-vector-memcpy.c
NEW 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:
------------------------------------------------------------------------
r179007 | dnovillo | 2011-09-20 06:19:23 -0700 (Tue, 20 Sep 2011) | 3 lines
Changed paths:
M /trunk/gcc/fortran/ChangeLog
M /trunk/gcc/fortran/module.c
2011-09-16 Simon Baldwin <simonb@google.com>
* module.c (gfc_dump_module): Omit timestamp from output.
------------------------------------------------------------------------
r179008 | ian | 2011-09-20 08:50:34 -0700 (Tue, 20 Sep 2011) | 2 lines
Changed paths:
M /trunk/gcc/go/gofrontend/expressions.cc
M /trunk/gcc/go/gofrontend/expressions.h
M /trunk/gcc/go/gofrontend/gogo.cc
M /trunk/gcc/go/gofrontend/parse.cc
M /trunk/gcc/go/gofrontend/statements.cc
M /trunk/gcc/go/gofrontend/statements.h
M /trunk/gcc/go/gofrontend/types.cc
Emit compiler errors for unused values.
------------------------------------------------------------------------
r179009 | kargl | 2011-09-20 09:27:56 -0700 (Tue, 20 Sep 2011) | 4 lines
Changed paths:
M /trunk/gcc/fortran/ChangeLog
M /trunk/gcc/fortran/check.c
2011-09-20 Steven G. Kargl <kargl@gcc.gnu.org>
* check.c (gfc_check_c_sizeof): Remove redundant word.
------------------------------------------------------------------------
r179010 | ian | 2011-09-20 09:46:46 -0700 (Tue, 20 Sep 2011) | 2 lines
Changed paths:
M /trunk/gcc/go/gofrontend/gogo.cc
M /trunk/gcc/go/gofrontend/parse.cc
M /trunk/gcc/go/gofrontend/parse.h
Check for duplicate parameter/result names.
------------------------------------------------------------------------
r179012 | davem | 2011-09-20 10:40:46 -0700 (Tue, 20 Sep 2011) | 9 lines
Changed paths:
M /trunk/gcc/ChangeLog
M /trunk/gcc/config/sparc/sparc.c
M /trunk/gcc/config/sparc/sparc.md
M /trunk/gcc/config/sparc/visintrin.h
M /trunk/gcc/doc/extend.texi
* config/sparc/sparc.md (UNSPEC_ALIGNADDRL): New unspec.
(aligneddrl<P:mode>_vis): New pattern.
(edge8_vis, edge8l_vis, edge16_vis, edge16l_vis, edge32_vis,
edge32l_vis): Adjust to take Pmode arguments, and return SImode.
* config/sparc/sparc.c (sparc_vis_init_builtins): Handle new
alignaddrl insn, and adjust edge operations for updated types.
* config/sparc/visintrin.h: Likewise.
* doc/extend.texi: Make typing in VIS documentation match reality.
------------------------------------------------------------------------
r179014 | jason | 2011-09-20 12:25:24 -0700 (Tue, 20 Sep 2011) | 2 lines
Changed paths:
M /trunk/gcc/cp/ChangeLog
M /trunk/gcc/cp/call.c
M /trunk/gcc/testsuite/ChangeLog
A /trunk/gcc/testsuite/g++.dg/other/final1.C
* call.c (build_new_method_call_1): Use non-virtual lookup
for final virtual functions.
------------------------------------------------------------------------
r179015 | jason | 2011-09-20 12:25:32 -0700 (Tue, 20 Sep 2011) | 2 lines
Changed paths:
M /trunk/gcc/testsuite/ChangeLog
A /trunk/gcc/testsuite/g++.dg/overload/ref-conv1.C
PR c++/50442
* g++.dg/overload/ref-conv1.C: New.
------------------------------------------------------------------------
r179016 | jason | 2011-09-20 12:37:57 -0700 (Tue, 20 Sep 2011) | 2 lines
Changed paths:
M /trunk/gcc/cp/ChangeLog
M /trunk/gcc/cp/call.c
M /trunk/gcc/cp/tree.c
* call.c (convert_default_arg): Avoid redundant copy.
* tree.c (bot_manip): Copy everything.
------------------------------------------------------------------------
r179017 | jason | 2011-09-20 12:38:06 -0700 (Tue, 20 Sep 2011) | 5 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/semantics.c
M /trunk/gcc/testsuite/ChangeLog
A /trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-generated1.C
* cp-tree.h (DECL_TEMPLOID_INSTANTIATION): New.
(DECL_GENERATED_P): New.
* class.c (finalize_literal_type_property): Use them.
* semantics.c (is_instantiation_of_constexpr): Likewise.
(register_constexpr_fundef): Likewise.
------------------------------------------------------------------------
r179018 | ian | 2011-09-20 14:00:07 -0700 (Tue, 20 Sep 2011) | 2 lines
Changed paths:
M /trunk/gcc/go/gofrontend/gogo.cc
M /trunk/gcc/go/gofrontend/gogo.h
M /trunk/gcc/go/gofrontend/parse.cc
M /trunk/gcc/go/gofrontend/statements.cc
M /trunk/gcc/testsuite/go.test/test/fixedbugs/bug140.go
M /trunk/gcc/testsuite/go.test/test/fixedbugs/bug178.go
M /trunk/gcc/testsuite/go.test/test/if.go
M /trunk/libgo/syscalls/exec.go
Implement goto restrictions.
------------------------------------------------------------------------
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