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


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

Log information for changes since the last build:
------------------------------------------------------------------------
r186609 | hubicka | 2012-04-20 00:10:20 -0700 (Fri, 20 Apr 2012) | 2 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/symtab.c

	* symtab.c (dump_symtab_base): Fix dumping of asm lists.

------------------------------------------------------------------------
r186610 | tschwinge | 2012-04-20 00:44:50 -0700 (Fri, 20 Apr 2012) | 15 lines
Changed paths:
   M /trunk/libgcc/ChangeLog
   M /trunk/libgcc/config/alpha/linux-unwind.h
   M /trunk/libgcc/config/bfin/linux-unwind.h
   M /trunk/libgcc/config/i386/linux-unwind.h
   M /trunk/libgcc/config/ia64/linux-unwind.h
   M /trunk/libgcc/config/mips/linux-unwind.h
   M /trunk/libgcc/config/pa/linux-unwind.h
   M /trunk/libgcc/config/sh/linux-unwind.h
   M /trunk/libgcc/config/tilepro/linux-unwind.h
   M /trunk/libgcc/config/xtensa/linux-unwind.h

	struct siginfo vs. siginfo_t

libgcc/
	* config/alpha/linux-unwind.h (alpha_fallback_frame_state): Use
	siginfo_t instead of struct siginfo.
	* config/bfin/linux-unwind.h (bfin_fallback_frame_state): Likewise.
	* config/i386/linux-unwind.h (x86_fallback_frame_state): Likewise.
	* config/ia64/linux-unwind.h (ia64_fallback_frame_state)
	(ia64_handle_unwabi): Likewise.
	* config/mips/linux-unwind.h (mips_fallback_frame_state): Likewise.
	* config/pa/linux-unwind.h (pa32_fallback_frame_state): Likewise.
	* config/sh/linux-unwind.h (shmedia_fallback_frame_state)
	(sh_fallback_frame_state): Likewise.
	* config/tilepro/linux-unwind.h (tile_fallback_frame_state): Likewise.
	* config/xtensa/linux-unwind.h (xtensa_fallback_frame_state): Likewise.
------------------------------------------------------------------------
r186614 | rguenth | 2012-04-20 01:19:49 -0700 (Fri, 20 Apr 2012) | 6 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/tree-vect-loop.c

2012-04-20  Richard Guenther  <rguenther@suse.de>

	* tree-vect-loop.c (vect_analyze_loop_operations): Do not
	vectorize loops that can never run more often than the
	vectorization factor.

------------------------------------------------------------------------
r186615 | tschwinge | 2012-04-20 01:56:29 -0700 (Fri, 20 Apr 2012) | 3 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/tree-dump.c

gcc/
	* tree-dump.c (dequeue_and_dump) <BIT_FIELD_REF>: Dump the three child
	nodes.
------------------------------------------------------------------------

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]