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: PATCH: Repair damage after PR 8866 fix


On Tue, 2003-04-22 at 14:08, Richard Henderson wrote:
> On Mon, Apr 21, 2003 at 10:38:51PM -0700, Mark Mitchell wrote:
> > And we can't remove the jump table unless you know how to teach
> > may_trap_p that the load from the jump table will never trap; that's the
> > only way we can be sure that load will be eliminated.
> 
> Like so?  Works for me on the 8866 test case with cfgrtl.c
> reverted to 1.61.2.7.

Works for me.

Now, I'd like to know why I didn't think of that.  I guess I forgot all
about the mem flags, that's why.

Thanks!

Would you check that in, and revert my patch?

-- 
Mark Mitchell
CodeSourcery, LLC
mark at codesourcery dot com


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