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]

Re: java/decl.c patch for clear_binding_level


On Sat, Mar 17, 2001 at 11:44:20PM -0800, Zack Weinberg wrote:
> On Sun, Mar 18, 2001 at 01:20:26AM -0500, Jeff Sturm wrote:
> > 
> > On 17 Mar 2001, Per Bothner wrote:
> > > I just did a libjava 'make check' and am finding that almost
> > > all bytecode compilation tests are failing, with the compiler
> > > crashing.
> > 
> > Yep.  The bytecode compiler is completely broken on the trunk.  This seems
> > to fix it:
> 
> Um, I see why you'd want to do that - it seems odd to be initializing
> the start_pc field with LARGEST_PC and the end_pc with 0 - but when I
> make that change, or swap start_pc and end_pc in struct binding_level,
> I get *more* failures.

Ignore me, I applied the patch backward.  Need more sleep.

zw


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