This is the mail archive of the gcc-patches@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]

Re: Proposed fix for 3.1 branch


On Tue, May 28, 2002 at 08:08:50AM -0400, Richard Kenner wrote:
> 	* sched-deps.c (sched_analyze_insn): Move post-barrier handling
> 	before reg_pending_barrier handling and set reg_pending_barrier if
> 	call was in previous basic block.
> 	(sched_analyze): If insn before this basic block is a CALL_INSN,
> 	set in_post_call_group_p and (new) cal_in_previous_bb_p.
> 	(init_deps): Initialize call_in_previous_bb_p.
> 	* sched-int.h (struct deps): New field call_in_previous_bb_p.

Unfortunately, all of the EH tests break on ia64 with this
patch in.  I havn't had time to track down exactly why.


r~


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