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]

1 new GCC HEAD@159262 regression


With your recent patch, GCC HEAD revision 159262 had problems on:
native: regress-3 (1 NEW failures)
The previous build was of revision 159254.

Regressions for native:
old   gcc.sum gcc.dg/pr34668-1.c
NEW   gcc.sum gcc.dg/tree-ssa/prefetch-7.c
old   gfortran.sum gfortran.dg/array_constructor_11.f90

Log information for changes since the last build:
------------------------------------------------------------------------
r159255 | jakub | 2010-05-10 23:50:24 -0700 (Mon, 10 May 2010) | 4 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/doc/invoke.texi
   M /trunk/gcc/gcc.c

	* gcc.c (execute): For -### don't quote arguments that
	contain just alphanumerics and _/-. characters.
	* doc/invoke.texi: Document that change for -###.

------------------------------------------------------------------------
r159256 | krebbel | 2010-05-11 00:28:42 -0700 (Tue, 11 May 2010) | 5 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/tree-ssa-loop-prefetch.c

2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>

        * tree-ssa-loop-prefetch.c: Add debug for dropped prefetches.


------------------------------------------------------------------------
r159257 | krebbel | 2010-05-11 00:29:59 -0700 (Tue, 11 May 2010) | 7 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/tree-ssa-loop-prefetch.c

2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>

        * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Reset
	prefetch_before to PREFETCH_ALL if to accesses "meet" beyond
	cache size.


------------------------------------------------------------------------
r159258 | hubicka | 2010-05-11 01:12:07 -0700 (Tue, 11 May 2010) | 4 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/Makefile.in
   M /trunk/gcc/cgraph.c

	* cgraph.c: Include ipa-utils.h
	(cgraph_create_virtual_clone): Update references.
	* Makefile.in (cgraph.o): Add dependency at ipa-utils.h

------------------------------------------------------------------------
r159259 | hubicka | 2010-05-11 01:14:50 -0700 (Tue, 11 May 2010) | 8 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/cgraph.h
   M /trunk/gcc/cgraphbuild.c
   M /trunk/gcc/ipa-struct-reorg.c
   M /trunk/gcc/tree-inline.c


	* cgraphbuild.c (cgraph_rebuild_references): New.
	(cgraph_mark_reachable_node): Accept references to optimized out
	extern inlines.
	* cgraph.h (cgraph_rebuild_references): Declare.
	* tree-inline.c (tree_function_versioning): Use it.
	* ipa-struct-reorg.c (do_reorg_for_func): Likewise.

------------------------------------------------------------------------
r159260 | hubicka | 2010-05-11 01:19:28 -0700 (Tue, 11 May 2010) | 4 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/cgraph.c


	* cgraph.c (cgraph_mark_reachable_node): Accept references to optimized
	out extern inlines.

------------------------------------------------------------------------
r159261 | hubicka | 2010-05-11 01:20:44 -0700 (Tue, 11 May 2010) | 5 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/lto-streamer.c


	* lto-streamer.c (lto_streamer_cache_add_to_node_array,
	lto_streamer_cache_delete): Put nodes into heap.
	(struct lto_streamer_cache_d): Nodes vector is in heap.

------------------------------------------------------------------------
r159262 | hubicka | 2010-05-11 01:24:08 -0700 (Tue, 11 May 2010) | 4 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/lto-streamer.h


	* lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in
	heap.

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

For more information, see <http://glutton.geoffk.org/HEAD/>.

-- 
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]