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: [Patch] Java: PR 13948


Ranjit Mathew writes:
 > Ranjit Mathew wrote:
 > > Hi,
 > > 
 > >   The following is my proposed patch for PR java/13948. It fixes
 > > the ICE there by making sure that a class is loaded before we try
 > > to lay out its methods. I also cleaned up the dead code in
 > > java_layout_seen_methods().
 > 
 >     As Bryce pointed out, the code that I thought was dead in
 > parse.y (java_layout_seen_class_methods) wasn't quite. The
 > following is a resubmission with that oversight corrected.
 > 
 > However, this didn't change anything - in particular, PR11117 still
 > ICE-s, that too with the same backtrace. :-(
 > 
 > Ok for mainline?

Looks OK.  What platform did you test on?

Andrew.


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