[Gambas-user] Internal compiler error: Bad stack drop!

Benoît Minisini gambas at ...1...
Sun Jun 6 22:50:55 CEST 2010


> > Hi!
> > I run into error with Gambas3 rev 2994 on Ubuntu 10.04 64bit.
> > Bug with byref command can be reproduced example with this code:
> > 
> > Dim a As Integer
> > nonsensesub(ByRef a) <--- error here!
> > 
> > Public Sub nonsensesub(ByRef n As Integer)
> > Inc n
> > End
> > 
> > Jussi
> 
> Eeerk... I hate ByRef!

It is fixed in revision #2995.

Regards,

-- 
Benoît Minisini




More information about the User mailing list