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


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

Log information for changes since the last build:
------------------------------------------------------------------------
r176240 | uros | 2011-07-13 09:31:56 -0700 (Wed, 13 Jul 2011) | 11 lines
Changed paths:
   M /trunk/gcc/testsuite/ChangeLog
   M /trunk/gcc/testsuite/lib/file-format.exp
   M /trunk/gcc/testsuite/lib/fortran-torture.exp
   M /trunk/gcc/testsuite/lib/g++.exp
   M /trunk/gcc/testsuite/lib/gcc-defs.exp
   M /trunk/gcc/testsuite/lib/go-torture.exp
   M /trunk/gcc/testsuite/lib/obj-c++.exp
   M /trunk/gcc/testsuite/lib/objc-torture.exp
   M /trunk/gcc/testsuite/lib/objc.exp
   M /trunk/gcc/testsuite/lib/scanasm.exp
   M /trunk/gcc/testsuite/lib/target-libpath.exp
   M /trunk/gcc/testsuite/lib/target-supports-dg.exp
   M /trunk/gcc/testsuite/lib/target-supports.exp

	* lib/g++.exp (g++_init):  Use istarget.  Remove target_triplet global.
	* lib/obj-c++.exp (obj-c++_init): Ditto.
	* lib/file-format.exp (gcc_target_object_format): Ditto.
	* lib/target-supports-dg.exp (dg-require-dll): Ditto.
	* lib/target-supports-dg-exp (check_weak_available): Ditto.
	(check_visibility_available): Ditto.
	(check_effective_target_tls_native): Ditto.
	(check_effective_target_tls_emulated): Ditto.
	(check_effective_target_function_sections): Ditto.


------------------------------------------------------------------------
r176241 | ro | 2011-07-13 10:33:38 -0700 (Wed, 13 Jul 2011) | 54 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   D /trunk/gcc/config/alpha/crtfastmath.c
   D /trunk/gcc/config/alpha/t-crtfm
   D /trunk/gcc/config/i386/crtfastmath.c
   D /trunk/gcc/config/i386/t-crtfm
   D /trunk/gcc/config/ia64/crtfastmath.c
   D /trunk/gcc/config/mips/crtfastmath.c
   D /trunk/gcc/config/sparc/crtfastmath.c
   D /trunk/gcc/config/sparc/t-crtfm
   M /trunk/gcc/config.gcc
   M /trunk/libgcc/ChangeLog
   A /trunk/libgcc/config/alpha/crtfastmath.c (from /trunk/gcc/config/alpha/crtfastmath.c:176240)
   D /trunk/libgcc/config/alpha/t-crtfm
   A /trunk/libgcc/config/i386/crtfastmath.c (from /trunk/gcc/config/i386/crtfastmath.c:176240)
   M /trunk/libgcc/config/i386/t-crtfm
   A /trunk/libgcc/config/ia64/crtfastmath.c (from /trunk/gcc/config/ia64/crtfastmath.c:176240)
   M /trunk/libgcc/config/ia64/t-ia64
   A /trunk/libgcc/config/mips/crtfastmath.c (from /trunk/gcc/config/mips/crtfastmath.c:176240)
   A /trunk/libgcc/config/sparc/crtfastmath.c (from /trunk/gcc/config/sparc/crtfastmath.c:176240)
   M /trunk/libgcc/config/t-crtfm
   M /trunk/libgcc/config.host

	gcc:
	* config/alpha/crtfastmath.c: Move to ../libgcc/config/alpha.
	* config/alpha/t-crtfm: Remove.
	* config/i386/crtfastmath.c: Move to ../libgcc/config/i386.
	* config/i386/t-crtfm: Remove.
	* config/ia64/crtfastmath.c: Move to ../libgcc/config/ia64.
	* config/mips/crtfastmath.c: Move to ../libgcc/config/mips.
	* config/sparc/crtfastmath.c: Move to ../libgcc/config/sparc.
	* config/sparc/t-crtfm: Remove.

	* config.gcc (alpha*-*-linux*): Remove alpha/t-crtfm from tmake_file.
	(alpha*-*-freebsd*): Likewise.
	(i[34567]86-*-darwin*): Remove i386/t-crtfm from tmake_file.
	(x86_64-*-darwin*): Likewise.
	(i[34567]86-*-linux*): Likewise.
	(x86_64-*-linux*): Likewise.
	(x86_64-*-mingw*): Likewise.
	(ia64*-*-elf*): Remove crtfastmath.o from extra_parts.
	(ia64*-*-freebsd*): Likewise.
	(ia64*-*-linux*): Likewise.
	(mips64*-*-linux*): Likewise.
	(mips*-*-linux*): Likewise.
	(sparc-*-linux*): Remove sparc/t-crtfm from tmake_file.
	(sparc64-*-linux*): Likewise.
	(sparc64-*-freebsd*): Likewise.

	libgcc:
	* config/alpha/crtfastmath.c: New file.
	* config/i386/crtfastmath.c: New file.
	* config/ia64/crtfastmath.c: New file.
	* config/mips/crtfastmath.c: New file.
	* config/sparc/crtfastmath.c: New file.

	* config/t-crtfm (crtfastmath.o): Use $(srcdir) to refer to
	crtfastmath.c.
	Add -frandom-seed=gcc-crtfastmath.
	* config/alpha/t-crtfm: Remove.
	* config/i386/t-crtfm: Use $(srcdir) to refer to crtfastmath.c.
	* config/ia64/t-ia64 (crtfastmath.o): Remove.

	* config.host (alpha*-*-linux*): Replace alpha/t-crtfm by t-crtfm.
	(alpha*-dec-osf5.1*): Likewise.
	(alpha*-*-freebsd*): Add t-crtfm to tmake_file.
	Add crtfastmath.o to extra_parts.
	(i[34567]86-*-darwin*): Add i386/t-crtfm to tmake_file.
	Add crtfastmath.o to extra_parts.
	(x86_64-*-darwin*): Likewise.
	(x86_64-*-mingw*): Likewise.
	(ia64*-*-elf*): Add t-crtfm to tmake_file.
	(ia64*-*-freebsd*): Likewise.
	(ia64*-*-linux*): Likewise.
	(sparc64-*-freebsd*): Add t-crtfm to tmake_file.
	Add crtfastmath.o to extra_parts.

------------------------------------------------------------------------
r176242 | ro | 2011-07-13 10:39:35 -0700 (Wed, 13 Jul 2011) | 25 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   D /trunk/gcc/config/i386/crtprec.c
   M /trunk/gcc/config/i386/sol2.h
   D /trunk/gcc/config/i386/t-crtpc
   M /trunk/gcc/config.gcc
   M /trunk/gcc/testsuite/ChangeLog
   M /trunk/gcc/testsuite/gcc.c-torture/execute/990127-2.x
   M /trunk/libgcc/ChangeLog
   A /trunk/libgcc/config/i386/crtprec.c (from /trunk/gcc/config/i386/crtprec.c:176241)
   M /trunk/libgcc/config/i386/t-crtpc
   M /trunk/libgcc/config.host

	gcc:
	* config/i386/crtprec.c: Move to ../libgcc/config/i386.
	* config/i386/t-crtpc: Remove.
	* config/t-darwin (EXTRA_MULTILIB_PARTS): Remove.
	* config.gcc (i[34567]86-*-darwin*): Remove i386/t-crtpc from
	tmake_file.
	(x86_64-*-darwin*): Likewise.
	(i[34567]86-*-linux*): Likewise.
	(x86_64-*-linux*): Likewise.

	* config/i386/sol2.h (ENDFILE_SPEC): Redefine.
	Handle -mpc32, -mpc64, -mpc80.

	libgcc:
	* config/i386/crtprec.c: New file.
	* config/i386/t-crtpc: Use $(srcdir) to refer to crtprec.c.
	* config.host (i[34567]86-*-darwin*): Add i386/t-crtpc to tmake_file.
	Add crtprec32.o, crtprec64.o, crtprec80.o to extra_parts.
	(x86_64-*-darwin*): Likewise.
	(i[34567]86-*-solaris2*: Likewise.

	gcc/testsuite:
	* gcc.c-torture/execute/990127-2.x: Use -mpc64 on i?86-*-darwin*,
	i?86-*-solaris2*, x86_64-*-darwin*, x86_64-*-solaris2*.

------------------------------------------------------------------------
r176243 | bernds | 2011-07-13 10:47:26 -0700 (Wed, 13 Jul 2011) | 3 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/haifa-sched.c

	* haifa-sched.c (struct sched_block_state): New.
	(schedule_block): Move some local variables into such a structure.

------------------------------------------------------------------------
r176244 | ro | 2011-07-13 10:58:18 -0700 (Wed, 13 Jul 2011) | 5 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/sol2.h

	PR target/49541
	* config/sol2.h (LIB_SPEC): Simplify.
	Move LIB_THREAD_LDFLAGS_SPEC ...
	(LINK_SPEC): ... here.

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

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]