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


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

Log information for changes since the last build:
------------------------------------------------------------------------
r149137 | bonzini | 2009-07-01 05:05:56 -0700 (Wed, 01 Jul 2009) | 6 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/expmed.c

2009-07-01  Paolo Bonzini  <bonzini@gnu.org>

	PR bootstrap/40597
	* expmed.c (emit_store_flag): Perform a conversion if necessary,
	after reducing a DImode cstore to SImode.

------------------------------------------------------------------------
r149138 | grosser | 2009-07-01 05:13:57 -0700 (Wed, 01 Jul 2009) | 3 lines
Changed paths:
   M /trunk/ChangeLog
   M /trunk/MAINTAINERS

2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>

	* MAINTAINERS: Move myself to the Graphite Reviewers.
------------------------------------------------------------------------
r149140 | rguenth | 2009-07-01 05:27:33 -0700 (Wed, 01 Jul 2009) | 24 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/testsuite/ChangeLog
   M /trunk/gcc/testsuite/gcc.dg/tree-ssa/20041122-1.c
   A /trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-dce-7.c
   M /trunk/gcc/testsuite/gcc.dg/vect/pr21591.c
   M /trunk/gcc/testsuite/gcc.dg/vect/pr31699.c
   M /trunk/gcc/tree-ssa-dce.c
   M /trunk/gcc/tree-ssa-structalias.c
   M /trunk/libmudflap/ChangeLog
   M /trunk/libmudflap/testsuite/libmudflap.c/fail11-frag.c
   M /trunk/libmudflap/testsuite/libmudflap.c/fail12-frag.c
   M /trunk/libmudflap/testsuite/libmudflap.c/fail16-frag.c
   M /trunk/libmudflap/testsuite/libmudflap.c/fail31-frag.c

2009-07-01  Richard Guenther  <rguenther@suse.de>

	PR tree-optimization/19831
	* tree-ssa-dce.c (propagate_necessity): Calls to functions
	that only act as barriers do not make any previous stores
	necessary.
	* tree-ssa-structalias.c (handle_lhs_call): Delay making
	HEAP variables global, do not add a constraint from nonlocal.
	(find_func_aliases): Handle escapes through return statements.
	(compute_points_to_sets): Make escaped HEAP variables global.

	* gcc.dg/tree-ssa/20041122-1.c: Enable TBAA, scan FRE dump,
	make allocated memory escape.  Un-XFAIL.
	* gcc.dg/vect/pr21591.c: Make allocated memory escape.
	* gcc.dg/vect/pr31699.c: Likewise.
	* gcc.dg/tree-ssa/ssa-dce-7.c: New testcase.

	libmudflap/
	* testsuite/libmudflap.c/fail11-frag.c: Make allocated memory
	escape.
	* testsuite/libmudflap.c/fail12-frag.c: Likewise.
	* testsuite/libmudflap.c/fail16-frag.c: Likewise.
	* testsuite/libmudflap.c/fail31-frag.c: Likewise.

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

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]