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]

Re: 2.95: sjlj eh regression on hpux


On Fri, Jan 12, 2001 at 04:32:13PM +0000, Bernd Schmidt wrote:
> The patch below fixes it.  I suppose something like this is also needed
> for the mainline, but I have installed it only on the branch so far -
> does anyone have a better idea how to fix this cleanly?

Of our 38 ports, 22 already define a barrier insn.  Of the 16 that
do not, only 7 of them set INSN_SCHEDULING.  These are

	a29k
	arc
	c4x
	i960
	mcore
	pdp11
	v850

I think we should require a barrier if a port wants scheduling.  I.e.

#ifdef INSN_SCHEDULING
  emit_insn (gen_barrier ());
#endif


r~

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