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: Exception handling: reload insns


On Fri, May 04, 2001 at 03:00:01PM +0100, Andrew Haley wrote:
> Consider these insns from libjava/testsuite/libjava.lang/Invoke_1.java
> (x86, no optimization.)  This test makes a virtual method call on a
> null object.
> 
> The faulting memory read is on insn 37:

Oh, I see -- I hadn't thought of reloads for matching constraints.
It would be good, in that case, to get the region note removed from
insn 37 post-reload.  But that can be handled separately.

The patch is ok.


r~


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