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


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

Log information for changes since the last build:
------------------------------------------------------------------------
r150874 | rguenth | 2009-08-18 06:40:18 -0700 (Tue, 18 Aug 2009) | 10 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/builtins.c
   M /trunk/gcc/testsuite/ChangeLog
   M /trunk/gcc/testsuite/gcc.dg/builtins-10.c
   M /trunk/gcc/testsuite/gcc.dg/torture/builtin-power-1.c
   A /trunk/gcc/testsuite/gcc.dg/torture/pr41094.c

2009-08-18  Richard Guenther  <rguenther@suse.de>

	PR middle-end/41094
	* builtins.c (fold_builtin_pow): Fold pow(pow(x,y),z) to
	pow(x,y*z) only if x is nonnegative.

	* gcc.dg/torture/pr41094.c: New testcase.
	* gcc.dg/torture/builtin-power-1.c: Adjust.
	* gcc.dg/builtins-10.c: Likewise.

------------------------------------------------------------------------
r150875 | janus | 2009-08-18 07:23:35 -0700 (Tue, 18 Aug 2009) | 16 lines
Changed paths:
   M /trunk/gcc/fortran/ChangeLog
   M /trunk/gcc/fortran/trans-types.c
   M /trunk/gcc/testsuite/ChangeLog
   M /trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_13.f90

2009-08-18  Janus Weil  <janus@gcc.gnu.org>
	    Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/40870
	* trans-types.c (gfc_get_ppc_type): Include formal args in backend_decl
	using the interface symbol. Character types are returned by reference.
	(gfc_get_derived_type): Prevent infinite recursion loop
	if a PPC has a derived-type formal arg.

2009-08-18  Janus Weil  <janus@gcc.gnu.org>
	    Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/40870
	* gfortran.dg/proc_ptr_comp_13.f90: Extended.


------------------------------------------------------------------------
r150877 | uros | 2009-08-18 08:57:25 -0700 (Tue, 18 Aug 2009) | 3 lines
Changed paths:
   M /trunk/gcc/testsuite/ChangeLog
   M /trunk/gcc/testsuite/g++.dg/cdce3.C

	* g++.dg/cdce3.C: Add -mieee for alpha*-*-* targets.


------------------------------------------------------------------------
r150880 | froydnj | 2009-08-18 09:58:35 -0700 (Tue, 18 Aug 2009) | 6 lines
Changed paths:
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gcc.dg/vect/aligned-section-anchors-nest-1.c (from /trunk/gcc/testsuite/gcc.dg/vect/section-anchors-nest-1.c:150878)
   D /trunk/gcc/testsuite/gcc.dg/vect/section-anchors-nest-1.c
   M /trunk/gcc/testsuite/gcc.dg/vect/vect.exp

	* gcc.dg/vect/vect.exp: Add new stanza for aligned-section-anchors-*
	tests.
	* gcc.dg/vect/section-anchors-nest-1.c: Rename to...
	* gcc.dg/vect/aligned-section-anchors-nest-1.c: ...this.  Remove
	dg-options.  Fix dg-final clause.

------------------------------------------------------------------------
r150882 | jason | 2009-08-18 10:01:36 -0700 (Tue, 18 Aug 2009) | 5 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/elfos.h
   M /trunk/gcc/config.in
   M /trunk/gcc/configure
   M /trunk/gcc/configure.ac
   M /trunk/gcc/doc/install.texi

	* config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object
	type if available.
	* configure.ac: Test for it.
	* configure, config.in: Regenerate.
	* doc/install.texi: Document --enable-gnu-unique-object.
------------------------------------------------------------------------
r150883 | uros | 2009-08-18 10:50:44 -0700 (Tue, 18 Aug 2009) | 7 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/alpha/alpha.c
   M /trunk/gcc/testsuite/ChangeLog

	* config/alpha/alpha.c (alpha_output_mi_thunk_osf): Allocate insn
	locators before emit_insn is called.  Remove assert that
	cfun->is_thunk.
	(alpha_end_function): Clear crtl->emit structure and free insn
	locators if cfun->is_thunk is true.


------------------------------------------------------------------------
r150889 | dj | 2009-08-18 11:36:58 -0700 (Tue, 18 Aug 2009) | 3 lines
Changed paths:
   M /trunk/gcc/testsuite/ChangeLog
   M /trunk/gcc/testsuite/lib/wrapper.exp

* lib/wrapper.exp (${tool}_maybe_build_wrapper): Set up
GCC_EXEC_PREFIX before building the wrapper.

------------------------------------------------------------------------
r150898 | hjl | 2009-08-18 12:40:48 -0700 (Tue, 18 Aug 2009) | 5 lines
Changed paths:
   M /trunk/contrib/ChangeLog
   M /trunk/contrib/test_summary

2009-08-18  H.J. Lu  <hongjiu.lu@intel.com>

	PR testsuite/40704
	* test_summary: Filter out "\r". 

------------------------------------------------------------------------
r150901 | aoliva | 2009-08-18 12:44:04 -0700 (Tue, 18 Aug 2009) | 2 lines
Changed paths:
   M /trunk/contrib/ChangeLog
   M /trunk/contrib/compare-debug

* compare-debug: Drop .eh_frame relocations too.

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

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]