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]

loop-3 failure


Hi Richard,

Your patch,

------------------------------------------------------------------------
r129727 | rguenth | 2007-10-29 11:27:38 -0700 (Mon, 29 Oct 2007) | 12 lines


2007-10-29 Richard Guenther <rguenther@suse.de>

	* tree-flow-inline.h (get_subvar_at): Use binary search.
	(get_first_overlapping_subvar): New function to binary search
	for the first overlapping subvar.
	* tree-ssa-operands.c (add_vars_for_offset): Strip down to
	just handle adding subvars for a pointed-to subvar.  Optimize
	and use get_first_overlapping_subvar.
	(add_vars_for_bitmap): Fold into single caller.
	(add_virtual_operand): Streamline, inherit add_vars_for_bitmap
	and non pointed-to bits of add_vars_for_offset.

appears to be causing loop-3.c to fail on i686-linux. See

<http://gcc.gnu.org/ml/gcc-testresults/2007-10/msg01335.html>
<http://gcc.gnu.org/ml/gcc-testresults/2007-10/msg01328.html>.

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]