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


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

Log information for changes since the last build:
------------------------------------------------------------------------
r153835 | hutchinsonandy | 2009-11-02 19:24:38 -0800 (Mon, 02 Nov 2009) | 1 line
Changed paths:
   M /trunk/gcc/testsuite/ChangeLog
   M /trunk/gcc/testsuite/gcc.c-torture/execute/pr40668.c

*gcc.c-torture/execute/pr40668.c: Correct for 16bit int size.
------------------------------------------------------------------------
r153838 | uros | 2009-11-02 23:53:05 -0800 (Mon, 02 Nov 2009) | 20 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/i386/i386.c
   M /trunk/gcc/config/i386/i386.h
   M /trunk/gcc/config/i386/i386.md
   M /trunk/gcc/config/i386/predicates.md
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gcc.target/i386/pr41900.c

	PR target/41900
	* config/i386/i386.h (ix86_arch_indices) <X86_ARCH_CALL_ESP>: New.
	(TARGET_CALL_ESP): New define.
	* config/i386/i386.c (initial_ix86_tune_features): Initialize
	X86_ARCH_CALL_ESP.
	* config/i386/i386.md 
	(*call_pop_1_esp, *call_1_esp, *call_value_pop_1_esp,
	*call_value_1_esp): Rename from *call_pop_1, *call_1,
	*call_value_pop_1 and *call_value_1.  Depend on TARGET_CALL_ESP.
	(*call_pop_1, *call_1, *call_value_pop_1, *call_value_1):
	New patterns, use "lsm" as operand 1 constraint.
	* config/i386/predicates.md (call_insn_operand): Depend on 
	index_register_operand for !TARGET_CALL_ESP to avoid %esp register.

testsuite/ChangeLog:

	PR target/41900
	* gcc.target/i386/pr41900.c: New test.


------------------------------------------------------------------------
r153840 | uros | 2009-11-03 00:26:02 -0800 (Tue, 03 Nov 2009) | 6 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/i386/i386.md

	* config/i386/i386.md (*call_value_1_rex64_ms_sysv): Use register
	names instead of numerical constants.
	(sse_prologue_save): Ditto.
	(*sse_prologue_save_insn): Ditto.


------------------------------------------------------------------------
r153843 | dodji | 2009-11-03 02:44:36 -0800 (Tue, 03 Nov 2009) | 12 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/c-common.c
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/c-c++-common/dfp/builtin-offsetof.c
   A /trunk/gcc/testsuite/g++.dg/other/offsetof6.C

Fix PR c++/38699

gcc/ChangeLog:

	PR c++/38699
	* c-common.c (fold_offsetof_1): Issue errors when the
	member designator of the offsetoff expression is not legitimate.

gcc/testsuite/ChangeLog:

	* c-c++-common/dfp/builtin-offsetof.c: New test.
	* g++.dg/other/offsetof6.C: Likewise.
------------------------------------------------------------------------
r153845 | uros | 2009-11-03 02:59:33 -0800 (Tue, 03 Nov 2009) | 2 lines
Changed paths:
   M /trunk/gcc/testsuite/gcc.target/i386/pr41900.c

	* gcc.target/i386/pr41900.c (main): Add missing volatile.

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

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]