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


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

Log information for changes since the last build:
------------------------------------------------------------------------
r186741 | jakub | 2012-04-23 23:03:43 -0700 (Mon, 23 Apr 2012) | 4 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/varasm.c

	PR middle-end/52999
	* varasm.c (get_section): Don't ICE for section conflicts with
	built-in section kinds.

------------------------------------------------------------------------
r186742 | jakub | 2012-04-23 23:07:30 -0700 (Mon, 23 Apr 2012) | 7 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gcc.c-torture/execute/pr53084.c
   M /trunk/gcc/varasm.c

	PR middle-end/53084
	* varasm.c (compute_reloc_for_constant): Handle ADDR_EXPR
	of MEM_REF.
	(output_addressed_constants): Likewise.

	* gcc.c-torture/execute/pr53084.c: New test.

------------------------------------------------------------------------
r186744 | naveenh | 2012-04-23 23:10:14 -0700 (Mon, 23 Apr 2012) | 1 line
Changed paths:
   M /trunk/gcc/config/h8300/h8300.md

Use braced string notation where applicable for h8300.md
------------------------------------------------------------------------
r186747 | naveenh | 2012-04-23 23:59:57 -0700 (Mon, 23 Apr 2012) | 1 line
Changed paths:
   M /trunk/gcc/config/v850/v850.md

Use braced string notation where applicable for v850.md
------------------------------------------------------------------------
r186748 | krebbel | 2012-04-24 00:01:52 -0700 (Tue, 24 Apr 2012) | 12 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/s390/s390.c
   M /trunk/gcc/gcse.c
   M /trunk/gcc/recog.c
   M /trunk/gcc/recog.h

2012-04-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

	* recog.c (insn_invalid_p): Add IN_GROUP parameter and use
	validate_change to add clobbers if IN_GROUP is nonzero.
	(verify_changes): Call insn_invalid_p with IN_GROUP set to true.
	* recog.h (insn_invalid_p): Add IN_GROUP parameter to function
	prototype.
	* gcse.c (process_insert_insn): Call insn_invalid_p with IN_GROUP
	set to false.
	* config/s390/s390.c (insn_invalid_p): Likewise.


------------------------------------------------------------------------
r186749 | pinskia | 2012-04-24 00:05:09 -0700 (Tue, 24 Apr 2012) | 18 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gcc.dg/tree-ssa/andor-3.c
   A /trunk/gcc/testsuite/gcc.dg/tree-ssa/andor-4.c
   A /trunk/gcc/testsuite/gcc.dg/tree-ssa/andor-5.c
   M /trunk/gcc/tree-ssa-forwprop.c


2012-04-24  Andrew Pinski  <apinski@cavium.com>

	PR tree-opt/33512
	* tree-ssa-forwprop.c (defcodefor_name): New function.
	(simplify_bitwise_binary): Use defcodefor_name instead of manually
	Simplify "( X | Y) & X" to X and "( X & Y) | X" to X.
	Simplify "(~X | Y) & X" to "X & Y" and
	"(~X & Y) | X" to "X | Y".

2012-04-24  Andrew Pinski  <apinski@cavium.com>

	PR tree-opt/33512
	* gcc.dg/tree-ssa/andor-3.c: New testcase.
	* gcc.dg/tree-ssa/andor-4.c: New testcase.
	* gcc.dg/tree-ssa/andor-5.c: New testcase.


------------------------------------------------------------------------
r186750 | manu | 2012-04-24 00:22:41 -0700 (Tue, 24 Apr 2012) | 6 lines
Changed paths:
   M /trunk/contrib/ChangeLog
   M /trunk/contrib/compare_tests

2012-04-23  Manuel L?\195?\179pez-Ib?\195?\161?\195?\177ez  <manu@gcc.gnu.org>

contrib/
	* compare_tests: Append '/' to make 'find' traverse
	symlinked directories.

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

For more information, see <http://glutton.geoffk.org/HEAD/>.

Attachment: native-log.txt
Description: Text document

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