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


With your recent patch, GCC HEAD revision 166033 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 166030.

Log information for changes since the last build:
------------------------------------------------------------------------
r166031 | uros | 2010-10-28 10:45:52 -0700 (Thu, 28 Oct 2010) | 25 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/i386/sse.md
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gcc.target/i386/pr46153.c

	PR target/46153
	* config/i386/sse.md (sse_movhlps_exp): Use destination
	returned from ix86_fixup_binary_operands to expand insn.
	(sse_movlhps_exp): Ditto.
	(sse_loadhps_exp): Ditto.
	(sse_loadlps_exp): Ditto.
	(sse2_loadhpd_exp): Ditto.
	(sse2_loadlpd_exp): Ditto.
	(*avx_movhlps): Use ix86_binary_operator_ok in insn predicate.
	(sse_movhlps): Ditto.
	(*avx_movlhps): Ditto.
	(sse_movlhps): Ditto.
	(*avx_loadhps): Ditto.
	(sse_loadhps): Ditto.
	(*avx_loadhpd): Ditto.
	(sse_loadhpd): Ditto.
	(*avx_storelps): Prevent both operands in memory.
	(sse_storelps): Ditto.

testsuite/ChangeLog:

	PR target/46153
	* gcc.target/i386/pr46153.c: New test.


------------------------------------------------------------------------
r166032 | green | 2010-10-28 11:11:11 -0700 (Thu, 28 Oct 2010) | 2 lines
Changed paths:
   M /trunk/libffi/ChangeLog
   M /trunk/libffi/src/arm/ffi.c
   M /trunk/libffi/src/arm/ffitarget.h
   M /trunk/libffi/src/arm/sysv.S
   M /trunk/libffi/testsuite/lib/libffi-dg.exp
   M /trunk/libffi/testsuite/libffi.call/cls_double_va.c
   M /trunk/libffi/testsuite/libffi.call/cls_longdouble_va.c

Add ARM VFP ABI support to libffi.

------------------------------------------------------------------------
r166033 | froydnj | 2010-10-28 12:45:32 -0700 (Thu, 28 Oct 2010) | 12 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/frv/frv-protos.h
   M /trunk/gcc/config/frv/frv.c
   M /trunk/gcc/config/frv/frv.h

	* config/frv/frv-protos.h (frv_function_arg): Delete.
	(frv_function_arg_advance): Delete.
	* config/frv/frv.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
	* config/frv/frv.c (frv_function_arg): Rename to...
	(frv_function_arg_1): Make static.  Take const_tree and bool
	arguments.
	(frv_function_arg, frv_function_incoming_arg): New functions.
	(frv_function_arg_advance): Make static.  Take a const_tree and
	a bool.
	(TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
	(TARGET_FUNCTION_ARG_ADVANCE): Define.

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

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]