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]

GCC build failure, HEAD@158675 on native


With your recent patch, GCC HEAD revision 158675 had problems on:
native: build (about the same as the previous build)
Attached is build output for those targets.
The previous build was of revision 158666.

Log information for changes since the last build:
------------------------------------------------------------------------
r158667 | jamborm | 2010-04-23 07:43:10 -0700 (Fri, 23 Apr 2010) | 9 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gcc.c-torture/execute/pr43835.c
   M /trunk/gcc/tree-sra.c

2010-04-23  Martin Jambor  <mjambor@suse.cz>

	PR middle-end/43835
	* tree-sra.c (ipa_sra_preliminary_function_checks): Check that the
	function does not have type attributes.

	* testsuite/gcc.c-torture/execute/pr43835.c: New test.


------------------------------------------------------------------------
r158668 | jamborm | 2010-04-23 07:52:06 -0700 (Fri, 23 Apr 2010) | 13 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gcc.dg/tree-ssa/sra-10.c
   M /trunk/gcc/tree-sra.c

2010-04-23  Martin Jambor  <mjambor@suse.cz>

	PR tree-optimization/43846
	* tree-sra.c (struct access): New flag grp_assignment_read.
	(build_accesses_from_assign): Set grp_assignment_read.
	(sort_and_splice_var_accesses): Propagate grp_assignment_read.
	(enum mark_read_status): New type.
	(analyze_access_subtree): Propagate grp_assignment_read, create
	accesses also if both direct_read and root->grp_assignment_read.

	* testsuite/gcc.dg/tree-ssa/sra-10.c: New test.


------------------------------------------------------------------------
r158669 | rguenth | 2010-04-23 08:18:24 -0700 (Fri, 23 Apr 2010) | 9 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gcc.dg/lto/20100423-1_0.c
   A /trunk/gcc/testsuite/gcc.dg/lto/20100423-1_1.c
   M /trunk/gcc/tree-inline.c

2010-04-23  Richard Guenther  <rguenther@suse.de>

	PR lto/43455
	* tree-inline.c (tree_can_inline_p): Also check compatibility
	of return types.

	* gcc.dg/lto/20100423-1_0.c: New testcase.
	* gcc.dg/lto/20100423-1_1.c: Likewise.

------------------------------------------------------------------------
r158670 | rguenth | 2010-04-23 08:32:22 -0700 (Fri, 23 Apr 2010) | 6 lines
Changed paths:
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gcc.dg/lto/20100423-2_0.c
   A /trunk/gcc/testsuite/gcc.dg/lto/20100423-2_1.c

2010-04-23  Richard Guenther  <rguenther@suse.de>

	PR lto/41734
	* gcc.dg/lto/20100423-2_0.c: New testcase.
	* gcc.dg/lto/20100423-2_0.c: Likewise.

------------------------------------------------------------------------
r158671 | rguenth | 2010-04-23 08:46:23 -0700 (Fri, 23 Apr 2010) | 5 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/tree-tailcall.c

2010-04-23  Richard Guenther  <rguenther@suse.de>

	PR tree-optimization/43572
	* tree-tailcall.c (find_tail_calls): Allow PARM_DECL uses.

------------------------------------------------------------------------
r158673 | rguenth | 2010-04-23 08:49:10 -0700 (Fri, 23 Apr 2010) | 10 lines
Changed paths:
   M /trunk/lto-plugin/ChangeLog
   M /trunk/lto-plugin/lto-plugin.c

2010-04-23  Richard Guenther  <rguenther@suse.de>

	PR lto/41550
	* lto-plugin.c (parse_table_entry): Use xstrdup and xrealloc.
	(translate): Likewise.
	(all_symbols_read_handler): Likewise.
	(claim_file_handler): Likewise.
	(process_option): Likewise.
	(add_output_files): Likewise.  Remove filename length limit.

------------------------------------------------------------------------
r158675 | ebotcazou | 2010-04-23 09:16:50 -0700 (Fri, 23 Apr 2010) | 3 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/expr.c
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gnat.dg/unchecked_convert5.adb

	* expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Only use conversion
	between modes if both types are integral.

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

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]