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]

NEW GCC build failure, HEAD@174833 on native


With your recent patch, GCC HEAD revision 174833 had problems on:
native: build (NEW build failure)
Attached is build output for those targets.
The previous build was of revision 174812.

Log information for changes since the last build:
------------------------------------------------------------------------
r174813 | jakub | 2011-06-08 10:36:12 -0700 (Wed, 08 Jun 2011) | 4 lines
Changed paths:
   M /trunk/gcc/testsuite/ChangeLog
   M /trunk/gcc/testsuite/g++.dg/debug/dwarf2/integer-typedef.C

	PR testsuite/49323
	* g++.dg/debug/dwarf2/integer-typedef.C: Add -fno-merge-debug-strings
	to dg-options, match also DW_AT_linkage_name.

------------------------------------------------------------------------
r174814 | ian | 2011-06-08 11:56:00 -0700 (Wed, 08 Jun 2011) | 2 lines
Changed paths:
   M /trunk/gcc/go/gofrontend/expressions.cc

Correct type size comparison.

------------------------------------------------------------------------
r174815 | aoliva | 2011-06-08 12:39:12 -0700 (Wed, 08 Jun 2011) | 4 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/tree-flow-inline.h

* tree-flow-inline.h (op_iter_init): Reject GIMPLE_PHI stmts.
(num_ssa_operands): Likewise.
(op_iter_init_phiuse): Forward-declare.
(delink_stmt_imm_use): Iterate with FOR_EACH_PHI_OR_STMT_USE.
------------------------------------------------------------------------
r174816 | jakub | 2011-06-08 12:42:32 -0700 (Wed, 08 Jun 2011) | 3 lines
Changed paths:
   M /trunk/gcc/cp/ChangeLog
   M /trunk/gcc/cp/cp-tree.h

	* cp-tree.h (struct tinst_level): Add chain_next GTY
	markup.

------------------------------------------------------------------------
r174818 | rupp | 2011-06-08 14:27:06 -0700 (Wed, 08 Jun 2011) | 7 lines
Changed paths:
   M /trunk/fixincludes/ChangeLog
   M /trunk/fixincludes/config.h.in
   M /trunk/fixincludes/configure
   M /trunk/fixincludes/configure.ac

2011-06-08  Douglas B Rupp  <rupp@gnat.com>

	* fixincludes/configure.ac (AC_USE_SYSTEM_EXTENSIONS): Add.
	* fixincludes/configure: Regenerate.
	* fixincludes/config.h.in: Regenerate.


------------------------------------------------------------------------
r174819 | jason | 2011-06-08 14:34:54 -0700 (Wed, 08 Jun 2011) | 2 lines
Changed paths:
   M /trunk/gcc/cp/ChangeLog
   M /trunk/gcc/cp/semantics.c

	* semantics.c (potential_constant_expression_1): Handle destructor
	call.
------------------------------------------------------------------------
r174820 | jason | 2011-06-08 14:35:02 -0700 (Wed, 08 Jun 2011) | 26 lines
Changed paths:
   M /trunk/gcc/cp/ChangeLog
   M /trunk/gcc/cp/cp-objcp-common.c
   M /trunk/gcc/cp/cp-tree.def
   M /trunk/gcc/cp/cp-tree.h
   M /trunk/gcc/cp/cxx-pretty-print.c
   M /trunk/gcc/cp/decl.c
   M /trunk/gcc/cp/decl2.c
   M /trunk/gcc/cp/error.c
   M /trunk/gcc/cp/except.c
   M /trunk/gcc/cp/method.c
   M /trunk/gcc/cp/pt.c
   M /trunk/gcc/cp/ptree.c
   M /trunk/gcc/cp/search.c
   M /trunk/gcc/cp/tree.c
   M /trunk/gcc/cp/typeck2.c
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/g++.dg/cpp0x/noexcept11.C
   A /trunk/gcc/testsuite/g++.dg/cpp0x/noexcept12.C
   M /trunk/gcc/testsuite/g++.dg/cpp0x/sfinae11.C

	PR c++/49107
	* cp-tree.def (DEFERRED_NOEXCEPT): New.
	* cp-tree.h (struct tree_deferred_noexcept): New.
	(DEFERRED_NOEXCEPT_PATTERN, DEFERRED_NOEXCEPT_ARGS): New.
	(DEFERRED_NOEXCEPT_SPEC_P): New.
	(enum cp_tree_node_structure_enum): Add TS_CP_DEFERRED_NOEXCEPT.
	(union lang_tree_node): Add tree_deferred_noexcept.
	(maybe_instantiate_noexcept): Declare.
	* cp-objcp-common.c (cp_tree_size): Handle DEFERRED_NOEXCEPT.
	* error.c (dump_exception_spec): Likewise.
	* cxx-pretty-print.c (pp_cxx_exception_specification): Likewise.
	* ptree.c (cxx_print_xnode): Likewise.
	* tree.c (cp_tree_equal): Likewise.
	* decl.c (cp_tree_node_structure): Likewise.
	(duplicate_decls): Call maybe_instantiate_noexcept.
	* except.c (build_noexcept_spec): Handle DEFERRED_NOEXCEPT.
	(nothrow_spec_p, type_noexcept_p, type_throw_all_p): Check
	DEFERRED_NOEXCEPT_SPEC_P.
	* typeck2.c (merge_exception_specifiers): Likewise.
	* decl2.c (mark_used): Call maybe_instantiate_noexcept.
	* method.c (process_subob_fn, defaulted_late_check): Likewise.
	* pt.c (tsubst_exception_specification): Add defer_ok parm.
	Build DEFERRED_NOEXCEPT.
	(maybe_instantiate_noexcept): New.
	(tsubst, regenerate_decl_from_template, instantiate_decl): Adjust.
	* search.c (check_final_overrider): Call maybe_instantiate_noexcept.
------------------------------------------------------------------------
r174823 | nicola | 2011-06-08 16:00:51 -0700 (Wed, 08 Jun 2011) | 6 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/doc/objc.texi

In gcc/doc/:
2011-06-09  Nicola Pero  <nicola.pero@meta-innovation.com>

	* doc/objc.texi (Traditional GNU Objective-C runtime API):
	Updated.

------------------------------------------------------------------------
r174824 | kkojima | 2011-06-08 16:13:27 -0700 (Wed, 08 Jun 2011) | 6 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/sh/predicates.md

	PR target/49305
	* config/sh/predicates.md (general_movsrc_operand): Check
	mode for memory with indexed address for QI and HImode.
	(general_movdst_operand): Likewise.


------------------------------------------------------------------------
r174829 | gccadmin | 2011-06-08 17:18:47 -0700 (Wed, 08 Jun 2011) | 1 line
Changed paths:
   M /trunk/gcc/DATESTAMP

Daily bump.
------------------------------------------------------------------------
r174833 | xmj | 2011-06-08 19:26:19 -0700 (Wed, 08 Jun 2011) | 1 line
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/treestruct.def

Fix the printable name typo
------------------------------------------------------------------------

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

Attachment: native-log.txt
Description: Text document

-- 
Geoffrey Keating <geoffk@apple.com> 
(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]