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@159896 on native


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

Log information for changes since the last build:
------------------------------------------------------------------------
r159858 | steven | 2010-05-26 02:52:03 -0700 (Wed, 26 May 2010) | 2 lines
Changed paths:
   M /trunk/gcc/fortran/ChangeLog
   M /trunk/gcc/fortran/f95-lang.c

	* fortran/f95-lang.c: Do not include libfuncs.h, expr.h, and except.h.

------------------------------------------------------------------------
r159859 | steven | 2010-05-26 02:52:56 -0700 (Wed, 26 May 2010) | 2 lines
Changed paths:
   M /trunk/gcc/cp/ChangeLog
   M /trunk/gcc/cp/cp-lang.c

	* cp-lang.c: Do not include expr.h.

------------------------------------------------------------------------
r159860 | steven | 2010-05-26 02:53:37 -0700 (Wed, 26 May 2010) | 2 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/c-typeck.c

	* c-typeck.c: Do not include expr.h.

------------------------------------------------------------------------
r159861 | rguenth | 2010-05-26 03:30:31 -0700 (Wed, 26 May 2010) | 12 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/testsuite/ChangeLog
   M /trunk/gcc/testsuite/g++.dg/tree-ssa/pr13146.C
   A /trunk/gcc/testsuite/gcc.c-torture/execute/pr44164.c
   M /trunk/gcc/tree-ssa-alias.c

2010-05-26  Richard Guenther  <rguenther@suse.de>

	PR rtl-optimization/44164
	* tree-ssa-alias.c (aliasing_component_refs_p): Fix the
	no-common access-path disambiguation.
	(indirect_ref_may_alias_decl_p): Adjust.
	(indirect_refs_may_alias_p): Likewise.
	(refs_may_alias_p_1): Likewise.

	* gcc.c-torture/execute/pr44164.c: New testcase.
	* g++.dg/tree-ssa/pr13146.C: Adjust.

------------------------------------------------------------------------
r159862 | steven | 2010-05-26 03:34:40 -0700 (Wed, 26 May 2010) | 2 lines
Changed paths:
   M /trunk/gcc/lto/ChangeLog
   M /trunk/gcc/lto/lto-lang.c

	* lto-lang.c: Do not include expr.h.

------------------------------------------------------------------------
r159863 | lauras | 2010-05-26 04:24:42 -0700 (Wed, 26 May 2010) | 20 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/ggc-common.c
   M /trunk/gcc/ggc-zone.c

2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

	* ggc-zone.c: Update copyright year.
	(poison_region): Mark memory for Valgrind as undefined before
	memset () call and inaccessible afterwards.
	(ggc_pch_total_size): Change type of i to int.

2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

	* ggc-common.c (ggc_free_overhead): Allow empty slot.

2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

	* ggc-common.c: Update copyright year.
	(ggc_rlimit_bound): Remove prototype.  Compile only if
	!ENABLE_GC_CHECKING && !ENABLE_GC_ALWAYS_COLLECT.
	(ggc_min_heapsize_heuristic): Compile only if !ENABLE_GC_CHECKING
	&& !ENABLE_GC_ALWAYS_COLLECT.  Make static.
	(ggc_min_heapsize_heuristic): Likewise.

------------------------------------------------------------------------
r159867 | hariharans | 2010-05-26 05:20:31 -0700 (Wed, 26 May 2010) | 4 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/picochip/picochip.md

	* config/picochip/picochip.md (movsi): Split a movsi from a
	const after reload.


------------------------------------------------------------------------
r159869 | jsm28 | 2010-05-26 06:40:53 -0700 (Wed, 26 May 2010) | 38 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/Makefile.in
   M /trunk/gcc/c-common.c
   M /trunk/gcc/c-opts.c
   M /trunk/gcc/diagnostic.c
   M /trunk/gcc/diagnostic.h
   M /trunk/gcc/fortran/ChangeLog
   M /trunk/gcc/fortran/cpp.c
   A /trunk/gcc/opts-diagnostic.h
   M /trunk/gcc/opts.c
   M /trunk/gcc/toplev.c

	* diagnostic.c: Don't include opts.h.
	(permissive_error_option): Define.
	(diagnostic_initialize): Take n_opts parameter.  Allocate memory
	for classify_diagnostic.  Don't use memset for
	classify_diagnostic.  Initialize new and recently added fields.
	(diagnostic_classify_diagnostic): Use context->n_opts instead of
	N_OPTS.
	(diagnostic_report_diagnostic): Pass context parameter to
	diagnostic_report_warnings_p.  Use option_enabled and option_name
	hooks from context.
	(emit_diagnostic): Use permissive_error_option.
	(permerror): Likewise.
	* diagnostic.h: Don't include options.h.
	(struct diagnostic_context): Add n_opts, opt_permissive,
	inhibit_warnings, warn_system_headers, option_enabled and
	option_name fields.  Change classify_diagnostic to a pointer.
	* opts-diagnostic.h: New file.
	* opts.c: Include opts-diagnostic.h.
	(common_handle_option): Set global_dc fields for -Wfatal-errors,
	-Wsystem-headers, -fshow-column, -pedantic-errors and -w.
	(option_name): New function.
	* c-opts.c (c_common_init_options): Set global_dc->opt_permissive.
	(c_common_handle_option): Set global_dc->permissive for
	-fpermissive.
	* c-common.c (c_cpp_error): Save and restore
	global_dc->warn_system_headers, not variable warn_system_headers.
	* toplev.c: Include opts-diagnostic.h.
	(general_init): Update call to diagnostic_initialize.  Set
	global_dc->show_column, global_dc->option_enabled and
	global_dc->option_name.
	(process_options): Don't set global_dc fields here.
	* Makefile.in (DIAGNOSTIC_H): Remove options.h.
	(diagnostic.o, opts.o, toplev.o): Update dependencies.

fortran:
	* cpp.c (cb_cpp_error): Save and restore
	global_dc->warn_system_headers, not variable warn_system_headers.

------------------------------------------------------------------------
r159870 | froydnj | 2010-05-26 06:55:30 -0700 (Wed, 26 May 2010) | 16 lines
Changed paths:
   M /trunk/gcc/java/ChangeLog
   M /trunk/gcc/java/class.c
   M /trunk/gcc/java/java-tree.h
   M /trunk/gcc/java/jcf-parse.c
   M /trunk/gcc/java/resource.c

	* class.c (utf8_decl_list): Delete.
	(build_utf8_ref): Remove references to it.
	* java-tree.h (all_class_list): Delete.
	(predef_filenames): Delete.
	(enum java_tree_index) [JTI ALL_CLASS_LIST,JTI_PREDEF_FILENAMES]:
	Delete.
	* jcf-parse.c (parse_roots): Decrease size to 2.
	(current_file_list): Convert to a VEC.
	(all_class_list): Declare.
	(jcf_parse): Adjust for new type of all_class_list.
	(java_layout_seen_class_methods): Likewise.
	(predefined_filenames): Declare.
	(add_predefined_file): Use it.
	(predefined_filename_p): Likewise.
	(java_parse_file): Adjust for new type of current_file_list.                                                                                                                                                     *

------------------------------------------------------------------------
r159871 | rguenth | 2010-05-26 07:41:45 -0700 (Wed, 26 May 2010) | 4 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/opts.c

2010-05-26  Richard Guenther  <rguenther@suse.de>

	* opts.c (common_handle_option): Handle OPT_Ofast.

------------------------------------------------------------------------
r159873 | jason | 2010-05-26 08:00:02 -0700 (Wed, 26 May 2010) | 3 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/cpp0x/variadic101.C

	PR c++/43382
	* pt.c (fn_type_unification): Don't get confused by recursive
	unification.
------------------------------------------------------------------------
r159874 | lauras | 2010-05-26 08:08:28 -0700 (Wed, 26 May 2010) | 5 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/ggc.h

2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

	* ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic):
	Remove.

------------------------------------------------------------------------
r159876 | steven | 2010-05-26 08:23:00 -0700 (Wed, 26 May 2010) | 4 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/spu/spu-c.c

	* config/spu/spu-c.c: Do not include function.h, rtl.h, expr.h,
	insn-config.h, insn-codes.h, recog.h, and optabs.h.


------------------------------------------------------------------------
r159877 | rguenth | 2010-05-26 08:35:03 -0700 (Wed, 26 May 2010) | 10 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/tree-ssa-sccvn.c

2010-05-26  Richard Guenther  <rguenther@suse.de>

	* tree-ssa-sccvn.c (copy_nary): Adjust.
	(copy_phis): Rename to ...
	(copy_phi): ... this.  Adjust.
	(copy_references): Rename to ...
	(copy_reference): ... this.  Adjust.
	(process_scc): Use HTAB_FOR_EACH_ELEMENT to insert the
	result into the valid table.

------------------------------------------------------------------------
r159879 | ktietz | 2010-05-26 09:13:55 -0700 (Wed, 26 May 2010) | 71 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/builtin-types.def
   M /trunk/gcc/c-common.c
   M /trunk/gcc/c-common.h
   M /trunk/gcc/c-cppbuiltin.c
   M /trunk/gcc/c-decl.c
   M /trunk/gcc/c-parser.c
   M /trunk/gcc/c-pretty-print.c
   M /trunk/gcc/c-tree.h
   M /trunk/gcc/cp/cp-tree.h
   M /trunk/gcc/cp/decl.c
   M /trunk/gcc/cp/mangle.c
   M /trunk/gcc/cp/parser.c
   M /trunk/gcc/cp/rtti.c
   M /trunk/gcc/cp/typeck.c
   M /trunk/gcc/doc/extend.texi
   M /trunk/gcc/gimple.c
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/c-c++-common/int128-1.c
   A /trunk/gcc/testsuite/c-c++-common/int128-2.c
   A /trunk/gcc/testsuite/c-c++-common/int128-types-1.c
   A /trunk/gcc/testsuite/g++.dg/abi/mangle43.C
   M /trunk/gcc/testsuite/g++.dg/cpp0x/nullptr04.C
   M /trunk/gcc/testsuite/g++.dg/init/enum1.C
   M /trunk/gcc/testsuite/g++.dg/other/large-size-array.C
   M /trunk/gcc/testsuite/g++.dg/other/pr25632.C
   M /trunk/gcc/testsuite/g++.dg/warn/Wconversion-null-2.C
   M /trunk/gcc/testsuite/g++.dg/warn/Wconversion-null.C
   M /trunk/gcc/testsuite/g++.dg/warn/pr13358-2.C
   M /trunk/gcc/testsuite/g++.dg/warn/pr13358-4.C
   M /trunk/gcc/testsuite/lib/target-supports.exp
   M /trunk/gcc/tree.c
   M /trunk/gcc/tree.h
   M /trunk/libiberty/ChangeLog
   M /trunk/libiberty/testsuite/demangle-expected

libiberty/

2010-05-26  Kai Tietz  <kai.tietz@onevision.com>

        * testsuite/demangle-expected: Add tests for __int128
        and unsigned __int128 types.

gcc/testsuite
2010-05-26  Kai Tietz  <kai.tietz@onevision.com>

	* lib/target-supports.exp (check_effective_target_int128): New
	function to check if __int128 types are available for target.
	* testsuite/c-c++-common/int128-types-1.c: New.
	* testsuite/c-c++-common/int128-1.c: New.
	* testsuite/c-c++-common/int128-2.c: New.
	* g++.dg/abi/mangle43.C: New.
	* g++.dg/init/enum1.C: Handle __int128 case and add -Wno-overflow.
	* g++.dg/cpp0x/nullptr04.C: Use __SIZE_TYPE__ for getting
	pointer-wide scalar.
	* g++.dg/other/pr25632.C: Likewise.
	* g++.dg/other/large-size-array.C (DIM): Use ULLONG_MAX for win64 case.
	* g++.dg/warn/pr13358-2.C: Add llp64 for check of special
	overflow warnings.
	* g++.dg/warn/pr13358-4.C: Likewise.
	* g++.dg/warn/Wconversion-null-2.C:  Add 'long long' case.
	* g++.dg/warn/Wconversion-null.C: Likewise.

gcc/
2010-05-26  Kai Tietz  <kai.tietz@onevision.com>

	* builtin-types.def (BT_INT128): New primitive type.
	(BT_UINT128): Likewise.
	* c-common.c (c_common_r): Add __int128 keyword.
	(c_common_type_for_size): Handle __int128.
	(c_common_type_for_mode): Likewise.
	(c_common_signed_or_unsigned_type): Likewise.
	(c_common_nodes_and_builtins): Add builtin type
	if target supports 128-bit integer scalar.
	* c-common.h (enum rid): Add RID_INT128.
	* c-cppbuiltin.c (c_cpp_builtins): Define __SIZEOF_INT128__
	if target supports 128-bit integer scalar.
	* c-decl.c (declspecs_add_type): Handle new keyword
	__int128.
	(finish_declspecs): Likewise.
	* c-parser.c (c_token_starts_typename): Handle RID_INT128.
	(c_token_starts_declspecs): Likewise.
	(c_parser_declspecs): Likewise.
	(c_parser_attributes): Likewise.
	(c_parser_objc_selector): Likewise.
	* c-pretty-print.c (pp_c_integer_constant): Handle __int128.
	* c-tree.h (enum c_typespec_keyword): Add cts_int128.
	* gimple.c (gimple_signed_or_unsigned_type): Handle int128 types.
	* tree.c (make_or_reuse_type): Likewise.
	(make_unsigned_type): Likewise.
	(build_common_tree_nodes_2): Likewise.
	* tree.h (enum integer_type_kind): Add itk_int128 and
	itk_unsigned_int128.
	(int128_integer_type_node): New define..
	(int128_unsigned_type_node): New define.
	* cp/cp-tree.h (cp_decl_specifier_seq): Add new bifield
	explicit_int128_p.
	* cp/decl.c (grokdeclarator): Handle __int128.
	* cp/parser.c (cp_lexer_next_token_is_decl_specifier_ke): Likewise.
	(cp_parser_simple_type_specifier): Likewise.
	* cp/rtti.c (emit_support_tinfos): Add int128 nodes for rtti.
	* cp/typeck.c (cp_common_type): Handle __int128.
	* cp/mangle.c (integer_type_codes): Add itk_int128 and
	itk_unsigned_int128.
	* doc/extend.texi: Add documentation about __int128 type.


------------------------------------------------------------------------
r159880 | spop | 2010-05-26 09:45:47 -0700 (Wed, 26 May 2010) | 6 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/tree-if-conv.c

Fix comments.

2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>

	* tree-if-conv.c: Update copyright years.  Fix comments.
	Fix indentation.
------------------------------------------------------------------------
r159881 | spop | 2010-05-26 09:45:56 -0700 (Wed, 26 May 2010) | 5 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/tree-if-conv.c

Make tree_if_conversion not return a bool.

2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>

	* tree-if-conv.c (tree_if_conversion): Do not return a bool.
------------------------------------------------------------------------
r159882 | spop | 2010-05-26 09:46:12 -0700 (Wed, 26 May 2010) | 7 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/tree-if-conv.c

Do not compute/free CDI_POST_DOMINATORS.

2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>

	* tree-if-conv.c (if_convertible_loop_p): Do not compute/free
	CDI_POST_DOMINATORS.
	(tree_if_conversion): Same.
------------------------------------------------------------------------
r159883 | spop | 2010-05-26 09:46:25 -0700 (Wed, 26 May 2010) | 6 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/tree-if-conv.c

Avoid if-conversion of loops in which the data dependence analysis fails.

2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>

	* tree-if-conv.c (if_convertible_loop_p): Avoid if-conversion
	of loops in which the data dependence analysis fails.
------------------------------------------------------------------------
r159884 | spop | 2010-05-26 09:46:39 -0700 (Wed, 26 May 2010) | 6 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/tree-if-conv.c

Don't handle BBs with more than 2 preds or succs.

2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>

	* tree-if-conv.c (if_convertible_bb_p): Don't handle BBs with more
	than 2 predecessors or more than 2 successors.
------------------------------------------------------------------------
r159885 | spop | 2010-05-26 09:46:49 -0700 (Wed, 26 May 2010) | 10 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/tree-if-conv.c

Remove conditions in the code generation of if-conversion.

2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>

	* tree-if-conv.c (tree_if_convert_cond_stmt): Do not remove
	statements in the analysis part.
	(tree_if_convert_stmt): Update comment.
	(remove_conditions_and_labels): New.
	(combine_blocks): Call remove_conditions_and_labels.
	(tree_if_conversion): Update comment.
------------------------------------------------------------------------
r159886 | spop | 2010-05-26 09:46:59 -0700 (Wed, 26 May 2010) | 12 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/tree-if-conv.c

Reorganize the analysis of basic block predication.

2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>

	* tree-if-conv.c (add_to_dst_predicate_list): Do not pass a statemet
	iterator in parameter.  Do not generate code during the analysis.
	(tree_if_convert_cond_stmt): Removed.
	(tree_if_convert_stmt): Removed.
	(predicate_bbs): New.
	(if_convertible_loop_p): Call predicate_bbs.
	(tree_if_conversion): Simplify the top-level logic as predicate_bbs
	now contains all the analysis part.
------------------------------------------------------------------------
r159887 | spop | 2010-05-26 09:47:08 -0700 (Wed, 26 May 2010) | 8 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/tree-if-conv.c

Do not check the if-convertibility of statements that are not predicated.

2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>

	* tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Do not
	special case loop->header.
	(is_predicated): New.
	(if_convertible_loop_p): Call it.
------------------------------------------------------------------------
r159889 | ebotcazou | 2010-05-26 09:55:35 -0700 (Wed, 26 May 2010) | 6 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/dwarf2out.c

	* dwarf2out.c (struct dw_fde_struct): Reorder flags.
	(fde_needed_for_eh_p): New predicate.
	(output_call_frame_info): Use it throughout to decide whether FDEs
	are needed for EH purpose.
	(dwarf2out_begin_prologue): Reorder assignments.

------------------------------------------------------------------------
r159890 | aesok | 2010-05-26 10:12:20 -0700 (Wed, 26 May 2010) | 13 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/sparc/sparc-protos.h
   M /trunk/gcc/config/sparc/sparc.c
   M /trunk/gcc/config/sparc/sparc.h

	* config/sparc/sparc.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
	LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
	* config/sparc/sparc-protos.h (function_value): Remove declaration.
	* config/sparc/sparc.c (sparc_function_value, sparc_libcall_value,
	sparc_function_value_regno_p): New functions.
	(TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
	TARGET_FUNCTION_VALUE_REGNO_P): Define.
	(function_value): Rename to...
	(sparc_function_value_1): ... this. Make static. Change 'incoming_p'
	argument to 'outgoing'.
	(function_arg_record_value, function_arg_union_value,
	function_arg_vector_value): Update comment.

------------------------------------------------------------------------
r159894 | sterling | 2010-05-26 10:36:37 -0700 (Wed, 26 May 2010) | 5 lines
Changed paths:
   M /trunk/ChangeLog
   M /trunk/MAINTAINERS
   M /trunk/include/xtensa-config.h

2010-05-25  Sterling Augustine <sterling@tensilica.com>

        * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.


------------------------------------------------------------------------
r159896 | ebotcazou | 2010-05-26 10:57:30 -0700 (Wed, 26 May 2010) | 3 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/gimple.c
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gnat.dg/lto10.adb
   A /trunk/gcc/testsuite/gnat.dg/lto10_pkg.ads

	* gimple.c (gimple_types_compatible_p): Return 0 for aggregate and
	pointer types if they have different alignment or mode.
(truncated)

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]