This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: [Bug libgcj/23182] instanceof sometimes fails if compiled with -findirect-dispatch


Andrew Haley writes:
 > A line of code was incorrectly removed from pop_type_0() when the new
 > verifier was added, a fairly long time ago.
 > 
 > Andrew.
 > 
 > 
 > 2005-09-09  Andrew Haley  <aph@redhat.com>
 > 
 > 	PR libgcj/23182 
 > 	* expr.c (pop_type_0): If the expected type is object or ptr
 > 	(i.e. void*), return the type of the object we just popped from
 > 	the stack.

I forgot to mention: this is patch for a 4.0 regression as well as
4.1.

Andrew.


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