Fwd: 26 new GCC HEAD@142425 regressions

Geoffrey Keating geoffk@apple.com
Thu Dec 4 19:48:00 GMT 2008


Hi Jason,

Looks like one of these changes didn't work so well on powerpc...

Begin forwarded message:

> From: regress@apple.com (regress)
> Date: 4 December 2008 2:54:14 AM
> To: geoffk@apple.com
> Subject: 26 new GCC HEAD@142425 regressions
> Reply-To: geoffk@apple.com
>
> With your recent patch, GCC HEAD revision 142425 had problems on:
> native: regress-33 (26 NEW failures)
> The previous build was of revision 142401.
>
> Regressions for native:
> NEW   g++.sum g++.dg/eh/crossjump1.C
> NEW   g++.sum g++.dg/inherit/covariant1.C
> NEW   g++.sum g++.dg/inherit/ptrmem2.C
> old   g++.sum g++.dg/init/copy5.C
> old   g++.sum g++.dg/pch/pch.C
> old   g++.sum g++.dg/pubtypes.C
> NEW   g++.sum g++.old-deja/g++.abi/empty2.C
> old   gcc.sum gcc.c-torture/compile/limits-exprparen.c
> old   gcc.sum gcc.c-torture/execute/930718-1.c
> old   gcc.sum gcc.dg/pch/save-temps-1.c
> old   gcc.sum gcc.dg/vect/vect-67.c
> NEW   libstdc++.sum ext/pb_ds/example/basic_map.cc
> NEW   libstdc++.sum ext/pb_ds/example/basic_multimap.cc
> NEW   libstdc++.sum ext/pb_ds/example/basic_set.cc
> NEW   libstdc++.sum ext/pb_ds/example/erase_if.cc
> NEW   libstdc++.sum ext/pb_ds/example/hash_illegal_resize.cc
> NEW   libstdc++.sum ext/pb_ds/example/hash_initial_size.cc
> NEW   libstdc++.sum ext/pb_ds/example/hash_load_set_change.cc
> NEW   libstdc++.sum ext/pb_ds/example/hash_mod.cc
> NEW   libstdc++.sum ext/pb_ds/example/hash_resize.cc
> NEW   libstdc++.sum ext/pb_ds/example/hash_shift_mask.cc
> NEW   libstdc++.sum ext/pb_ds/example/priority_queue_xref.cc
> NEW   libstdc++.sum ext/pb_ds/example/ranged_hash.cc
> NEW   libstdc++.sum ext/pb_ds/example/store_hash.cc
> NEW   libstdc++.sum ext/pb_ds/example/tree_join.cc
> NEW   libstdc++.sum ext/pb_ds/example/tree_order_statistics_join.cc
> NEW   libstdc++.sum ext/pb_ds/regression/associative_containers.cc
> NEW   libstdc++.sum ext/pb_ds/regression/hash_data_map_rand.cc
> NEW   libstdc++.sum ext/pb_ds/regression/hash_no_data_map_rand.cc
> NEW   libstdc++.sum ext/pb_ds/regression/tree_data_map_rand.cc
> NEW   libstdc++.sum ext/pb_ds/regression/tree_no_data_map_rand.cc
> NEW   libstdc++.sum ext/pb_ds/regression/trie_data_map_rand.cc
> NEW   libstdc++.sum ext/pb_ds/regression/trie_no_data_map_rand.cc
>
> Log information for changes since the last build:
> ------------------------------------------------------------------------
> r142404 | jason | 2008-12-03 11:22:08 -0800 (Wed, 03 Dec 2008) | 6  
> lines
> Changed paths:
>   M /trunk/gcc/cp/ChangeLog
>   M /trunk/gcc/cp/decl.c
>   M /trunk/gcc/cp/pt.c
>   M /trunk/gcc/testsuite/ChangeLog
>   A /trunk/gcc/testsuite/g++.dg/cpp0x/initlist10.C
>   M /trunk/gcc/testsuite/g++.dg/tc1/dr152.C
>   M /trunk/gcc/testsuite/g++.old-deja/g++.eh/ctor1.C
>
>        PR c++/38380
>        * decl.c (grokdeclarator): Only set DECL_NONCONVERTING_P
>        on explicit constructors.
>        * pt.c (tsubst_copy_and_build) [CONSTRUCTOR]: Propagate
>        CONSTRUCTOR_IS_DIRECT_INIT.
>
> ------------------------------------------------------------------------
> r142408 | domob | 2008-12-03 13:37:43 -0800 (Wed, 03 Dec 2008) | 6  
> lines
> Changed paths:
>   M /trunk/ChangeLog
>   M /trunk/MAINTAINERS
>
> 2008-12-03  Daniel Kraft  <d@domob.eu>
>
> 	* MAINTAINERS:  Moved myself and Mikael Morin from Write After
> 	Approval to Reviewer section (for Fortran front-end).
>
>
> ------------------------------------------------------------------------
> r142410 | jason | 2008-12-03 13:42:22 -0800 (Wed, 03 Dec 2008) | 5  
> lines
> Changed paths:
>   M /trunk/gcc/cp/ChangeLog
>   M /trunk/gcc/cp/decl.c
>   M /trunk/gcc/cp/parser.c
>   M /trunk/gcc/testsuite/ChangeLog
>   A /trunk/gcc/testsuite/g++.dg/cpp0x/auto11.C
>
>        PR c++/38256
>        * parser.c (cp_parser_conversion_type_id): Diagnose
>        'operator auto' here.
>        * decl.c (grokdeclarator): Not here.
>
> ------------------------------------------------------------------------
> r142415 | janis | 2008-12-03 15:28:00 -0800 (Wed, 03 Dec 2008) | 4  
> lines
> Changed paths:
>   M /trunk/gcc/testsuite/ChangeLog
>   M /trunk/gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C
>
> 2008-12-03  Jack Howarth  <howarth@bromo.med.uc.edu>
>
> 	* g++.old-deja/g++.eh/badalloc1.C: Omit XFAIL on obsolete Darwin.
>
> ------------------------------------------------------------------------
> r142417 | janis | 2008-12-03 15:41:46 -0800 (Wed, 03 Dec 2008) | 2  
> lines
> Changed paths:
>   M /trunk/gcc/testsuite/ChangeLog
>   M /trunk/gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C
>
>        * g++.old-deja/g++.eh/badalloc1.C: Reinstate XFAIL for Darwin  
> 3-7.
>
> ------------------------------------------------------------------------
> r142418 | jason | 2008-12-03 15:57:19 -0800 (Wed, 03 Dec 2008) | 6  
> lines
> Changed paths:
>   M /trunk/gcc/cp/ChangeLog
>   M /trunk/gcc/cp/init.c
>   M /trunk/gcc/testsuite/ChangeLog
>   A /trunk/gcc/testsuite/g++.dg/init/value5.C
>
>        PR c++/38232
>        * init.c (build_value_init): Do initial zero-initialization
>        of a class with an implicitly-defined constructor using
>        build_zero_init rather than in build_value_init.
>        (build_value_init_1): Fold into build_value_init.
>
> ------------------------------------------------------------------------
> r142421 | gccadmin | 2008-12-03 16:17:00 -0800 (Wed, 03 Dec 2008) |  
> 1 line
> Changed paths:
>   M /trunk/gcc/DATESTAMP
>
> Daily bump.
> ------------------------------------------------------------------------
>
> For more information, see <http://gcc.gnu.org/regtest/HEAD/>.
>
>
> -- 
> Geoffrey Keating <geoffk@apple.com>
> (via an automated GCC regression-testing script.)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2462 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-regression/attachments/20081204/bafba5ad/attachment.p7s>


More information about the Gcc-regression mailing list